• Home
  • Raw
  • Download

Lines Matching refs:Translation

1370   Translation::Opcode frame_opcode =  in FRAME_SUMMARY_DISPATCH()
1371 static_cast<Translation::Opcode>(it.Next()); in FRAME_SUMMARY_DISPATCH()
1372 DCHECK_EQ(Translation::BEGIN, frame_opcode); in FRAME_SUMMARY_DISPATCH()
1380 frame_opcode = static_cast<Translation::Opcode>(it.Next()); in FRAME_SUMMARY_DISPATCH()
1381 if (frame_opcode == Translation::JS_FRAME || in FRAME_SUMMARY_DISPATCH()
1382 frame_opcode == Translation::INTERPRETED_FRAME) { in FRAME_SUMMARY_DISPATCH()
1391 Translation::Opcode opcode = static_cast<Translation::Opcode>(it.Next()); in FRAME_SUMMARY_DISPATCH()
1395 if (opcode == Translation::LITERAL) { in FRAME_SUMMARY_DISPATCH()
1398 CHECK_EQ(opcode, Translation::STACK_SLOT); in FRAME_SUMMARY_DISPATCH()
1405 opcode = static_cast<Translation::Opcode>(it.Next()); in FRAME_SUMMARY_DISPATCH()
1409 if (opcode == Translation::LITERAL) { in FRAME_SUMMARY_DISPATCH()
1411 } else if (opcode == Translation::STACK_SLOT) { in FRAME_SUMMARY_DISPATCH()
1415 it.Skip(Translation::NumberOfOperandsFor(opcode)); in FRAME_SUMMARY_DISPATCH()
1426 if (frame_opcode == Translation::JS_FRAME) { in FRAME_SUMMARY_DISPATCH()
1435 DCHECK_EQ(frame_opcode, Translation::INTERPRETED_FRAME); in FRAME_SUMMARY_DISPATCH()
1444 } else if (frame_opcode == Translation::CONSTRUCT_STUB_FRAME) { in FRAME_SUMMARY_DISPATCH()
1446 it.Skip(Translation::NumberOfOperandsFor(frame_opcode)); in FRAME_SUMMARY_DISPATCH()
1451 it.Skip(Translation::NumberOfOperandsFor(frame_opcode)); in FRAME_SUMMARY_DISPATCH()
1532 Translation::Opcode opcode = static_cast<Translation::Opcode>(it.Next()); in GetFunctions()
1533 DCHECK_EQ(Translation::BEGIN, opcode); in GetFunctions()
1540 opcode = static_cast<Translation::Opcode>(it.Next()); in GetFunctions()
1541 if (opcode == Translation::JS_FRAME || in GetFunctions()
1542 opcode == Translation::INTERPRETED_FRAME) { in GetFunctions()
1551 it.Skip(Translation::NumberOfOperandsFor(opcode) - 2); in GetFunctions()
1554 it.Skip(Translation::NumberOfOperandsFor(opcode)); in GetFunctions()