Searched refs:SPARSE_SWITCH_PAYLOAD (Results 1 – 9 of 9) sorted by relevance
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;
131 return Opcode.SPARSE_SWITCH_PAYLOAD; in getOpcodeByValue()
305 …SPARSE_SWITCH_PAYLOAD(0x200, "sparse-switch-payload", ReferenceType.NONE, Format.SparseSwitchPaylo… enumConstant
85 return Opcode.SPARSE_SWITCH_PAYLOAD; in getOpcode()
134 … targetOffset = findPayloadOffset(targetOffset, Opcode.SPARSE_SWITCH_PAYLOAD); in MethodDefinition()143 findSwitchPayload(targetOffset, Opcode.SPARSE_SWITCH_PAYLOAD); in MethodDefinition()
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()