Home
last modified time | relevance | path

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

/art/runtime/
Ddex_instruction.cc217 << file->PrettyType(type_idx) << " // type@" << type_idx; in DumpString()
311 << static_cast<int>(VRegB_22c()) << ", " << file->PrettyType(type_idx) in DumpString()
320 << static_cast<int>(VRegB_22c()) << ", " << file->PrettyType(type_idx) in DumpString()
Ddex_file.h1103 std::string PrettyType(dex::TypeIndex type_idx) const;
Ddex_file.cc1315 std::string DexFile::PrettyType(dex::TypeIndex type_idx) const { in PrettyType() function in art::DexFile
Dclass_linker.cc4952 std::string return_type = dex_file->PrettyType(return_type_idx); in ThrowSignatureCheckResolveReturnTypeException()
4974 std::string arg_type = dex_file->PrettyType(arg_type_idx); in ThrowSignatureCheckResolveArgException()
5541 dex_file.PrettyType(super_class_def->class_idx_).c_str(), in CheckSuperClassChange()
5547 dex_file.PrettyType(super_class_def->class_idx_).c_str(), in CheckSuperClassChange()
/art/dex2oat/
Ddex2oat_test.cc776 std::string old_class0 = old_dex_file->PrettyType(old_dex_file->GetClassDef(0).class_idx_); in CheckResult()
777 std::string old_class1 = old_dex_file->PrettyType(old_dex_file->GetClassDef(1).class_idx_); in CheckResult()
778 std::string new_class0 = new_dex_file->PrettyType(new_dex_file->GetClassDef(0).class_idx_); in CheckResult()
779 std::string new_class1 = new_dex_file->PrettyType(new_dex_file->GetClassDef(1).class_idx_); in CheckResult()
/art/runtime/jit/
Dprofile_compilation_info.cc1126 os << "\n\t\t" << dex_file->PrettyType(class_it); in DumpInfo()