Home
last modified time | relevance | path

Searched refs:PACKED_SWITCH (Results 1 – 14 of 14) sorted by relevance

/external/smali/baksmali/src/main/java/org/jf/baksmali/Adaptors/Format/
DOffsetInstructionFormatMethodItem.java75 if (opcode == Opcode.PACKED_SWITCH) { in getLabelPrefix()
DInstructionMethodItem.java135 case PACKED_SWITCH: in writeTo()
/external/smali/smalidea/src/main/java/org/jf/smalidea/dexlib/instruction/
DSmalideaPackedSwitchPayload.java56 smaliMethod, Opcode.PACKED_SWITCH, psiInstruction.getOffset()); in getSwitchElements()
/external/smali/dexlib2/src/test/java/org/jf/dexlib2/builder/
DPayloadAlignmentTest.java173 implBuilder.addInstruction(new BuilderInstruction31t(Opcode.PACKED_SWITCH, 0, in testPackedSwitchAlignment()
186 Opcode.PACKED_SWITCH}); in testPackedSwitchAlignment()
/external/dexmaker/src/dx/java/com/android/dx/io/
DOpcodes.java87 public static final int PACKED_SWITCH = 0x2b; field in Opcodes
DOpcodeInfo.java234 public static final Info PACKED_SWITCH = field in OpcodeInfo
235 new Info(Opcodes.PACKED_SWITCH, "packed-switch",
1148 set(PACKED_SWITCH);
/external/dexmaker/src/dx/java/com/android/dx/dex/code/
DSwitchData.java104 int defaultTarget = Dops.PACKED_SWITCH.getFormat().codeSize(); in writeTo()
DDops.java241 public static final Dop PACKED_SWITCH = field in Dops
242 new Dop(Opcodes.PACKED_SWITCH, Opcodes.PACKED_SWITCH,
1149 set(PACKED_SWITCH);
DRopTranslator.java647 Dops.PACKED_SWITCH : Dops.SPARSE_SWITCH; in visitSwitchInsn()
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/builder/
DMutableMethodImplementation.java365 case PACKED_SWITCH: {
382 if ((instruction.opcode == Opcode.PACKED_SWITCH &&
/external/smali/baksmali/src/main/java/org/jf/baksmali/Adaptors/
DMethodDefinition.java108 if (opcode == Opcode.PACKED_SWITCH) { in MethodDefinition()
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/analysis/
DMethodAnalyzer.java501 … if (instructionOpcode == Opcode.PACKED_SWITCH || instructionOpcode == Opcode.SPARSE_SWITCH) {
670 case PACKED_SWITCH:
/external/dexmaker/src/dx/java/com/android/dx/io/instructions/
DInstructionCodec.java476 case Opcodes.PACKED_SWITCH: in FORMAT_31T()
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/
DOpcode.java87 PACKED_SWITCH(0x2b, "packed-switch", ReferenceType.NONE, Format.Format31t, Opcode.CAN_CONTINUE), enumConstant