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.h40 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()
Ddex_instruction.h108 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()
Ddex_instruction.cc49 } else if ((format >= Instruction::Format::k20t) && (format <= Instruction::Format::k22c)) { in InstructionSizeInCodeUnitsByOpcode()
268 case k22c: { in DumpString()
/art/dexdump/
Ddexdump.cc812 case Instruction::k22c: in indexString()
1072 case Instruction::k22c: // op vA, vB, thing@CCCC in dumpInstruction()
/art/dexlayout/
Ddexlayout.cc391 case Instruction::k22c: in IndexString()
952 case Instruction::k22c: // op vA, vB, thing@CCCC in DumpInstruction()
Ddex_ir.cc118 case Instruction::k22c: in GetIdFromInstruction()