Home | History | Annotate | Download | only in ia32

Lines Matching refs:opcode

75       // bailout and we need to skip the call opcode to get to the
175 RelocInfo rinfo(curr_address + 1, // 1 after the call opcode.
281 ASSERT(Translation::BEGIN == static_cast<Translation::Opcode>(value));
305 Translation::Opcode opcode =
306 static_cast<Translation::Opcode>(iterator.Next());
307 ASSERT(Translation::BEGIN == opcode);
308 USE(opcode);
313 opcode = static_cast<Translation::Opcode>(iterator.Next());
314 USE(opcode);
315 ASSERT(Translation::FRAME == opcode);
441 Translation::Opcode opcode =
442 static_cast<Translation::Opcode>(iterator->Next());
443 USE(opcode);
444 ASSERT(Translation::FRAME == opcode);