Lines Matching refs:Translation
180 ASSERT(Translation::BEGIN == static_cast<Translation::Opcode>(value));
204 Translation::Opcode opcode =
205 static_cast<Translation::Opcode>(iterator.Next());
206 ASSERT(Translation::BEGIN == opcode);
213 opcode = static_cast<Translation::Opcode>(iterator.Next());
215 ASSERT(Translation::JS_FRAME == opcode);
271 // There are no translation commands for the caller's pc and fp, the
310 // If translation of any command failed, continue using the input frame.
331 PrintF("[on-stack replacement translation %s: 0x%08" V8PRIxPTR " ",
368 // Compute the incoming parameter translation.
471 // Compute the incoming parameter translation.
604 // Compute the incoming parameter translation.
614 // There are no translation commands for the caller's pc and fp, the