Home
last modified time | relevance | path

Searched refs:GetClassDescriptor (Results 1 – 25 of 28) sorted by relevance

12

/art/runtime/verifier/
Dclass_verifier.cc98 *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()
Dmethod_verifier_test.cc82 const char* descriptor = dex.GetClassDescriptor(class_def); in VerifyDexFile()
Dverifier_deps.cc659 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()
/art/libdexfile/external/
Ddex_file_supp_test.cc85 EXPECT_STREQ(method.GetClassDescriptor(), "LMain;"); in TEST()
100 EXPECT_STREQ(method.GetClassDescriptor(), "LMain;"); in TEST()
/art/libdexfile/dex/
Dart_dex_file_loader_test.cc152 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()
Ddex_file-inl.h242 inline const char* DexFile::GetClassDescriptor(const dex::ClassDef& class_def) const { in GetClassDescriptor() function
Ddex_file.h530 const char* GetClassDescriptor(const dex::ClassDef& class_def) const;
/art/test/692-vdex-inmem-loader/
Dvdex_inmem_loader.cc62 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()
/art/libdexfile/external/include/art_api/
Ddex_file_support.h71 const char* GetClassDescriptor(size_t* out_size = nullptr) const {
/art/compiler/debug/
Delf_symtab_writer.h75 AppendPrettyDescriptor(first->dex_file->GetClassDescriptor(dex_class_def), &*out); in GetDedupedName()
Delf_debug_line_writer.h179 std::string class_name(dex->GetClassDescriptor(dex_class_def)); in WriteCompilationUnit()
/art/dex2oat/linker/
Dimage_write_read_test.cc123 const char* descriptor = dex->GetClassDescriptor(class_def); in TestWriteRead()
/art/runtime/gc/
Dallocation_record.cc45 const char* AllocRecord::GetClassDescriptor(std::string* storage) const { in GetClassDescriptor() function in art::gc::AllocRecord
Dallocation_record.h183 const char* GetClassDescriptor(std::string* storage) const
/art/runtime/
Ddebugger.cc976 const char* class_descr = record->GetClassDescriptor(&temp); in GetRecentAllocations()
1050 class_names.IndexOf(record->GetClassDescriptor(&temp)); in GetRecentAllocations()
Dclass_linker_test.cc431 const char* descriptor = dex.GetClassDescriptor(class_def); in AssertDexFile()
/art/dex2oat/driver/
Dcompiler_driver_test.cc103 const char* descriptor = dex_file.GetClassDescriptor(class_def); in MakeDexFileExecutable()
Dcompiler_driver.cc1980 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()
/art/tools/hiddenapi/
Dhiddenapi_test.cc198 << dex_file.GetClassDescriptor(class_def); in GetFieldHiddenFlags()
227 << dex_file.GetClassDescriptor(class_def); in GetMethodHiddenFlags()
/art/dex2oat/
Dverifier_deps_test.cc220 const char* descriptor = dex_file->GetClassDescriptor(class_def); in VerifyClassStatus()
/art/runtime/oat/
Doat_file_manager.cc730 dex_file->GetClassDescriptor(class_def), in Run()
/art/imgdiag/
Dimgdiag.cc103 static std::string GetClassDescriptor(mirror::Class* klass) in GetClassDescriptor() function
599 class_data_[klass].descriptor = GetClassDescriptor(klass); in VisitEntry()
/art/runtime/native/
Ddalvik_system_DexFile.cc551 const char* descriptor = dex_file->GetClassDescriptor(class_def); in DexFile_getClassNameList()
/art/openjdkjvmti/
Dti_class.cc891 add_descriptor(dex_file->GetClassDescriptor(dex_file->GetClassDef(i))); in CopyClassDescriptors()
/art/runtime/jit/
Djit.cc815 const char* descriptor = dex_file->GetClassDescriptor(class_def); in Run()

12