Home
last modified time | relevance | path

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

/aosp12/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()
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 Ddescriptors_names.cc82 std::string GetJniShortName(const std::string& class_descriptor, const std::string& method) { in GetJniShortName()
/aosp12/art/tools/veridex/
H A Dclass_filter.h28 bool Matches(const char* class_descriptor) const { in Matches()
/aosp12/art/compiler/
H A Dcommon_compiler_test.cc280 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 Ddebug_print.cc63 std::string DescribeLoaders(ObjPtr<mirror::ClassLoader> loader, const char* class_descriptor) { in DescribeLoaders()
H A Dclass_linker_test.cc474 std::string class_descriptor; member
/aosp12/art/test/ti-agent/
H A Djni_binder.cc62 static std::string GetJniShortName(const std::string& class_descriptor, const std::string& method) { in GetJniShortName()
/aosp12/art/dexlayout/
H A Ddexlayout.cc1374 const char* class_descriptor = header_->ClassDefs()[idx]->ClassType()->GetStringId()->Data(); in DumpClass() local
/aosp12/art/runtime/interpreter/
H A Dunstarted_runtime.cc1021 static ObjPtr<mirror::Object> CreateInstanceOf(Thread* self, const char* class_descriptor) in CreateInstanceOf()
/aosp12/art/dex2oat/linker/
H A Doat_writer.cc1634 const char* class_descriptor = dex_file_->GetTypeDescriptor(type_id); in IsImageClass() local