Searched defs:DecodedInstruction (Results 1 – 2 of 2) sorted by relevance
129 struct DecodedInstruction { struct130 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;
39 public abstract class DecodedInstruction { class101 public DecodedInstruction(InstructionCodec format, int opcode, in DecodedInstruction() method in DecodedInstruction