Searched refs:PACKED_SWITCH_PAYLOAD (Results 1 – 12 of 12) sorted by relevance
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/dexbacked/instruction/ |
D | DexBackedPackedSwitchPayload.java | 52 super(dexFile, Opcode.PACKED_SWITCH_PAYLOAD, instructionStart); in DexBackedPackedSwitchPayload()
|
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/immutable/instruction/ |
D | ImmutablePackedSwitchPayload.java | 46 public static final Opcode OPCODE = Opcode.PACKED_SWITCH_PAYLOAD;
|
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/builder/instruction/ |
D | BuilderPackedSwitchPayload.java | 47 public static final Opcode OPCODE = Opcode.PACKED_SWITCH_PAYLOAD;
|
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/ |
D | Opcodes.java | 126 return Opcode.PACKED_SWITCH_PAYLOAD; in getOpcodeByValue()
|
D | Opcode.java | 304 …PACKED_SWITCH_PAYLOAD(0x100, "packed-switch-payload", ReferenceType.NONE, Format.PackedSwitchPaylo… enumConstant
|
/external/dexmaker/src/dx/java/com/android/dx/io/ |
D | Opcodes.java | 309 public static final int PACKED_SWITCH_PAYLOAD = 0x100; field in Opcodes
|
D | OpcodeInfo.java | 46 public static final Info PACKED_SWITCH_PAYLOAD = field in OpcodeInfo 47 new Info(Opcodes.PACKED_SWITCH_PAYLOAD, "packed-switch-payload", 1100 set(PACKED_SWITCH_PAYLOAD);
|
/external/smali/smalidea/src/main/java/org/jf/smalidea/psi/impl/ |
D | SmaliInstruction.java | 82 return Opcode.PACKED_SWITCH_PAYLOAD; in getOpcode()
|
/external/dexmaker/src/dx/java/com/android/dx/dex/code/ |
D | SwitchData.java | 112 out.writeShort(Opcodes.PACKED_SWITCH_PAYLOAD); in writeTo()
|
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/builder/ |
D | MutableMethodImplementation.java | 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:
|
/external/smali/baksmali/src/main/java/org/jf/baksmali/Adaptors/ |
D | MethodDefinition.java | 113 … targetOffset = findPayloadOffset(targetOffset, Opcode.PACKED_SWITCH_PAYLOAD); in MethodDefinition() 120 findSwitchPayload(targetOffset, Opcode.PACKED_SWITCH_PAYLOAD); in MethodDefinition()
|
/external/smali/dexlib2/src/test/java/org/jf/dexlib2/builder/ |
D | PayloadAlignmentTest.java | 181 Opcode.PACKED_SWITCH_PAYLOAD, in testPackedSwitchAlignment()
|