Home | History | Annotate | Download | only in arm

Lines Matching refs:Translation

190       ASSERT(Translation::BEGIN == static_cast<Translation::Opcode>(value));
211 Translation::Opcode opcode =
212 static_cast<Translation::Opcode>(iterator.Next());
213 ASSERT(Translation::BEGIN == opcode);
220 opcode = static_cast<Translation::Opcode>(iterator.Next());
222 ASSERT(Translation::JS_FRAME == opcode);
228 ASSERT_EQ(Translation::kSelfLiteralId, closure_id);
278 // There are no translation commands for the caller's pc and fp, the
317 // If translation of any command failed, continue using the input frame.
337 PrintF("[on-stack replacement translation %s: 0x%08" V8PRIxPTR " ",