Searched refs:k22c (Results 1 – 5 of 5) sorted by relevance
/art/runtime/ |
D | dex_instruction_list.h | 53 …V(0x20, INSTANCE_OF, "instance-of", k22c, true, kTypeRef, kContinue | kThrow, kVerifyRegA | kVerif… 56 …V(0x23, NEW_ARRAY, "new-array", k22c, true, kTypeRef, kContinue | kThrow | kClobber, kVerifyRegA |… 103 …V(0x52, IGET, "iget", k22c, true, kFieldRef, kContinue | kThrow | kLoad | kRegCFieldOrConstant, kV… 104 …V(0x53, IGET_WIDE, "iget-wide", k22c, true, kFieldRef, kContinue | kThrow | kLoad | kRegCFieldOrCo… 105 …V(0x54, IGET_OBJECT, "iget-object", k22c, true, kFieldRef, kContinue | kThrow | kLoad | kRegCField… 106 …V(0x55, IGET_BOOLEAN, "iget-boolean", k22c, true, kFieldRef, kContinue | kThrow | kLoad | kRegCFie… 107 …V(0x56, IGET_BYTE, "iget-byte", k22c, true, kFieldRef, kContinue | kThrow | kLoad | kRegCFieldOrCo… 108 …V(0x57, IGET_CHAR, "iget-char", k22c, true, kFieldRef, kContinue | kThrow | kLoad | kRegCFieldOrCo… 109 …V(0x58, IGET_SHORT, "iget-short", k22c, true, kFieldRef, kContinue | kThrow | kLoad | kRegCFieldOr… 110 …V(0x59, IPUT, "iput", k22c, false, kFieldRef, kContinue | kThrow | kStore | kRegCFieldOrConstant, … [all …]
|
D | dex_instruction-inl.h | 40 case k22c: return true; in HasVRegA() 70 case k22c: return VRegA_22c(); in VRegA() 145 DCHECK_EQ(FormatOf(Opcode()), k22c); in VRegA_22c() 221 case k22c: return true; in HasVRegB() 250 case k22c: return VRegB_22c(); in VRegB() 308 DCHECK_EQ(FormatOf(Opcode()), k22c); in VRegB_22c() 374 case k22c: return true; in HasVRegC() 387 case k22c: return VRegC_22c(); in VRegC() 405 DCHECK_EQ(FormatOf(Opcode()), k22c); in VRegC_22c()
|
D | dex_instruction.h | 107 k22c, // op vA, vB, thing@CCCC enumerator 208 DCHECK(FormatOf(Opcode()) >= k20t && FormatOf(Opcode()) <= k22c); in Next_2xx() 431 DCHECK(FormatOf(Opcode()) == k22c); in SetVRegC_22c()
|
D | dex_instruction.cc | 66 ((format >= k20t) && (format <= k22c)) ? 2 : \ 237 case k22c: { in DumpString()
|
/art/compiler/dex/ |
D | mir_graph.cc | 1580 case Instruction::k22c: // Two registers, one string/type/method index. in GetDalvikDisassembly()
|