Home
last modified time | relevance | path

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

/art/runtime/verifier/
Dmethod_verifier_test.cc61 const char* descriptor = dex.GetClassDescriptor(class_def); in VerifyDexFile()
/art/runtime/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()
119 ASSERT_STREQ("LGetMethodSignature;", raw->GetClassDescriptor(class_def)); in TEST_F()
/art/dexlayout/
Ddex_ir_builder.cc82 const char* descriptor = dex_file.GetClassDescriptor(class_def); in DexIrBuilder()
Ddexlayout_test.cc802 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()
/art/compiler/debug/
Delf_debug_line_writer.h184 std::string class_name(dex->GetClassDescriptor(dex_class_def)); in WriteCompilationUnit()
/art/runtime/gc/
Dallocation_record.h182 const char* GetClassDescriptor(std::string* storage) const
Dallocation_record.cc39 const char* AllocRecord::GetClassDescriptor(std::string* storage) const { in GetClassDescriptor() function in art::gc::AllocRecord
/art/tools/hiddenapi/
Dhiddenapi.cc92 const char* GetDescriptor() const { return dex_file_.GetClassDescriptor(class_def_); } in GetDescriptor()
/art/compiler/driver/
Dcompiler_driver.cc395 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()
Dcompiler_driver_test.cc86 const char* descriptor = dex_file.GetClassDescriptor(class_def); in MakeDexFileExecutable()
/art/libdexfile/dex/
Ddex_file-inl.h122 inline const char* DexFile::GetClassDescriptor(const ClassDef& class_def) const { in GetClassDescriptor() function
/art/dex2oat/linker/
Dimage_test.h487 const char* descriptor = dex->GetClassDescriptor(class_def); in TestWriteRead()
Doat_writer_test.cc459 const char* descriptor = dex_file.GetClassDescriptor(class_def); in TEST_F()
/art/runtime/native/
Ddalvik_system_DexFile.cc441 const char* descriptor = dex_file->GetClassDescriptor(class_def); in DexFile_getClassNameList()
/art/openjdkjvmti/
Dti_class.cc885 add_descriptor(dex_file->GetClassDescriptor(dex_file->GetClassDef(i))); in CopyClassDescriptors()
/art/compiler/
Dverifier_deps_test.cc234 const char* descriptor = dex_file->GetClassDescriptor(class_def); in VerifyClassStatus()
/art/oatdump/
Doatdump.cc1101 const char* descriptor = dex_file->GetClassDescriptor(class_def); in DumpOatDexFile()
3252 const char* descriptor = dex_file->GetClassDescriptor(class_def); in DumpImtStats()
/art/runtime/
Dclass_linker_test.cc428 const char* descriptor = dex.GetClassDescriptor(class_def); in AssertDexFile()