Home | History | Annotate | Download | only in mips

Lines Matching refs:Translation

175       ASSERT(Translation::BEGIN == static_cast<Translation::Opcode>(value));
196 Translation::Opcode opcode =
197 static_cast<Translation::Opcode>(iterator.Next());
198 ASSERT(Translation::BEGIN == opcode);
205 opcode = static_cast<Translation::Opcode>(iterator.Next());
207 ASSERT(Translation::JS_FRAME == opcode);
213 ASSERT_EQ(Translation::kSelfLiteralId, closure_id);
263 // There are no translation commands for the caller's pc and fp, the
302 // If translation of any command failed, continue using the input frame.
322 PrintF("[on-stack replacement translation %s: 0x%08" V8PRIxPTR " ",