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