Lines Matching refs:opcode
206 ASSERT(Translation::BEGIN == static_cast<Translation::Opcode>(value));
227 Translation::Opcode opcode =
228 static_cast<Translation::Opcode>(iterator.Next());
229 ASSERT(Translation::BEGIN == opcode);
230 USE(opcode);
236 opcode = static_cast<Translation::Opcode>(iterator.Next());
237 USE(opcode);
238 ASSERT(Translation::JS_FRAME == opcode);