Lines Matching defs:interpreter
5 #include "src/interpreter/bytecodes.h"
8 #include "src/interpreter/bytecode-traits.h"
12 namespace interpreter {
260 case interpreter::OperandType::kCount8:
263 case interpreter::OperandType::kCount16:
266 case interpreter::OperandType::kIdx8:
269 case interpreter::OperandType::kIdx16:
272 case interpreter::OperandType::kImm8:
275 case interpreter::OperandType::kReg8:
276 case interpreter::OperandType::kMaybeReg8: {
296 case interpreter::OperandType::kRegPair8: {
307 case interpreter::OperandType::kReg16: {
319 case interpreter::OperandType::kNone:
358 // for ease of access in the interpreter.
451 } // namespace interpreter