Searched refs:GetClassDescriptor (Results 1 – 25 of 28) sorted by relevance
12
98 *error += PrettyDescriptor(dex_file->GetClassDescriptor(class_def)); in VerifyClass()148 *error += PrettyDescriptor(dex_file->GetClassDescriptor(class_def)); in VerifyClass()176 << ", class: " << PrettyDescriptor(dex_file->GetClassDescriptor(class_def)); in VerifyClass()
82 const char* descriptor = dex.GetClassDescriptor(class_def); in VerifyDexFile()
659 vios->Stream() << "Dependencies of " << dex_file.GetClassDescriptor(dex_file.GetClassDef(idx)) in Dump()669 vios->Stream() << dex_file.GetClassDescriptor(dex_file.GetClassDef(idx)) in Dump()
85 EXPECT_STREQ(method.GetClassDescriptor(), "LMain;"); in TEST()100 EXPECT_STREQ(method.GetClassDescriptor(), "LMain;"); in TEST()
152 EXPECT_STREQ("LNested$1;", raw->GetClassDescriptor(c0)); in TEST_F()155 EXPECT_STREQ("LNested$Inner;", raw->GetClassDescriptor(c1)); in TEST_F()158 EXPECT_STREQ("LNested;", raw->GetClassDescriptor(c2)); in TEST_F()167 ASSERT_STREQ("LGetMethodSignature;", raw->GetClassDescriptor(class_def)); in TEST_F()
242 inline const char* DexFile::GetClassDescriptor(const dex::ClassDef& class_def) const { in GetClassDescriptor() function
530 const char* GetClassDescriptor(const dex::ClassDef& class_def) const;
62 const char* desc = dex_file->GetClassDescriptor(dex_file->GetClassDef(cdef_idx)); in Java_Main_areClassesVerified()158 const char* desc = dex_file->GetClassDescriptor(dex_file->GetClassDef(cdef_idx)); in Java_Main_areClassesPreverified()
71 const char* GetClassDescriptor(size_t* out_size = nullptr) const {
75 AppendPrettyDescriptor(first->dex_file->GetClassDescriptor(dex_class_def), &*out); in GetDedupedName()
179 std::string class_name(dex->GetClassDescriptor(dex_class_def)); in WriteCompilationUnit()
123 const char* descriptor = dex->GetClassDescriptor(class_def); in TestWriteRead()
45 const char* AllocRecord::GetClassDescriptor(std::string* storage) const { in GetClassDescriptor() function in art::gc::AllocRecord
183 const char* GetClassDescriptor(std::string* storage) const
976 const char* class_descr = record->GetClassDescriptor(&temp); in GetRecentAllocations()1050 class_names.IndexOf(record->GetClassDescriptor(&temp)); in GetRecentAllocations()
431 const char* descriptor = dex.GetClassDescriptor(class_def); in AssertDexFile()
103 const char* descriptor = dex_file.GetClassDescriptor(class_def); in MakeDexFileExecutable()
1980 const char* descriptor = dex_file.GetClassDescriptor(class_def); in Visit()2144 const char* descriptor = dex_file.GetClassDescriptor(class_def); in Visit()2834 ref.dex_file->GetClassDescriptor(ref.dex_file->GetClassDef(ref.index))) in RecordClassStatus()
198 << dex_file.GetClassDescriptor(class_def); in GetFieldHiddenFlags()227 << dex_file.GetClassDescriptor(class_def); in GetMethodHiddenFlags()
220 const char* descriptor = dex_file->GetClassDescriptor(class_def); in VerifyClassStatus()
730 dex_file->GetClassDescriptor(class_def), in Run()
103 static std::string GetClassDescriptor(mirror::Class* klass) in GetClassDescriptor() function599 class_data_[klass].descriptor = GetClassDescriptor(klass); in VisitEntry()
551 const char* descriptor = dex_file->GetClassDescriptor(class_def); in DexFile_getClassNameList()
891 add_descriptor(dex_file->GetClassDescriptor(dex_file->GetClassDef(i))); in CopyClassDescriptors()
815 const char* descriptor = dex_file->GetClassDescriptor(class_def); in Run()