Searched refs:PrettyType (Results 1 – 3 of 3) sorted by relevance
175 … os << opcode << " v" << static_cast<int>(VRegA_21c()) << ", " << PrettyType(type_idx, *file) in DumpString()263 << PrettyType(type_idx, *file) << " // type@" << type_idx; in DumpString()270 << PrettyType(type_idx, *file) << " // type@" << type_idx; in DumpString()
307 std::string PrettyType(uint32_t type_idx, const DexFile& dex_file);
324 std::string PrettyType(uint32_t type_idx, const DexFile& dex_file) { in PrettyType() function