Searched refs:k22c (Results 1 – 6 of 6) sorted by relevance
/art/libdexfile/dex/ |
D | dex_instruction_list.h | 54 …V(0x20, INSTANCE_OF, "instance-of", k22c, kIndexTypeRef, kContinue | kThrow, 0, kVerifyRegA | kVer… 57 …V(0x23, NEW_ARRAY, "new-array", k22c, kIndexTypeRef, kContinue | kThrow, kClobber, kVerifyRegA | k… 104 …V(0x52, IGET, "iget", k22c, kIndexFieldRef, kContinue | kThrow, kLoad | kRegCFieldOrConstant, kVer… 105 …V(0x53, IGET_WIDE, "iget-wide", k22c, kIndexFieldRef, kContinue | kThrow, kLoad | kRegCFieldOrCons… 106 …V(0x54, IGET_OBJECT, "iget-object", k22c, kIndexFieldRef, kContinue | kThrow, kLoad | kRegCFieldOr… 107 …V(0x55, IGET_BOOLEAN, "iget-boolean", k22c, kIndexFieldRef, kContinue | kThrow, kLoad | kRegCField… 108 …V(0x56, IGET_BYTE, "iget-byte", k22c, kIndexFieldRef, kContinue | kThrow, kLoad | kRegCFieldOrCons… 109 …V(0x57, IGET_CHAR, "iget-char", k22c, kIndexFieldRef, kContinue | kThrow, kLoad | kRegCFieldOrCons… 110 …V(0x58, IGET_SHORT, "iget-short", k22c, kIndexFieldRef, kContinue | kThrow, kLoad | kRegCFieldOrCo… 111 …V(0x59, IPUT, "iput", k22c, kIndexFieldRef, kContinue | kThrow, kStore | kRegCFieldOrConstant, kVe… [all …]
|
D | dex_instruction-inl.h | 40 case k22c: return true; in HasVRegA() 72 case k22c: return VRegA_22c(); in VRegA() 149 DCHECK_EQ(FormatOf(Opcode()), k22c); in VRegA_22c() 235 case k22c: return true; in HasVRegB() 266 case k22c: return VRegB_22c(); in VRegB() 326 DCHECK_EQ(FormatOf(Opcode()), k22c); in VRegB_22c() 402 case k22c: return true; in HasVRegC() 417 case k22c: return VRegC_22c(); in VRegC() 437 DCHECK_EQ(FormatOf(Opcode()), k22c); in VRegC_22c()
|
D | dex_instruction.h | 108 k22c, // op vA, vB, thing@CCCC enumerator 259 DCHECK(FormatOf(Opcode()) >= k20t && FormatOf(Opcode()) <= k22c); in Next_2xx() 507 DCHECK(FormatOf(Opcode()) == k22c); in SetVRegC_22c()
|
D | dex_instruction.cc | 49 } else if ((format >= Instruction::Format::k20t) && (format <= Instruction::Format::k22c)) { in InstructionSizeInCodeUnitsByOpcode() 268 case k22c: { in DumpString()
|
/art/dexdump/ |
D | dexdump.cc | 783 case Instruction::k22c: in indexString() 1043 case Instruction::k22c: // op vA, vB, thing@CCCC in dumpInstruction()
|
/art/dexlayout/ |
D | dex_ir_builder.cc | 1051 case Instruction::k22c: in GetIdFromInstruction()
|