Home
last modified time | relevance | path

Searched defs:class_descriptor (Results 1 – 20 of 20) sorted by relevance

/aosp_15_r20/prebuilts/module_sdk/art/current/sdk/common_os/include/art/libdexfile/dex/
Dtest_dex_file_builder.h52 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/
Dtest_dex_file_builder.h52 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 Dtest_dex_file_builder.h52 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 Ddescriptors_names.cc150 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/
Dtest_dex_file_builder.h52 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/
Dtest_dex_file_builder.h52 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/
Dtest_dex_file_builder.h52 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/
Dtest_dex_file_builder.h52 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/
Dtest_dex_file_builder.h52 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 Ddex_ir_builder.h33 const char* class_descriptor; member
38 : class_descriptor(class_descriptor), method_name(method_name), signature(signature) { in class_descriptor() function
H A Ddex_ir.h355 String* class_descriptor = nullptr; member
/aosp_15_r20/art/tools/veridex/
H A Dclass_filter.h30 bool Matches(std::string_view class_descriptor) const { in Matches()
/aosp_15_r20/art/runtime/
H A Ddebug_print.cc63 std::string DescribeLoaders(ObjPtr<mirror::ClassLoader> loader, const char* class_descriptor) { in DescribeLoaders()
H A Dclass_linker_test.cc470 std::string class_descriptor; member
/aosp_15_r20/art/test/ti-agent/
H A Djni_binder.cc62 static std::string GetJniShortName(const std::string& class_descriptor, const std::string& method) { in GetJniShortName()
/aosp_15_r20/tools/dexter/dexter/
H A Dexperimental.cc450 auto class_descriptor = decl->parent->descriptor; in StressFindMethod() local
/aosp_15_r20/external/perfetto/src/trace_processor/importers/proto/
H A Dheap_graph_tracker.cc120 auto class_descriptor = GetClassDescriptor(*storage, obj_id); in BuildSuperclassMap() local
/aosp_15_r20/art/dex2oat/linker/
H A Doat_writer.cc1428 const char* class_descriptor = dex_file->GetTypeDescriptor(type_id); in StartClass() local
H A Dimage_writer.cc133 std::string_view class_descriptor; member
/aosp_15_r20/art/runtime/interpreter/
H A Dunstarted_runtime.cc1120 static ObjPtr<mirror::Object> CreateInstanceOf(Thread* self, const char* class_descriptor) in CreateInstanceOf()