Home
last modified time | relevance | path

Searched refs:PrettyType (Results 1 – 10 of 10) sorted by relevance

/art/libdexfile/dex/
Ddex_instruction.cc226 << file->PrettyType(type_idx) << " // type@" << type_idx; in DumpString()
320 << static_cast<int>(VRegB_22c()) << ", " << file->PrettyType(type_idx) in DumpString()
329 << static_cast<int>(VRegB_22c()) << ", " << file->PrettyType(type_idx) in DumpString()
Ddex_file.cc567 std::string DexFile::PrettyType(dex::TypeIndex type_idx) const { in PrettyType() function in art::DexFile
Ddex_file.h751 std::string PrettyType(dex::TypeIndex type_idx) const;
/art/runtime/entrypoints/quick/
Dquick_throw_entrypoints.cc131 << visitor.caller->GetDexFile()->PrettyType(type_index); in artThrowClassCastException()
/art/dex2oat/
Ddex2oat_image_test.cc100 WriteLine(out_file, ref.dex_file->PrettyType(ref.TypeIndex())); in GenerateClasses()
Ddex2oat_test.cc814 std::string old_class0 = old_dex_file->PrettyType(old_dex_file->GetClassDef(0).class_idx_); in CheckResult()
815 std::string old_class1 = old_dex_file->PrettyType(old_dex_file->GetClassDef(1).class_idx_); in CheckResult()
816 std::string new_class0 = new_dex_file->PrettyType(new_dex_file->GetClassDef(0).class_idx_); in CheckResult()
817 std::string new_class1 = new_dex_file->PrettyType(new_dex_file->GetClassDef(1).class_idx_); in CheckResult()
/art/tools/veridex/
Dresolver.cc297 LOG(WARNING) << "Unresolved " << dex_file_.PrettyType(dex::TypeIndex(i)); in ResolveAll()
/art/libprofile/profile/
Dprofile_compilation_info.cc1864 os << "\n\t\t" << dex_file->PrettyType(class_it); in DumpInfo()
/art/oatdump/
Doatdump.cc543 [=](uint32_t index) { return dex_file->PrettyType(dex::TypeIndex(index)); }); in Dump()
/art/runtime/
Dclass_linker.cc5536 std::string return_type = dex_file->PrettyType(return_type_idx); in ThrowSignatureCheckResolveReturnTypeException()
5558 std::string arg_type = dex_file->PrettyType(arg_type_idx); in ThrowSignatureCheckResolveArgException()