Home
last modified time | relevance | path

Searched refs:GetClassDescriptor (Results 1 – 25 of 27) 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.h151 inline const char* DexFile::GetClassDescriptor(const dex::ClassDef& class_def) const { in GetClassDescriptor() function
Ddex_file.h418 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.cc238 *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()
Dverifier_deps.cc975 << 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.cc179 const char* descriptor = dex_file.GetClassDescriptor(dex_file.GetClassDef(class_def_idx)); in IsMethodVerifiedWithoutFailures()
/art/dex2oat/linker/
Dimage_write_read_test.cc123 const char* descriptor = dex->GetClassDescriptor(class_def); in TestWriteRead()
/art/compiler/debug/
Delf_debug_line_writer.h177 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.cc788 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()
Ddex_ir_builder.cc305 const char* descriptor = dex_file.GetClassDescriptor(class_def); in DexIrBuilder()
/art/dex2oat/driver/
Dcompiler_driver_test.cc97 const char* descriptor = dex_file.GetClassDescriptor(class_def); in MakeDexFileExecutable()
Dcompiler_driver.cc360 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()
/art/tools/hiddenapi/
Dhiddenapi_test.cc196 << dex_file.GetClassDescriptor(class_def); in GetFieldHiddenFlags()
225 << dex_file.GetClassDescriptor(class_def); in GetMethodHiddenFlags()
/art/runtime/
Ddebugger.cc981 const char* class_descr = record->GetClassDescriptor(&temp); in GetRecentAllocations()
1055 class_names.IndexOf(record->GetClassDescriptor(&temp)); in GetRecentAllocations()
Doat_file_manager.cc677 dex_file->GetClassDescriptor(class_def), in Run()
Dclass_linker_test.cc435 const char* descriptor = dex.GetClassDescriptor(class_def); in AssertDexFile()
/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.cc500 const char* descriptor = dex_file->GetClassDescriptor(class_def); in DexFile_getClassNameList()
/art/dex2oat/
Dverifier_deps_test.cc234 const char* descriptor = dex_file->GetClassDescriptor(class_def); in VerifyClassStatus()
/art/openjdkjvmti/
Dti_class.cc894 add_descriptor(dex_file->GetClassDescriptor(dex_file->GetClassDef(i))); in CopyClassDescriptors()
/art/runtime/jit/
Djit.cc909 const char* descriptor = dex_file->GetClassDescriptor(class_def); in Run()

12