Home
last modified time | relevance | path

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

/art/runtime/verifier/
Dmethod_verifier_test.cc49 const char* descriptor = dex.GetClassDescriptor(class_def); in VerifyDexFile()
Dmethod_verifier.cc179 *error += PrettyDescriptor(dex_file->GetClassDescriptor(*class_def)); in VerifyClass()
233 *error += PrettyDescriptor(dex_file->GetClassDescriptor(*class_def)); in VerifyClass()
276 *error += PrettyDescriptor(dex_file->GetClassDescriptor(*class_def)); in VerifyClass()
/art/runtime/
Ddex_file_test.cc221 EXPECT_STREQ("LNested$Inner;", raw->GetClassDescriptor(c0)); in TEST_F()
224 EXPECT_STREQ("LNested;", raw->GetClassDescriptor(c1)); in TEST_F()
234 ASSERT_STREQ("LGetMethodSignature;", raw->GetClassDescriptor(class_def)); in TEST_F()
Ddex_file.h667 const char* GetClassDescriptor(const ClassDef& class_def) const { in GetClassDescriptor() function
Ddex_file.cc513 const char* class_descriptor = GetClassDescriptor(class_def); in FindClassDef()
Dclass_linker.cc706 : cached_descriptor_(GetClassDescriptor(dex_file, current_class_index)), in DexFileAndClassPair()
763 static const char* GetClassDescriptor(const DexFile* dex_file, size_t index) { in GetClassDescriptor() function in art::DexFileAndClassPair
2253 const char* descriptor = dex_file.GetClassDescriptor(dex_class_def); in SetupClass()
4144 os << dex_file.GetClassDescriptor(dex_class_def) << suffix << ":\n"; in DumpClass()
Dclass_linker_test.cc346 const char* descriptor = dex.GetClassDescriptor(class_def); in AssertDexFile()
/art/compiler/
Doat_test.cc154 const char* descriptor = dex_file.GetClassDescriptor(class_def); in TEST_F()
Dimage_test.cc181 const char* descriptor = dex->GetClassDescriptor(class_def); in TEST_F()
Delf_writer_debug.cc362 std::string class_name(dex->GetClassDescriptor(dex_class_def)); in WriteDebugSections()
/art/compiler/driver/
Dcompiler_driver_test.cc81 const char* descriptor = dex_file.GetClassDescriptor(class_def); in MakeDexFileExecutable()
Dcompiler_driver.cc519 const char* descriptor = dex_file.GetClassDescriptor(class_def); in GetDexToDexCompilationlevel()
1894 const char* descriptor = dex_file.GetClassDescriptor(class_def); in VerifyClass()
1959 const char* descriptor = dex_file.GetClassDescriptor(class_def); in SetVerifiedClass()
2145 const char* descriptor = dex_file.GetClassDescriptor(class_def); in CompileClass()
2385 << PrettyDescriptor(ref.first->GetClassDescriptor(ref.first->GetClassDef(ref.second))) in RecordClassStatus()
2417 const char* descriptor = dex_file.GetClassDescriptor(dex_file.GetClassDef(class_def_idx)); in IsMethodVerifiedWithoutFailures()
/art/imgdiag/
Dimgdiag.cc423 std::string descriptor = GetClassDescriptor(klass); in DumpImageDiffMap()
693 static std::string GetClassDescriptor(mirror::Class* klass) in GetClassDescriptor() function in art::ImgDiagDumper
/art/runtime/native/
Ddalvik_system_DexFile.cc277 const char* descriptor = dex_file->GetClassDescriptor(class_def); in DexFile_getClassNameList()
/art/oatdump/
Doatdump.cc603 const char* descriptor = dex_file->GetClassDescriptor(class_def); in DumpOatDexFile()