Searched refs:GetClassDescriptor (Results 1 – 18 of 18) sorted by relevance
61 const char* descriptor = dex.GetClassDescriptor(class_def); in VerifyDexFile()
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()119 ASSERT_STREQ("LGetMethodSignature;", raw->GetClassDescriptor(class_def)); in TEST_F()
82 const char* descriptor = dex_file.GetClassDescriptor(class_def); in DexIrBuilder()
802 LOG(INFO) << dex_file->GetClassDescriptor(class_def); in TEST_F()837 ASSERT_TRUE(options.class_filter_.find(output_dex_file->GetClassDescriptor(class_def)) != in TEST_F()
184 std::string class_name(dex->GetClassDescriptor(dex_class_def)); in WriteCompilationUnit()
182 const char* GetClassDescriptor(std::string* storage) const
39 const char* AllocRecord::GetClassDescriptor(std::string* storage) const { in GetClassDescriptor() function in art::gc::AllocRecord
92 const char* GetDescriptor() const { return dex_file_.GetClassDescriptor(class_def_); } in GetDescriptor()
395 const char* descriptor = dex_file.GetClassDescriptor(class_def); in GetDexToDexCompilationLevel()881 const char* descriptor = dex_file->GetClassDescriptor(class_def); in EnsureVerifiedOrVerifyAtRuntime()1893 const char* descriptor = dex_file.GetClassDescriptor(class_def); in LoadAndUpdateStatus()2042 const char* descriptor = dex_file.GetClassDescriptor(class_def); in Visit()2171 const char* descriptor = dex_file.GetClassDescriptor(class_def); in Visit()2716 const char* descriptor = dex_file.GetClassDescriptor(class_def); in CompileDexFile()2885 ref.dex_file->GetClassDescriptor(ref.dex_file->GetClassDef(ref.index))) in RecordClassStatus()2940 const char* descriptor = dex_file.GetClassDescriptor(dex_file.GetClassDef(class_def_idx)); in IsMethodVerifiedWithoutFailures()
86 const char* descriptor = dex_file.GetClassDescriptor(class_def); in MakeDexFileExecutable()
122 inline const char* DexFile::GetClassDescriptor(const ClassDef& class_def) const { in GetClassDescriptor() function
487 const char* descriptor = dex->GetClassDescriptor(class_def); in TestWriteRead()
459 const char* descriptor = dex_file.GetClassDescriptor(class_def); in TEST_F()
441 const char* descriptor = dex_file->GetClassDescriptor(class_def); in DexFile_getClassNameList()
885 add_descriptor(dex_file->GetClassDescriptor(dex_file->GetClassDef(i))); in CopyClassDescriptors()
234 const char* descriptor = dex_file->GetClassDescriptor(class_def); in VerifyClassStatus()
1101 const char* descriptor = dex_file->GetClassDescriptor(class_def); in DumpOatDexFile()3252 const char* descriptor = dex_file->GetClassDescriptor(class_def); in DumpImtStats()
428 const char* descriptor = dex.GetClassDescriptor(class_def); in AssertDexFile()