Searched refs:PACKED_SWITCH_PAYLOAD (Results 1 – 9 of 9) sorted by relevance
52 super(dexFile, Opcode.PACKED_SWITCH_PAYLOAD, instructionStart); in DexBackedPackedSwitchPayload()
46 public static final Opcode OPCODE = Opcode.PACKED_SWITCH_PAYLOAD;
47 public static final Opcode OPCODE = Opcode.PACKED_SWITCH_PAYLOAD;
129 return Opcode.PACKED_SWITCH_PAYLOAD; in getOpcodeByValue()
304 …PACKED_SWITCH_PAYLOAD(0x100, "packed-switch-payload", ReferenceType.NONE, Format.PackedSwitchPaylo… enumConstant
82 return Opcode.PACKED_SWITCH_PAYLOAD; in getOpcode()
87 if (opcode == Opcode.PACKED_SWITCH_PAYLOAD || opcode == Opcode.SPARSE_SWITCH_PAYLOAD) { in MutableMethodImplementation()383 targetInstruction.getOpcode() != Opcode.PACKED_SWITCH_PAYLOAD) ||439 case PACKED_SWITCH_PAYLOAD:
113 … targetOffset = findPayloadOffset(targetOffset, Opcode.PACKED_SWITCH_PAYLOAD); in MethodDefinition()120 findSwitchPayload(targetOffset, Opcode.PACKED_SWITCH_PAYLOAD); in MethodDefinition()
181 Opcode.PACKED_SWITCH_PAYLOAD, in testPackedSwitchAlignment()