Lines Matching refs:opcode
840 Translation::Opcode opcode = static_cast<Translation::Opcode>(it.Next());
841 ASSERT(opcode == Translation::BEGIN);
850 opcode = static_cast<Translation::Opcode>(it.Next());
851 if (opcode == Translation::JS_FRAME) {
862 opcode = static_cast<Translation::Opcode>(it.Next());
863 ASSERT(opcode == Translation::STACK_SLOT ||
864 opcode == Translation::LITERAL);
869 if (opcode == Translation::LITERAL) {
902 } else if (opcode == Translation::CONSTRUCT_STUB_FRAME) {
904 it.Skip(Translation::NumberOfOperandsFor(opcode));
908 // Skip over operands to advance to the next opcode.
909 it.Skip(Translation::NumberOfOperandsFor(opcode));
949 Translation::Opcode opcode = static_cast<Translation::Opcode>(it.Next());
950 ASSERT(opcode == Translation::BEGIN);
951 USE(opcode);
967 Translation::Opcode opcode = static_cast<Translation::Opcode>(it.Next());
968 ASSERT(opcode == Translation::BEGIN);
975 opcodeOpcode>(it.Next());
976 if (opcode == Translation::JS_FRAME) {
985 // Skip over operands to advance to the next opcode.
986 it.Skip(Translation::NumberOfOperandsFor(opcode));