Searched defs:class_descriptor (Results 1 – 10 of 10) sorted by relevance
/aosp12/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() 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
|
H A D | descriptors_names.cc | 82 std::string GetJniShortName(const std::string& class_descriptor, const std::string& method) { in GetJniShortName()
|
/aosp12/art/tools/veridex/ |
H A D | class_filter.h | 28 bool Matches(const char* class_descriptor) const { in Matches()
|
/aosp12/art/compiler/ |
H A D | common_compiler_test.cc | 280 std::string class_descriptor(DotToDescriptor(class_name)); in CompileDirectMethod() local 297 std::string class_descriptor(DotToDescriptor(class_name)); in CompileVirtualMethod() local
|
/aosp12/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 | 474 std::string class_descriptor; member
|
/aosp12/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()
|
/aosp12/art/dexlayout/ |
H A D | dexlayout.cc | 1374 const char* class_descriptor = header_->ClassDefs()[idx]->ClassType()->GetStringId()->Data(); in DumpClass() local
|
/aosp12/art/runtime/interpreter/ |
H A D | unstarted_runtime.cc | 1021 static ObjPtr<mirror::Object> CreateInstanceOf(Thread* self, const char* class_descriptor) in CreateInstanceOf()
|
/aosp12/art/dex2oat/linker/ |
H A D | oat_writer.cc | 1634 const char* class_descriptor = dex_file_->GetTypeDescriptor(type_id); in IsImageClass() local
|