Searched refs:k22c (Results 1 – 7 of 7) sorted by relevance
/art/libdexfile/dex/ |
D | dex_instruction-inl.h | 41 case k22c: return 2; in SizeInCodeUnits() 72 case k22c: return true; in HasVRegA() 109 case k22c: return VRegA_22c(inst_data); in VRegA() 186 DCHECK_EQ(FormatOf(Opcode()), k22c); in VRegA_22c() 272 case k22c: return true; in HasVRegB() 308 case k22c: return VRegB_22c(inst_data); in VRegB() 368 DCHECK_EQ(FormatOf(Opcode()), k22c); in VRegB_22c() 444 case k22c: return true; in HasVRegC() 464 case k22c: return VRegC_22c(); in VRegC() 484 DCHECK_EQ(FormatOf(Opcode()), k22c); in VRegC_22c()
|
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.h | 108 k22c, // op vA, vB, thing@CCCC enumerator 263 DCHECK(FormatOf(Opcode()) >= k20t && FormatOf(Opcode()) <= k22c); in Next_2xx() 514 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 | 822 case Instruction::k22c: in indexString() 1082 case Instruction::k22c: // op vA, vB, thing@CCCC in dumpInstruction()
|
/art/dexlayout/ |
D | dexlayout.cc | 378 case Instruction::k22c: in IndexString() 938 case Instruction::k22c: // op vA, vB, thing@CCCC in DumpInstruction()
|
D | dex_ir_builder.cc | 1052 case Instruction::k22c: in GetIdFromInstruction()
|