Lines Matching refs:Translation
940 if (literal_id == Translation::kSelfLiteralId) {
957 // throw-statements, we can't use the translation at the call-site of
968 Translation::Opcode opcode = static_cast<Translation::Opcode>(it.Next());
969 ASSERT(opcode == Translation::BEGIN);
974 // in the deoptimization translation are ordered bottom-to-top.
978 opcode = static_cast<Translation::Opcode>(it.Next());
979 if (opcode == Translation::JS_FRAME) {
985 // The translation commands are ordered and the receiver is always
988 opcode = static_cast<Translation::Opcode>(it.Next());
989 ASSERT(opcode == Translation::STACK_SLOT ||
990 opcode == Translation::LITERAL);
995 if (opcode == Translation::LITERAL) {
1028 } else if (opcode == Translation::CONSTRUCT_STUB_FRAME) {
1030 it.Skip(Translation::NumberOfOperandsFor(opcode));
1035 it.Skip(Translation::NumberOfOperandsFor(opcode));
1075 Translation::Opcode opcode = static_cast<Translation::Opcode>(it.Next());
1076 ASSERT(opcode == Translation::BEGIN);
1094 Translation::Opcode opcode = static_cast<Translation::Opcode>(it.Next());
1095 ASSERT(opcode == Translation::BEGIN);
1100 // in the deoptimization translation are ordered bottom-to-top.
1102 opcode = static_cast<Translation::Opcode>(it.Next());
1103 if (opcode == Translation::JS_FRAME) {
1111 it.Skip(Translation::NumberOfOperandsFor(opcode));