Home
last modified time | relevance | path

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

/tools/dexter/slicer/export/slicer/
Ddex_bytecode.h147 struct Instruction { struct
148 u4 vA; // the A field of the instruction
149 u4 vB; // the B field of the instruction
150 u8 vB_wide; // 64bit version of the B field (for k51l)
151 u4 vC; // the C field of the instruction
152 u4 arg[5]; // vC/D/E/F/G in invoke or filled-new-array
153 Opcode opcode; // instruction opcode
Dcode_ir.h229 struct Instruction : public Node { struct
233 Instruction* prev = nullptr; argument
234 Instruction* next = nullptr; argument