Home
last modified time | relevance | path

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

/art/libdexfile/dex/
Ddex_instruction.cc226 << 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()
Ddex_file.cc617 std::string DexFile::PrettyType(dex::TypeIndex type_idx) const { in PrettyType() function in art::DexFile
Ddex_file.h810 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/tools/veridex/
Dresolver.cc297 LOG(WARNING) << "Unresolved " << dex_file_.PrettyType(dex::TypeIndex(i)); in ResolveAll()
/art/perfetto_hprof/
Dperfetto_hprof.cc536 std::string PrettyType(art::mirror::Class* klass) NO_THREAD_SAFETY_ANALYSIS { in PrettyType() function
765 type_proto->set_class_name(PrettyType(klass)); in WriteClass()
/art/dex2oat/
Ddex2oat_test.cc808 std::string old_class0 = old_dex_file->PrettyType(old_dex_file->GetClassDef(0).class_idx_); in CheckResult()
809 std::string old_class1 = old_dex_file->PrettyType(old_dex_file->GetClassDef(1).class_idx_); in CheckResult()
810 std::string new_class0 = new_dex_file->PrettyType(new_dex_file->GetClassDef(0).class_idx_); in CheckResult()
811 std::string new_class1 = new_dex_file->PrettyType(new_dex_file->GetClassDef(1).class_idx_); in CheckResult()
Ddex2oat_image_test.cc242 WriteLine(classes.GetFile(), ref.dex_file->PrettyType(ref.TypeIndex())); in TEST_F()
/art/compiler/optimizing/
Dgraph_visualizer.cc413 << load_class->GetDexFile().PrettyType(load_class->GetTypeIndex()); in VisitLoadClass()
/art/oatdump/
Doatdump.cc1689 [=](uint32_t index) { return dex_file->PrettyType(dex::TypeIndex(index)); }); in DumpBssMappings()
1695 [=](uint32_t index) { return dex_file->PrettyType(dex::TypeIndex(index)); }); in DumpBssMappings()
1701 [=](uint32_t index) { return dex_file->PrettyType(dex::TypeIndex(index)); }); in DumpBssMappings()
/art/runtime/
Druntime_image.cc1037 LOG(DEBUG) << "Failed to preload " << dex_file->PrettyType(idx); in LoadClassesFromReferenceProfile()
Dclass_linker.cc5821 std::string return_type = dex_file->PrettyType(return_type_idx); in ThrowSignatureCheckResolveReturnTypeException()
5843 std::string arg_type = dex_file->PrettyType(arg_type_idx); in ThrowSignatureCheckResolveArgException()