Searched refs:GetClassDescriptor (Results 1 – 25 of 26) 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()298 *error += PrettyDescriptor(dex_file->GetClassDescriptor(class_def)); in VerifyClass()
922 << 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()
176 const char* descriptor = dex_file.GetClassDescriptor(dex_file.GetClassDef(class_def_idx)); in IsMethodVerifiedWithoutFailures()
123 const char* descriptor = dex->GetClassDescriptor(class_def); in TestWriteRead()
37 const char* AllocRecord::GetClassDescriptor(std::string* storage) const { in GetClassDescriptor() function in art::gc::AllocRecord
182 const char* GetClassDescriptor(std::string* storage) const
177 std::string class_name(dex->GetClassDescriptor(dex_class_def)); in WriteCompilationUnit()
794 LOG(INFO) << dex_file->GetClassDescriptor(class_def); in TEST_F()829 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()
363 const char* descriptor = dex_file.GetClassDescriptor(class_def); in GetDexToDexCompilationLevel()1917 const char* descriptor = dex_file.GetClassDescriptor(class_def); in Visit()2075 const char* descriptor = dex_file.GetClassDescriptor(class_def); in Visit()2834 ref.dex_file->GetClassDescriptor(ref.dex_file->GetClassDef(ref.index))) in RecordClassStatus()
981 const char* class_descr = record->GetClassDescriptor(&temp); in GetRecentAllocations()1055 class_names.IndexOf(record->GetClassDescriptor(&temp)); in GetRecentAllocations()
951 dex_file->GetClassDescriptor(class_def), in Run()
435 const char* descriptor = dex.GetClassDescriptor(class_def); in AssertDexFile()
196 << dex_file.GetClassDescriptor(class_def); in GetFieldHiddenFlags()225 << dex_file.GetClassDescriptor(class_def); in GetMethodHiddenFlags()
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()
908 const char* descriptor = dex_file->GetClassDescriptor(class_def); in Run()