Home
last modified time | relevance | path

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

/tools/dexter/slicer/export/slicer/
Ddex_bytecode.h124 struct Instruction { struct
125 u4 vA; // the A field of the instruction
126 u4 vB; // the B field of the instruction
127 u8 vB_wide; // 64bit version of the B field (for k51l)
128 u4 vC; // the C field of the instruction
129 u4 arg[5]; // vC/D/E/F/G in invoke or filled-new-array
130 Opcode opcode; // instruction opcode
Dcode_ir.h253 struct Instruction : public Node { struct
257 Instruction* prev = nullptr; argument
258 Instruction* next = nullptr; argument
/tools/tradefederation/core/proto/resultdb/
Dinstruction.proto36 message Instruction { message