Searched refs:k31t (Results 1 – 6 of 6) sorted by relevance
/art/runtime/ |
D | dex_instruction-inl.h | 48 case k31t: return true; in HasVRegA() 80 case k31t: return VRegA_31t(); in VRegA() 189 DCHECK_EQ(FormatOf(Opcode()), k31t); in VRegA_31t() 242 case k31t: return true; in HasVRegB() 273 case k31t: return VRegB_31t(); in VRegB() 361 DCHECK_EQ(FormatOf(Opcode()), k31t); in VRegB_31t()
|
D | dex_instruction_list.h | 60 …V(0x26, FILL_ARRAY_DATA, "fill-array-data", k31t, kIndexNone, kContinue | kThrow | kClobber, kVeri… 65 …V(0x2B, PACKED_SWITCH, "packed-switch", k31t, kIndexNone, kContinue | kSwitch, kVerifyRegA | kVeri… 66 …V(0x2C, SPARSE_SWITCH, "sparse-switch", k31t, kIndexNone, kContinue | kSwitch, kVerifyRegA | kVeri… 298 V(k31t) \
|
D | dex_instruction.cc | 333 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
|
/art/dexdump/ |
D | dexdump.cc | 1075 case Instruction::k31t: // op vAA, offset +BBBBBBBB in dumpInstruction()
|
/art/dexlayout/ |
D | dexlayout.cc | 999 case Instruction::k31t: // op vAA, offset +BBBBBBBB in DumpInstruction()
|