Home
last modified time | relevance | path

Searched defs:PrettyType (Results 1 – 2 of 2) sorted by relevance

/aosp12/art/libdexfile/dex/
H A Ddex_file.cc586 std::string DexFile::PrettyType(dex::TypeIndex type_idx) const { in PrettyType() function in art::DexFile
/aosp12/art/perfetto_hprof/
H A Dperfetto_hprof.cc451 std::string PrettyType(art::mirror::Class* klass) NO_THREAD_SAFETY_ANALYSIS { in PrettyType() function