Lines Matching full:jump
693 // Jump, Call, and Ret pseudo instructions implementing inter-working.
694 void Jump(Register target);
695 void Jump(Address target, RelocInfo::Mode rmode, Condition cond = al,
697 void Jump(Handle<Code> code, RelocInfo::Mode rmode, Condition cond = al,
699 void Jump(const ExternalReference& reference);
700 void Jump(intptr_t target, RelocInfo::Mode rmode, Condition cond = al,
887 // Jump the register contains a smi.
1220 // Compare the object in a register to a value and jump if they are equal.
1226 // Compare the object in a register to a value and jump if they are not equal.
1268 // Convenience function: tail call a runtime routine (jump).
1271 // Jump to a runtime routine.
1275 // Generates a trampoline to jump to the off-heap instruction stream.
1310 // Jump if either of the registers contain a non-smi.