Searched refs:SPARSE_SWITCH_PAYLOAD (Results 1 – 12 of 12) sorted by relevance
68 return Opcode.SPARSE_SWITCH_PAYLOAD; in getOpcodeByValue()
287 …SPARSE_SWITCH_PAYLOAD((short)0x200, "sparse-switch-payload", ReferenceType.NONE, Format.SparseSwit… enumConstant
51 super(dexFile, Opcode.SPARSE_SWITCH_PAYLOAD, instructionStart); in DexBackedSparseSwitchPayload()
46 public static final Opcode OPCODE = Opcode.SPARSE_SWITCH_PAYLOAD;
48 public static final Opcode OPCODE = Opcode.SPARSE_SWITCH_PAYLOAD;
314 public static final int SPARSE_SWITCH_PAYLOAD = 0x200; field in Opcodes
51 public static final Info SPARSE_SWITCH_PAYLOAD = field in OpcodeInfo52 new Info(Opcodes.SPARSE_SWITCH_PAYLOAD, "sparse-switch-payload",1101 set(SPARSE_SWITCH_PAYLOAD);
132 out.writeShort(Opcodes.SPARSE_SWITCH_PAYLOAD); in writeTo()
87 if (opcode == Opcode.PACKED_SWITCH_PAYLOAD || opcode == Opcode.SPARSE_SWITCH_PAYLOAD) { in MutableMethodImplementation()385 targetInstruction.getOpcode() != Opcode.SPARSE_SWITCH_PAYLOAD)) {438 case SPARSE_SWITCH_PAYLOAD:
232 Opcode.SPARSE_SWITCH_PAYLOAD, in testSparseSwitchAlignment()
141 payloadOpcode = Opcode.SPARSE_SWITCH_PAYLOAD; in writeTo()
114 … targetOffset = findSwitchPayload(targetOffset, Opcode.SPARSE_SWITCH_PAYLOAD); in MethodDefinition()