Searched refs:PACKED_SWITCH_PAYLOAD (Results 1 – 12 of 12) sorted by relevance
66 return Opcode.PACKED_SWITCH_PAYLOAD; in getOpcodeByValue()
286 …PACKED_SWITCH_PAYLOAD((short)0x100, "packed-switch-payload", ReferenceType.NONE, Format.PackedSwit… enumConstant
52 super(dexFile, Opcode.PACKED_SWITCH_PAYLOAD, instructionStart); in DexBackedPackedSwitchPayload()
47 public static final Opcode OPCODE = Opcode.PACKED_SWITCH_PAYLOAD;
46 public static final Opcode OPCODE = Opcode.PACKED_SWITCH_PAYLOAD;
309 public static final int PACKED_SWITCH_PAYLOAD = 0x100; field in Opcodes
46 public static final Info PACKED_SWITCH_PAYLOAD = field in OpcodeInfo47 new Info(Opcodes.PACKED_SWITCH_PAYLOAD, "packed-switch-payload",1100 set(PACKED_SWITCH_PAYLOAD);
112 out.writeShort(Opcodes.PACKED_SWITCH_PAYLOAD); in writeTo()
87 if (opcode == Opcode.PACKED_SWITCH_PAYLOAD || opcode == Opcode.SPARSE_SWITCH_PAYLOAD) { in MutableMethodImplementation()381 targetInstruction.getOpcode() != Opcode.PACKED_SWITCH_PAYLOAD) ||437 case PACKED_SWITCH_PAYLOAD:
181 Opcode.PACKED_SWITCH_PAYLOAD, in testPackedSwitchAlignment()
129 payloadOpcode = Opcode.PACKED_SWITCH_PAYLOAD; in writeTo()
101 … targetOffset = findSwitchPayload(targetOffset, Opcode.PACKED_SWITCH_PAYLOAD); in MethodDefinition()