Home | History | Annotate | Download | only in ia32

Lines Matching refs:Translation

273       ASSERT(Translation::BEGIN == static_cast<Translation::Opcode>(value));
297 Translation::Opcode opcode =
298 static_cast<Translation::Opcode>(iterator.Next());
299 ASSERT(Translation::BEGIN == opcode);
306 opcode = static_cast<Translation::Opcode>(iterator.Next());
308 ASSERT(Translation::JS_FRAME == opcode);
314 ASSERT_EQ(Translation::kSelfLiteralId, closure_id);
366 // There are no translation commands for the caller's pc and fp, the
422 // If translation of any command failed, continue using the input frame.
443 PrintF("[on-stack replacement translation %s: 0x%08" V8PRIxPTR " ",