HomeSort by relevance Sort by last modified time
    Searched refs:k22c (Results 1 - 5 of 5) sorted by null

  /art/runtime/
dex_instruction_list.h 53 V(0x20, INSTANCE_OF, "instance-of", k22c, true, kIndexTypeRef, kContinue | kThrow, kVerifyRegA | kVerifyRegB | kVerifyRegCType) \
56 V(0x23, NEW_ARRAY, "new-array", k22c, true, kIndexTypeRef, kContinue | kThrow | kClobber, kVerifyRegA | kVerifyRegB | kVerifyRegCNewArray) \
103 V(0x52, IGET, "iget", k22c, true, kIndexFieldRef, kContinue | kThrow | kLoad | kRegCFieldOrConstant, kVerifyRegA | kVerifyRegB | kVerifyRegCField) \
104 V(0x53, IGET_WIDE, "iget-wide", k22c, true, kIndexFieldRef, kContinue | kThrow | kLoad | kRegCFieldOrConstant, kVerifyRegAWide | kVerifyRegB | kVerifyRegCField) \
105 V(0x54, IGET_OBJECT, "iget-object", k22c, true, kIndexFieldRef, kContinue | kThrow | kLoad | kRegCFieldOrConstant, kVerifyRegA | kVerifyRegB | kVerifyRegCField) \
106 V(0x55, IGET_BOOLEAN, "iget-boolean", k22c, true, kIndexFieldRef, kContinue | kThrow | kLoad | kRegCFieldOrConstant, kVerifyRegA | kVerifyRegB | kVerifyRegCField) \
107 V(0x56, IGET_BYTE, "iget-byte", k22c, true, kIndexFieldRef, kContinue | kThrow | kLoad | kRegCFieldOrConstant, kVerifyRegA | kVerifyRegB | kVerifyRegCField) \
108 V(0x57, IGET_CHAR, "iget-char", k22c, true, kIndexFieldRef, kContinue | kThrow | kLoad | kRegCFieldOrConstant, kVerifyRegA | kVerifyRegB | kVerifyRegCField) \
109 V(0x58, IGET_SHORT, "iget-short", k22c, true, kIndexFieldRef, kContinue | kThrow | kLoad | kRegCFieldOrConstant, kVerifyRegA | kVerifyRegB | kVerifyRegCField) \
110 V(0x59, IPUT, "iput", k22c, false, kIndexFieldRef, kContinue | kThrow | kStore | kRegCFieldOrConstant, kVerifyRegA | kVerifyR (…)
    [all...]
dex_instruction-inl.h 40 case k22c: return true;
70 case k22c: return VRegA_22c();
145 DCHECK_EQ(FormatOf(Opcode()), k22c);
221 case k22c: return true;
251 case k22c: return VRegB_22c();
310 DCHECK_EQ(FormatOf(Opcode()), k22c);
382 case k22c: return true;
396 case k22c: return VRegC_22c();
415 DCHECK_EQ(FormatOf(Opcode()), k22c);
dex_instruction.h 107 k22c, // op vA, vB, thing@CCCC enumerator in enum:art::Instruction::Format
453 DCHECK(FormatOf(Opcode()) == k22c);
dex_instruction.cc 262 case k22c: {
  /art/dexdump/
dexdump.cc 520 case Instruction::k22c:
745 case Instruction::k22c: // op vA, vB, thing@CCCC
    [all...]

Completed in 632 milliseconds