Searched defs:opcodeUnit (Results 1 – 5 of 5) sorted by relevance
/dalvik/dx/src/com/android/dx/io/instructions/ |
D | InstructionCodec.java | 34 public DecodedInstruction decode(int opcodeUnit, in FORMAT_00X() 49 public DecodedInstruction decode(int opcodeUnit, in FORMAT_10X() 66 public DecodedInstruction decode(int opcodeUnit, in FORMAT_12X() 87 public DecodedInstruction decode(int opcodeUnit, in FORMAT_11N() 108 public DecodedInstruction decode(int opcodeUnit, in FORMAT_11X() 126 public DecodedInstruction decode(int opcodeUnit, in FORMAT_10T() 145 public DecodedInstruction decode(int opcodeUnit, in FORMAT_20T() 165 public DecodedInstruction decode(int opcodeUnit, in FORMAT_20BC() 186 public DecodedInstruction decode(int opcodeUnit, in FORMAT_22X() 207 public DecodedInstruction decode(int opcodeUnit, in FORMAT_21T() [all …]
|
D | DecodedInstruction.java | 70 int opcodeUnit = in.read(); in decode() local
|
/dalvik/dx/src/com/android/dx/dex/code/ |
D | InsnFormat.java | 438 protected static short opcodeUnit(DalvInsn insn, int arg) { in opcodeUnit() method in InsnFormat 461 protected static short opcodeUnit(DalvInsn insn) { in opcodeUnit() method in InsnFormat
|
/dalvik/dexgen/src/com/android/dexgen/dex/code/ |
D | InsnFormat.java | 404 protected static short opcodeUnit(DalvInsn insn, int arg) { in opcodeUnit() method in InsnFormat
|
/dalvik/dx/src/com/android/dx/io/ |
D | Opcodes.java | 343 public static int extractOpcodeFromUnit(int opcodeUnit) { in extractOpcodeFromUnit()
|