Searched defs:Instruction (Results 1 – 2 of 2) sorted by relevance
147 struct Instruction { struct148 u4 vA; // the A field of the instruction149 u4 vB; // the B field of the instruction150 u8 vB_wide; // 64bit version of the B field (for k51l)151 u4 vC; // the C field of the instruction152 u4 arg[5]; // vC/D/E/F/G in invoke or filled-new-array153 Opcode opcode; // instruction opcode
229 struct Instruction : public Node { struct233 Instruction* prev = nullptr; argument234 Instruction* next = nullptr; argument