Home
last modified time | relevance | path

Searched refs:k22c (Results 1 – 7 of 7) sorted by relevance

/art/libdexfile/dex/
Ddex_instruction_list.h54 …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 …]
Ddex_instruction-inl.h41 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()
Ddex_instruction.h108 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()
Ddex_instruction.cc49 } else if ((format >= Instruction::Format::k20t) && (format <= Instruction::Format::k22c)) { in InstructionSizeInCodeUnitsByOpcode()
268 case k22c: { in DumpString()
/art/dexdump/
Ddexdump.cc822 case Instruction::k22c: in indexString()
1082 case Instruction::k22c: // op vA, vB, thing@CCCC in dumpInstruction()
/art/dexlayout/
Ddexlayout.cc378 case Instruction::k22c: in IndexString()
938 case Instruction::k22c: // op vA, vB, thing@CCCC in DumpInstruction()
Ddex_ir_builder.cc1052 case Instruction::k22c: in GetIdFromInstruction()