Home
last modified time | relevance | path

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

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