Searched refs:k31t (Results 1 – 4 of 4) sorted by relevance
/art/runtime/ |
D | dex_instruction-inl.h | 48 case k31t: return true; in HasVRegA() 78 case k31t: return VRegA_31t(); in VRegA() 185 DCHECK_EQ(FormatOf(Opcode()), k31t); in VRegA_31t() 228 case k31t: return true; in HasVRegB() 257 case k31t: return VRegB_31t(); in VRegB() 343 DCHECK_EQ(FormatOf(Opcode()), k31t); in VRegB_31t()
|
D | dex_instruction_list.h | 59 …V(0x26, FILL_ARRAY_DATA, "fill-array-data", k31t, false, kNone, kContinue | kThrow | kClobber, kVe… 64 …V(0x2B, PACKED_SWITCH, "packed-switch", k31t, false, kNone, kContinue | kSwitch, kVerifyRegA | kVe… 65 …V(0x2C, SPARSE_SWITCH, "sparse-switch", k31t, false, kNone, kContinue | kSwitch, kVerifyRegA | kVe… 297 V(k31t) \
|
D | dex_instruction.cc | 309 case k31t: os << StringPrintf("%s v%d, %+d", opcode, VRegA_31t(), VRegB_31t()); break; in DumpString()
|
D | dex_instruction.h | 110 k31t, // op vAA, +BBBBBBBB enumerator
|