Home
last modified time | relevance | path

Searched defs:opcodeUnit (Results 1 – 5 of 5) sorted by relevance

/dalvik/dx/src/com/android/dx/io/instructions/
DInstructionCodec.java34 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 …]
DDecodedInstruction.java70 int opcodeUnit = in.read(); in decode() local
/dalvik/dx/src/com/android/dx/dex/code/
DInsnFormat.java438 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/
DInsnFormat.java404 protected static short opcodeUnit(DalvInsn insn, int arg) { in opcodeUnit() method in InsnFormat
/dalvik/dx/src/com/android/dx/io/
DOpcodes.java343 public static int extractOpcodeFromUnit(int opcodeUnit) { in extractOpcodeFromUnit()