Searched defs:opcodeUnit (Results 1 – 5 of 5) sorted by relevance
/dalvik/dx/src/com/android/dx/io/instructions/ |
D | InstructionCodec.java | 32 @Override public DecodedInstruction decode(int opcodeUnit, in FORMAT_00X() 45 @Override public DecodedInstruction decode(int opcodeUnit, in FORMAT_10X() 60 @Override public DecodedInstruction decode(int opcodeUnit, in FORMAT_12X() 79 @Override public DecodedInstruction decode(int opcodeUnit, in FORMAT_11N() 98 @Override public DecodedInstruction decode(int opcodeUnit, in FORMAT_11X() 114 @Override public DecodedInstruction decode(int opcodeUnit, in FORMAT_10T() 131 @Override public DecodedInstruction decode(int opcodeUnit, in FORMAT_20T() 149 @Override public DecodedInstruction decode(int opcodeUnit, in FORMAT_20BC() 168 @Override public DecodedInstruction decode(int opcodeUnit, in FORMAT_22X() 187 @Override 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 | 483 protected static short opcodeUnit(DalvInsn insn, int arg) { in opcodeUnit() method in InsnFormat 506 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 | 336 public static int extractOpcodeFromUnit(int opcodeUnit) { in extractOpcodeFromUnit()
|