Lines Matching full:jump
296 // Jump, Call, and Ret pseudo instructions implementing inter-working.
425 void Jump(Register target, Condition cond = al);
426 void Jump(Address target, RelocInfo::Mode rmode, Condition cond = al);
427 void Jump(Handle<Code> code, RelocInfo::Mode rmode, Condition cond = al);
428 void Jump(const ExternalReference& reference);
524 // Jump if the register contains a smi.
603 void Jump(intptr_t target, RelocInfo::Mode rmode, Condition cond = al);
742 // Compare the object in a register to a value and jump if they are equal.
748 // Compare the object in a register to a value and jump if they are not equal.
790 // Convenience function: tail call a runtime routine (jump).
793 // Jump to a runtime routine.
797 // Generates a trampoline to jump to the off-heap instruction stream.
836 // Jump if either of the registers contain a non-smi.