Searched refs:GetClassDescriptor (Results 1 – 15 of 15) sorted by relevance
49 const char* descriptor = dex.GetClassDescriptor(class_def); in VerifyDexFile()
179 *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()
221 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()
667 const char* GetClassDescriptor(const ClassDef& class_def) const { in GetClassDescriptor() function
513 const char* class_descriptor = GetClassDescriptor(class_def); in FindClassDef()
706 : 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::DexFileAndClassPair2253 const char* descriptor = dex_file.GetClassDescriptor(dex_class_def); in SetupClass()4144 os << dex_file.GetClassDescriptor(dex_class_def) << suffix << ":\n"; in DumpClass()
346 const char* descriptor = dex.GetClassDescriptor(class_def); in AssertDexFile()
154 const char* descriptor = dex_file.GetClassDescriptor(class_def); in TEST_F()
181 const char* descriptor = dex->GetClassDescriptor(class_def); in TEST_F()
362 std::string class_name(dex->GetClassDescriptor(dex_class_def)); in WriteDebugSections()
81 const char* descriptor = dex_file.GetClassDescriptor(class_def); in MakeDexFileExecutable()
519 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()
423 std::string descriptor = GetClassDescriptor(klass); in DumpImageDiffMap()693 static std::string GetClassDescriptor(mirror::Class* klass) in GetClassDescriptor() function in art::ImgDiagDumper
277 const char* descriptor = dex_file->GetClassDescriptor(class_def); in DexFile_getClassNameList()
603 const char* descriptor = dex_file->GetClassDescriptor(class_def); in DumpOatDexFile()