Lines Matching refs:Translation
196 ASSERT(Translation::BEGIN == static_cast<Translation::Opcode>(value));
217 Translation::Opcode opcode =
218 static_cast<Translation::Opcode>(iterator.Next());
219 ASSERT(Translation::BEGIN == opcode);
226 opcode = static_cast<Translation::Opcode>(iterator.Next());
228 ASSERT(Translation::JS_FRAME == opcode);
284 // There are no translation commands for the caller's pc and fp, the
323 // If translation of any command failed, continue using the input frame.
343 PrintF("[on-stack replacement translation %s: 0x%08" V8PRIxPTR " ",
380 // Compute the incoming parameter translation.
478 // Compute the incoming parameter translation.
616 // Compute the incoming parameter translation.
626 // There are no translation commands for the caller's pc and fp, the