Home | History | Annotate | Download | only in mips

Lines Matching full:opcode

196       ASSERT(Translation::BEGIN == static_cast<Translation::Opcode>(value));
217 Translation::Opcode opcode =
218 static_cast<Translation::Opcode>(iterator.Next());
219 ASSERT(Translation::BEGIN == opcode);
220 USE(opcode);
226 opcode = static_cast<Translation::Opcode>(iterator.Next());
227 USE(opcode);
228 ASSERT(Translation::JS_FRAME == opcode);