Searched refs:GetClassDescriptor (Results 1 – 25 of 27) sorted by relevance
12
103 EXPECT_STREQ("LNested$1;", raw->GetClassDescriptor(c0)); in TEST_F()106 EXPECT_STREQ("LNested$Inner;", raw->GetClassDescriptor(c1)); in TEST_F()109 EXPECT_STREQ("LNested;", raw->GetClassDescriptor(c2)); in TEST_F()118 ASSERT_STREQ("LGetMethodSignature;", raw->GetClassDescriptor(class_def)); in TEST_F()
151 inline const char* DexFile::GetClassDescriptor(const dex::ClassDef& class_def) const { in GetClassDescriptor() function
418 const char* GetClassDescriptor(const dex::ClassDef& class_def) const;
62 const char* descriptor = dex.GetClassDescriptor(class_def); in VerifyDexFile()
238 *error += PrettyDescriptor(dex_file->GetClassDescriptor(class_def)); in VerifyClass()302 *error += PrettyDescriptor(dex_file->GetClassDescriptor(class_def)); in VerifyClass()311 << ", class: " << PrettyDescriptor(dex_file->GetClassDescriptor(class_def)); in VerifyClass()
975 << dex_file.GetClassDescriptor(dex_file.GetClassDef(idx)) in Dump()
61 const char* desc = dex_file->GetClassDescriptor(dex_file->GetClassDef(cdef_idx)); in Java_Main_areClassesVerified()155 const char* desc = dex_file->GetClassDescriptor(dex_file->GetClassDef(cdef_idx)); in Java_Main_areClassesPreverified()
179 const char* descriptor = dex_file.GetClassDescriptor(dex_file.GetClassDef(class_def_idx)); in IsMethodVerifiedWithoutFailures()
123 const char* descriptor = dex->GetClassDescriptor(class_def); in TestWriteRead()
177 std::string class_name(dex->GetClassDescriptor(dex_class_def)); in WriteCompilationUnit()
37 const char* AllocRecord::GetClassDescriptor(std::string* storage) const { in GetClassDescriptor() function in art::gc::AllocRecord
182 const char* GetClassDescriptor(std::string* storage) const
788 LOG(INFO) << dex_file->GetClassDescriptor(class_def); in TEST_F()823 ASSERT_TRUE(options.class_filter_.find(output_dex_file->GetClassDescriptor(class_def)) != in TEST_F()
305 const char* descriptor = dex_file.GetClassDescriptor(class_def); in DexIrBuilder()
97 const char* descriptor = dex_file.GetClassDescriptor(class_def); in MakeDexFileExecutable()
360 const char* descriptor = dex_file.GetClassDescriptor(class_def); in GetDexToDexCompilationLevel()1978 const char* descriptor = dex_file.GetClassDescriptor(class_def); in Visit()2136 const char* descriptor = dex_file.GetClassDescriptor(class_def); in Visit()2895 ref.dex_file->GetClassDescriptor(ref.dex_file->GetClassDef(ref.index))) in RecordClassStatus()
196 << dex_file.GetClassDescriptor(class_def); in GetFieldHiddenFlags()225 << dex_file.GetClassDescriptor(class_def); in GetMethodHiddenFlags()
981 const char* class_descr = record->GetClassDescriptor(&temp); in GetRecentAllocations()1055 class_names.IndexOf(record->GetClassDescriptor(&temp)); in GetRecentAllocations()
677 dex_file->GetClassDescriptor(class_def), in Run()
435 const char* descriptor = dex.GetClassDescriptor(class_def); in AssertDexFile()
95 static std::string GetClassDescriptor(mirror::Class* klass) in GetClassDescriptor() function404 class_data_[klass].descriptor = GetClassDescriptor(klass); in VisitEntry()
500 const char* descriptor = dex_file->GetClassDescriptor(class_def); in DexFile_getClassNameList()
234 const char* descriptor = dex_file->GetClassDescriptor(class_def); in VerifyClassStatus()
894 add_descriptor(dex_file->GetClassDescriptor(dex_file->GetClassDef(i))); in CopyClassDescriptors()
909 const char* descriptor = dex_file->GetClassDescriptor(class_def); in Run()