/aosp_15_r20/prebuilts/module_sdk/art/current/sdk/common_os/include/art/libdexfile/dex/ |
D | test_dex_file_builder.h | 52 void AddField(const std::string& class_descriptor, in AddField() 62 void AddMethod(const std::string& class_descriptor, in AddMethod() 262 uint32_t GetFieldIdx(const std::string& class_descriptor, const std::string& type, in GetFieldIdx() 270 uint32_t GetMethodIdx(const std::string& class_descriptor, const std::string& signature, in GetMethodIdx() 286 const std::string class_descriptor; member 323 std::string class_descriptor; member
|
/aosp_15_r20/prebuilts/module_sdk/art/13/include/art/libdexfile/dex/ |
D | test_dex_file_builder.h | 52 void AddField(const std::string& class_descriptor, in AddField() 62 void AddMethod(const std::string& class_descriptor, in AddMethod() 262 uint32_t GetFieldIdx(const std::string& class_descriptor, const std::string& type, in GetFieldIdx() 270 uint32_t GetMethodIdx(const std::string& class_descriptor, const std::string& signature, in GetMethodIdx() 286 const std::string class_descriptor; member 323 std::string class_descriptor; member
|
/aosp_15_r20/art/libdexfile/dex/ |
H A D | test_dex_file_builder.h | 52 void AddField(const std::string& class_descriptor, in AddField() 62 void AddMethod(const std::string& class_descriptor, in AddMethod() 262 uint32_t GetFieldIdx(const std::string& class_descriptor, const std::string& type, in GetFieldIdx() 270 uint32_t GetMethodIdx(const std::string& class_descriptor, const std::string& signature, in GetMethodIdx() 286 const std::string class_descriptor; member 323 std::string class_descriptor; member
|
H A D | descriptors_names.cc | 150 std::string GetJniShortName(const std::string& class_descriptor, const std::string& method) { in GetJniShortName()
|
/aosp_15_r20/prebuilts/module_sdk/art/1/common_os/include/art/libdexfile/dex/ |
D | test_dex_file_builder.h | 52 void AddField(const std::string& class_descriptor, in AddField() 62 void AddMethod(const std::string& class_descriptor, in AddMethod() 264 uint32_t GetFieldIdx(const std::string& class_descriptor, const std::string& type, in GetFieldIdx() 272 uint32_t GetMethodIdx(const std::string& class_descriptor, const std::string& signature, in GetMethodIdx() 288 const std::string class_descriptor; member 325 std::string class_descriptor; member
|
/aosp_15_r20/prebuilts/module_sdk/art/13/common_os/include/art/libdexfile/dex/ |
D | test_dex_file_builder.h | 52 void AddField(const std::string& class_descriptor, in AddField() 62 void AddMethod(const std::string& class_descriptor, in AddMethod() 262 uint32_t GetFieldIdx(const std::string& class_descriptor, const std::string& type, in GetFieldIdx() 270 uint32_t GetMethodIdx(const std::string& class_descriptor, const std::string& signature, in GetMethodIdx() 286 const std::string class_descriptor; member 323 std::string class_descriptor; member
|
/aosp_15_r20/prebuilts/module_sdk/art/3/common_os/include/art/libdexfile/dex/ |
D | test_dex_file_builder.h | 52 void AddField(const std::string& class_descriptor, in AddField() 62 void AddMethod(const std::string& class_descriptor, in AddMethod() 264 uint32_t GetFieldIdx(const std::string& class_descriptor, const std::string& type, in GetFieldIdx() 272 uint32_t GetMethodIdx(const std::string& class_descriptor, const std::string& signature, in GetMethodIdx() 288 const std::string class_descriptor; member 325 std::string class_descriptor; member
|
/aosp_15_r20/prebuilts/module_sdk/art/7/common_os/include/art/libdexfile/dex/ |
D | test_dex_file_builder.h | 52 void AddField(const std::string& class_descriptor, in AddField() 62 void AddMethod(const std::string& class_descriptor, in AddMethod() 262 uint32_t GetFieldIdx(const std::string& class_descriptor, const std::string& type, in GetFieldIdx() 270 uint32_t GetMethodIdx(const std::string& class_descriptor, const std::string& signature, in GetMethodIdx() 286 const std::string class_descriptor; member 323 std::string class_descriptor; member
|
/aosp_15_r20/prebuilts/module_sdk/art/current/sdk/include/art/libdexfile/dex/ |
D | test_dex_file_builder.h | 52 void AddField(const std::string& class_descriptor, in AddField() 62 void AddMethod(const std::string& class_descriptor, in AddMethod() 262 uint32_t GetFieldIdx(const std::string& class_descriptor, const std::string& type, in GetFieldIdx() 270 uint32_t GetMethodIdx(const std::string& class_descriptor, const std::string& signature, in GetMethodIdx() 286 const std::string class_descriptor; member 323 std::string class_descriptor; member
|
/aosp_15_r20/tools/dexter/slicer/export/slicer/ |
H A D | dex_ir_builder.h | 33 const char* class_descriptor; member 38 : class_descriptor(class_descriptor), method_name(method_name), signature(signature) { in class_descriptor() function
|
H A D | dex_ir.h | 355 String* class_descriptor = nullptr; member
|
/aosp_15_r20/art/tools/veridex/ |
H A D | class_filter.h | 30 bool Matches(std::string_view class_descriptor) const { in Matches()
|
/aosp_15_r20/art/runtime/ |
H A D | debug_print.cc | 63 std::string DescribeLoaders(ObjPtr<mirror::ClassLoader> loader, const char* class_descriptor) { in DescribeLoaders()
|
H A D | class_linker_test.cc | 470 std::string class_descriptor; member
|
/aosp_15_r20/art/test/ti-agent/ |
H A D | jni_binder.cc | 62 static std::string GetJniShortName(const std::string& class_descriptor, const std::string& method) { in GetJniShortName()
|
/aosp_15_r20/tools/dexter/dexter/ |
H A D | experimental.cc | 450 auto class_descriptor = decl->parent->descriptor; in StressFindMethod() local
|
/aosp_15_r20/external/perfetto/src/trace_processor/importers/proto/ |
H A D | heap_graph_tracker.cc | 120 auto class_descriptor = GetClassDescriptor(*storage, obj_id); in BuildSuperclassMap() local
|
/aosp_15_r20/art/dex2oat/linker/ |
H A D | oat_writer.cc | 1428 const char* class_descriptor = dex_file->GetTypeDescriptor(type_id); in StartClass() local
|
H A D | image_writer.cc | 133 std::string_view class_descriptor; member
|
/aosp_15_r20/art/runtime/interpreter/ |
H A D | unstarted_runtime.cc | 1120 static ObjPtr<mirror::Object> CreateInstanceOf(Thread* self, const char* class_descriptor) in CreateInstanceOf()
|