Searched refs:PrettyType (Results 1 – 11 of 11) sorted by relevance
226 << file->PrettyType(type_idx) << " // type@" << type_idx; in DumpString()302 << static_cast<int>(VRegB_22c()) << ", " << file->PrettyType(type_idx) in DumpString()311 << static_cast<int>(VRegB_22c()) << ", " << file->PrettyType(type_idx) in DumpString()
586 std::string DexFile::PrettyType(dex::TypeIndex type_idx) const { in PrettyType() function in art::DexFile
776 std::string PrettyType(dex::TypeIndex type_idx) const;
131 << visitor.caller->GetDexFile()->PrettyType(type_index); in artThrowClassCastException()
454 std::string PrettyType(art::mirror::Class* klass) NO_THREAD_SAFETY_ANALYSIS { in PrettyType() function682 type_proto->set_class_name(PrettyType(klass)); in WriteClass()809 return std::find(ignored_types_.begin(), ignored_types_.end(), PrettyType(klass)) != in IsIgnored()
297 LOG(WARNING) << "Unresolved " << dex_file_.PrettyType(dex::TypeIndex(i)); in ResolveAll()
827 std::string old_class0 = old_dex_file->PrettyType(old_dex_file->GetClassDef(0).class_idx_); in CheckResult()828 std::string old_class1 = old_dex_file->PrettyType(old_dex_file->GetClassDef(1).class_idx_); in CheckResult()829 std::string new_class0 = new_dex_file->PrettyType(new_dex_file->GetClassDef(0).class_idx_); in CheckResult()830 std::string new_class1 = new_dex_file->PrettyType(new_dex_file->GetClassDef(1).class_idx_); in CheckResult()
242 WriteLine(classes.GetFile(), ref.dex_file->PrettyType(ref.TypeIndex())); in TEST_F()
413 << load_class->GetDexFile().PrettyType(load_class->GetTypeIndex()); in VisitLoadClass()
1686 [=](uint32_t index) { return dex_file->PrettyType(dex::TypeIndex(index)); }); in DumpBssMappings()1692 [=](uint32_t index) { return dex_file->PrettyType(dex::TypeIndex(index)); }); in DumpBssMappings()1698 [=](uint32_t index) { return dex_file->PrettyType(dex::TypeIndex(index)); }); in DumpBssMappings()
5549 std::string return_type = dex_file->PrettyType(return_type_idx); in ThrowSignatureCheckResolveReturnTypeException()5571 std::string arg_type = dex_file->PrettyType(arg_type_idx); in ThrowSignatureCheckResolveArgException()