Lines Matching full:jump
101 // Jump unconditionally to given label.
199 // Jump, Call, and Ret pseudo instructions implementing inter-working.
205 void Jump(Register target, int16_t offset = 0, COND_ARGS);
206 void Jump(Register target, Register base, int16_t offset = 0, COND_ARGS);
207 void Jump(Register target, const Operand& offset, COND_ARGS);
208 void Jump(intptr_t target, RelocInfo::Mode rmode, COND_ARGS);
209 void Jump(Address target, RelocInfo::Mode rmode, COND_ARGS);
211 // it to register use lw, it can be used in wasm jump table for concurrent
214 void Jump(Handle<Code> code, RelocInfo::Mode rmode, COND_ARGS);
215 void Jump(const ExternalReference& reference);
809 // Jump the register contains a smi.
941 // Compare the object in a register to a value and jump if they are equal.
949 // Compare the object in a register to a value and jump if they are not equal.
1068 // Convenience function: tail call a runtime routine (jump).
1071 // Jump to the builtin routine.
1076 // Generates a trampoline to jump to the off-heap instruction stream.
1121 // Jump if the register contains a non-smi.