Lines Matching refs:Translation
178 ASSERT(Translation::BEGIN == static_cast<Translation::Opcode>(value));
202 Translation::Opcode opcode =
203 static_cast<Translation::Opcode>(iterator.Next());
204 ASSERT(Translation::BEGIN == opcode);
211 opcode = static_cast<Translation::Opcode>(iterator.Next());
213 ASSERT(Translation::JS_FRAME == opcode);
219 ASSERT_EQ(Translation::kSelfLiteralId, closure_id);
269 // There are no translation commands for the caller's pc and fp, the
308 // If translation of any command failed, continue using the input frame.
329 PrintF("[on-stack replacement translation %s: 0x%08" V8PRIxPTR " ",