Home | History | Annotate | Download | only in src

Lines Matching refs:Opcode

720   Translation::Opcode opcode = static_cast<Translation::Opcode>(it.Next());
721 ASSERT(opcode == Translation::BEGIN);
728 opcode = static_cast<Translation::Opcode>(it.Next());
729 if (opcode == Translation::FRAME) {
744 opcode = static_cast<Translation::Opcode>(it.Next());
745 ASSERT(opcode == Translation::STACK_SLOT);
778 // Skip over operands to advance to the next opcode.
779 it.Skip(Translation::NumberOfOperandsFor(opcode));
818 Translation::Opcode opcode = static_cast<Translation::Opcode>(it.Next());
819 ASSERT(opcode == Translation::BEGIN);
825 opcode = static_cast<Translation::Opcode>(it.Next());
826 if (opcode == Translation::FRAME) {
835 // Skip over operands to advance to the next opcode.
836 it.Skip(Translation::NumberOfOperandsFor(opcode));