Home
last modified time | relevance | path

Searched refs:GetClassDescriptor (Results 1 – 13 of 13) sorted by relevance

/art/runtime/verifier/
Dmethod_verifier_test.cc50 const char* descriptor = dex->GetClassDescriptor(class_def); in VerifyDexFile()
Dmethod_verifier.cc198 *error += PrettyDescriptor(dex_file->GetClassDescriptor(*class_def)); in VerifyClass()
242 *error += PrettyDescriptor(dex_file->GetClassDescriptor(*class_def)); in VerifyClass()
/art/runtime/
Ddex_file_test.cc220 EXPECT_STREQ("LNested$Inner;", raw->GetClassDescriptor(c0)); in TEST_F()
223 EXPECT_STREQ("LNested;", raw->GetClassDescriptor(c1)); in TEST_F()
233 ASSERT_STREQ("LGetMethodSignature;", raw->GetClassDescriptor(class_def)); in TEST_F()
Ddex_file.h650 const char* GetClassDescriptor(const ClassDef& class_def) const { in GetClassDescriptor() function
Ddex_file.cc462 const char* descriptor = GetClassDescriptor(class_def); in FindClassDef()
Dclass_linker_test.cc349 const char* descriptor = dex->GetClassDescriptor(class_def); in AssertDexFile()
Dclass_linker.cc2734 const char* descriptor = dex_file.GetClassDescriptor(dex_class_def); in LoadClass()
4538 os << dex_file.GetClassDescriptor(dex_class_def) << suffix << ":\n"; in DumpClass()
/art/compiler/driver/
Dcompiler_driver_test.cc82 const char* descriptor = dex_file.GetClassDescriptor(class_def); in MakeDexFileExecutable()
Dcompiler_driver.cc522 const char* descriptor = dex_file.GetClassDescriptor(class_def); in GetDexToDexCompilationlevel()
1770 const char* descriptor = dex_file.GetClassDescriptor(class_def); in VerifyClass()
1827 const char* descriptor = dex_file.GetClassDescriptor(class_def); in SetVerifiedClass()
1999 const char* descriptor = dex_file.GetClassDescriptor(class_def); in CompileClass()
2191 << PrettyDescriptor(ref.first->GetClassDescriptor(ref.first->GetClassDef(ref.second))) in RecordClassStatus()
/art/compiler/
Dimage_test.cc176 const char* descriptor = dex->GetClassDescriptor(class_def); in TEST_F()
Doat_test.cc162 const char* descriptor = dex_file->GetClassDescriptor(class_def); in TEST_F()
/art/runtime/native/
Ddalvik_system_DexFile.cc223 const char* descriptor = dex_file->GetClassDescriptor(class_def); in DexFile_getClassNameList()
/art/oatdump/
Doatdump.cc380 const char* descriptor = dex_file->GetClassDescriptor(class_def); in DumpOatDexFile()