Lines Matching defs:Jump
1696 Jump(code, RelocInfo::CODE_TARGET);
1840 void TurboAssembler::Jump(Register target, Condition cond) {
1897 void TurboAssembler::Jump(Address target, RelocInfo::Mode rmode,
1903 void TurboAssembler::Jump(Handle<CodeT> code, RelocInfo::Mode rmode,
1924 Jump(code.address(), rmode, cond);
1928 void TurboAssembler::Jump(const ExternalReference& reference) {
1932 Jump(scratch);
2045 Jump(BuiltinEntry(builtin), RelocInfo::RUNTIME_ENTRY);
2055 // x17 is used to allow using "Call" (i.e. `bti c`) rather than "Jump"
2060 Jump(temp);
2135 Jump(x17);
2181 Jump(x17);