Lines Matching refs:interpreter
21 const interpreter::Bytecode kBytecodes[] = {
22 #define DEFINE_BYTECODE(Name, ...) interpreter::Bytecode::k##Name,
185 TRACED_FOREACH(interpreter::Bytecode, bytecode, kBytecodes) { in TARGET_TEST_F()
196 IsInt32Constant(interpreter::Bytecodes::Size(bytecode))); in TARGET_TEST_F()
225 TRACED_FOREACH(interpreter::Bytecode, bytecode, kBytecodes) { in TARGET_TEST_F()
267 TRACED_FOREACH(interpreter::Bytecode, bytecode, kBytecodes) { in TARGET_TEST_F()
277 interpreter::Bytecodes::Size(bytecode)}; in TARGET_TEST_F()
308 TRACED_FOREACH(interpreter::Bytecode, bytecode, kBytecodes) { in TARGET_TEST_F()
335 TRACED_FOREACH(interpreter::Bytecode, bytecode, kBytecodes) { in TARGET_TEST_F()
337 int number_of_operands = interpreter::Bytecodes::NumberOfOperands(bytecode); in TARGET_TEST_F()
339 int offset = interpreter::Bytecodes::GetOperandOffset(bytecode, i); in TARGET_TEST_F()
340 switch (interpreter::Bytecodes::GetOperandType(bytecode, i)) { in TARGET_TEST_F()
341 case interpreter::OperandType::kCount8: in TARGET_TEST_F()
344 case interpreter::OperandType::kIdx8: in TARGET_TEST_F()
347 case interpreter::OperandType::kImm8: in TARGET_TEST_F()
351 case interpreter::OperandType::kMaybeReg8: in TARGET_TEST_F()
352 case interpreter::OperandType::kReg8: in TARGET_TEST_F()
353 case interpreter::OperandType::kRegPair8: in TARGET_TEST_F()
357 case interpreter::OperandType::kCount16: in TARGET_TEST_F()
361 case interpreter::OperandType::kIdx16: in TARGET_TEST_F()
365 case interpreter::OperandType::kReg16: in TARGET_TEST_F()
369 case interpreter::OperandType::kNone: in TARGET_TEST_F()
379 TRACED_FOREACH(interpreter::Bytecode, bytecode, kBytecodes) { in TARGET_TEST_F()
409 TRACED_FOREACH(interpreter::Bytecode, bytecode, kBytecodes) { in TARGET_TEST_F()
423 TRACED_FOREACH(interpreter::Bytecode, bytecode, kBytecodes) { in TARGET_TEST_F()
437 TRACED_FOREACH(interpreter::Bytecode, bytecode, kBytecodes) { in TARGET_TEST_F()
454 TRACED_FOREACH(interpreter::Bytecode, bytecode, kBytecodes) { in TARGET_TEST_F()
466 TRACED_FOREACH(interpreter::Bytecode, bytecode, kBytecodes) { in TARGET_TEST_F()
477 TRACED_FOREACH(interpreter::Bytecode, bytecode, kBytecodes) { in TARGET_TEST_F()
488 TRACED_FOREACH(interpreter::Bytecode, bytecode, kBytecodes) { in TARGET_TEST_F()
498 TRACED_FOREACH(interpreter::Bytecode, bytecode, kBytecodes) { in TARGET_TEST_F()
517 TRACED_FOREACH(interpreter::Bytecode, bytecode, kBytecodes) { in TARGET_TEST_F()
534 TRACED_FOREACH(interpreter::Bytecode, bytecode, kBytecodes) { in TARGET_TEST_F()
547 TRACED_FOREACH(interpreter::Bytecode, bytecode, kBytecodes) { in TARGET_TEST_F()
563 TRACED_FOREACH(interpreter::Bytecode, bytecode, kBytecodes) { in TARGET_TEST_F()
582 TRACED_FOREACH(interpreter::Bytecode, bytecode, kBytecodes) { in TARGET_TEST_F()
597 TRACED_FOREACH(interpreter::Bytecode, bytecode, kBytecodes) { in TARGET_TEST_F()
628 TRACED_FOREACH(interpreter::Bytecode, bytecode, kBytecodes) { in TARGET_TEST_F()
646 TRACED_FOREACH(interpreter::Bytecode, bytecode, kBytecodes) { in TARGET_TEST_F()
663 TRACED_FOREACH(interpreter::Bytecode, bytecode, kBytecodes) { in TARGET_TEST_F()