Home
last modified time | relevance | path

Searched defs:DecodedInstruction (Results 1 – 2 of 2) sorted by relevance

/dalvik/libdex/
DInstrUtils.h129 struct DecodedInstruction { struct
130 u4 vA;
131 u4 vB;
132 u8 vB_wide; /* for kFmt51l */
133 u4 vC;
134 u4 arg[5]; /* vC/D/E/F/G in invoke or filled-new-array */
135 Opcode opcode;
136 InstructionIndexType indexType;
/dalvik/dx/src/com/android/dx/io/instructions/
DDecodedInstruction.java39 public abstract class DecodedInstruction { class
101 public DecodedInstruction(InstructionCodec format, int opcode, in DecodedInstruction() method in DecodedInstruction