Lines Matching full:opcode
157 RelocInfo rinfo(call_address + 1, // 1 after the call opcode.
294 ASSERT(Translation::BEGIN == static_cast<Translation::Opcode>(value));
318 Translation::Opcode opcode =
319 static_cast<Translation::Opcode>(iterator.Next());
320 ASSERT(Translation::BEGIN == opcode);
321 USE(opcode);
327 opcode = static_cast<Translation::Opcode>(iterator.Next());
328 USE(opcode);
329 ASSERT(Translation::JS_FRAME == opcode);