Home
last modified time | relevance | path

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

12

/art/libdexfile/dex/
Dart_dex_file_loader_test.cc103 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()
Ddex_file-inl.h150 inline const char* DexFile::GetClassDescriptor(const dex::ClassDef& class_def) const { in GetClassDescriptor() function
Ddex_file.h415 const char* GetClassDescriptor(const dex::ClassDef& class_def) const;
/art/runtime/verifier/
Dmethod_verifier_test.cc62 const char* descriptor = dex.GetClassDescriptor(class_def); in VerifyDexFile()
Dclass_verifier.cc108 *error += PrettyDescriptor(dex_file->GetClassDescriptor(class_def)); in VerifyClass()
164 *error += PrettyDescriptor(dex_file->GetClassDescriptor(class_def)); in VerifyClass()
Dverifier_deps.cc909 << dex_file.GetClassDescriptor(dex_file.GetClassDef(idx)) in Dump()
/art/test/692-vdex-inmem-loader/
Dvdex_inmem_loader.cc61 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()
/art/compiler/driver/
Dcompiler_options.cc177 const char* descriptor = dex_file.GetClassDescriptor(dex_file.GetClassDef(class_def_idx)); in IsMethodVerifiedWithoutFailures()
/art/compiler/debug/
Delf_debug_line_writer.h179 std::string class_name(dex->GetClassDescriptor(dex_class_def)); in WriteCompilationUnit()
/art/runtime/gc/
Dallocation_record.cc37 const char* AllocRecord::GetClassDescriptor(std::string* storage) const { in GetClassDescriptor() function in art::gc::AllocRecord
Dallocation_record.h182 const char* GetClassDescriptor(std::string* storage) const
/art/dexlayout/
Ddexlayout_test.cc797 LOG(INFO) << dex_file->GetClassDescriptor(class_def); in TEST_F()
832 ASSERT_TRUE(options.class_filter_.find(output_dex_file->GetClassDescriptor(class_def)) != in TEST_F()
Ddex_ir_builder.cc304 const char* descriptor = dex_file.GetClassDescriptor(class_def); in DexIrBuilder()
/art/tools/hiddenapi/
Dhiddenapi_test.cc197 << dex_file.GetClassDescriptor(class_def); in GetFieldHiddenFlags()
226 << dex_file.GetClassDescriptor(class_def); in GetMethodHiddenFlags()
/art/dex2oat/driver/
Dcompiler_driver_test.cc97 const char* descriptor = dex_file.GetClassDescriptor(class_def); in MakeDexFileExecutable()
Dcompiler_driver.cc357 const char* descriptor = dex_file.GetClassDescriptor(class_def); in GetDexToDexCompilationLevel()
1888 const char* descriptor = dex_file.GetClassDescriptor(class_def); in Visit()
2031 const char* descriptor = dex_file.GetClassDescriptor(class_def); in Visit()
2748 ref.dex_file->GetClassDescriptor(ref.dex_file->GetClassDef(ref.index))) in RecordClassStatus()
/art/dex2oat/linker/
Dimage_test.h499 const char* descriptor = dex->GetClassDescriptor(class_def); in TestWriteRead()
/art/imgdiag/
Dimgdiag.cc95 static std::string GetClassDescriptor(mirror::Class* klass) in GetClassDescriptor() function
404 class_data_[klass].descriptor = GetClassDescriptor(klass); in VisitEntry()
/art/runtime/native/
Ddalvik_system_DexFile.cc499 const char* descriptor = dex_file->GetClassDescriptor(class_def); in DexFile_getClassNameList()
/art/runtime/
Doat_file_manager.cc911 dex_file->GetClassDescriptor(class_def), in Run()
Dclass_linker_test.cc434 const char* descriptor = dex.GetClassDescriptor(class_def); in AssertDexFile()
Ddebugger.cc5077 const char* class_descr = record->GetClassDescriptor(&temp); in GetRecentAllocations()
5151 class_names.IndexOf(record->GetClassDescriptor(&temp)); in GetRecentAllocations()
/art/openjdkjvmti/
Dti_class.cc889 add_descriptor(dex_file->GetClassDescriptor(dex_file->GetClassDef(i))); in CopyClassDescriptors()
/art/dex2oat/
Dverifier_deps_test.cc234 const char* descriptor = dex_file->GetClassDescriptor(class_def); in VerifyClassStatus()
/art/oatdump/
Doatdump.cc3040 const char* descriptor = dex_file->GetClassDescriptor(class_def); in DumpImtStats()

12