Lines Matching full:jump
86 // Jump, Call, and Ret pseudo instructions implementing inter-working.
87 void Jump(Register target, Condition cond = al);
88 void Jump(Address target, RelocInfo::Mode rmode, Condition cond = al);
89 void Jump(Handle<Code> code, RelocInfo::Mode rmode, Condition cond = al);
90 void Jump(const ExternalReference& reference);
91 // Jump the register contains a smi.
1488 void Jump(intptr_t target, RelocInfo::Mode rmode, Condition cond = al);
1531 // Convenience function: tail call a runtime routine (jump).
1578 // Jump to a runtime routine.
1582 // Generates a trampoline to jump to the off-heap instruction stream.
1585 // Compare the object in a register to a value and jump if they are equal.
1591 // Compare the object in a register to a value and jump if they are not equal.
1696 // Jump if either of the registers contain a non-smi.