Searched refs:last_reg (Results 1 – 1 of 1) sorted by relevance
/art/libdexfile/dex/ |
D | dex_instruction.cc | 404 uint16_t last_reg = VRegC_3rc() + VRegA_3rc() - 1; in DumpString() local 413 os << StringPrintf("%s, {v%d .. v%d}, ", opcode, first_reg, last_reg) in DumpString() 421 os << StringPrintf("%s, {v%d .. v%d}, ", opcode, first_reg, last_reg) in DumpString() 427 os << StringPrintf("%s, {v%d .. v%d}, ", opcode, first_reg, last_reg) in DumpString()
|