Searched defs:Instruction (Results 1 – 12 of 12) sorted by relevance
30 class Instruction; variable
48 Instruction(uint32_t opCode) : mCodeAndCount(opCode) {} in Instruction() function49 Instruction(uint32_t opCode, uint32_t fixedWordCount) in Instruction() function
32 class Instruction; variable
34 class Instruction; variable
25 class Instruction; variable
62 CreateInstructionVisitor([&count](Instruction *) -> void { count++; })); in TEST_F() argument
47 class Instruction; variable
18 } Instruction; typedef
26 class Instruction; variable
27 class Instruction; variable
245 inline Instruction(Op opcode, size_t method_id, std::optional<const Value> dest) in Instruction() function249 inline constexpr Instruction(Op opcode, size_t method_id, bool result_is_object, in Instruction() function