Home
last modified time | relevance | path

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

/dalvik/libdex/
DInstrUtils.h135 struct DecodedInstruction { struct
136 u4 vA;
137 u4 vB;
138 u8 vB_wide; /* for kFmt51l */
139 u4 vC;
140 u4 arg[5]; /* vC/D/E/F/G in invoke or filled-new-array */
141 Opcode opcode;
142 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