Home
last modified time | relevance | path

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

/art/runtime/
Ddex_instruction.cc175 … 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()
Dutils.h307 std::string PrettyType(uint32_t type_idx, const DexFile& dex_file);
Dutils.cc324 std::string PrettyType(uint32_t type_idx, const DexFile& dex_file) { in PrettyType() function