Lines Matching full:jump

46   __ Jump(BUILTIN_CODE(masm->isolate(), AdaptorWithBuiltinExitFrame),
364 // If the result is undefined, we jump out to using the implicit receiver.
732 // Jump to a faked try block that does the invoke, with a faked catch
993 __ Jump(BUILTIN_CODE(masm->isolate(), RunMicrotasks), RelocInfo::CODE_TARGET);
1139 // re-executing the JumpLoop to jump to the correct bytecode.
1194 // If this is a JumpLoop, re-execute it to perform the jump to the beginning
1749 __ Jump(BUILTIN_CODE(masm->isolate(), CallWithSpread),
1752 __ Jump(masm->isolate()->builtins()->Call(ConvertReceiverMode::kAny),
1784 __ Jump(BUILTIN_CODE(masm->isolate(), ArrayConstructorImpl),
1788 __ Jump(BUILTIN_CODE(masm->isolate(), ConstructWithSpread),
1793 __ Jump(BUILTIN_CODE(masm->isolate(), Construct), RelocInfo::CODE_TARGET);
1847 __ Jump(x17);
1853 // Now jump to the correct point in the interpreter entry trampoline.
2017 __ Jump(builtin);
2057 Label jump;
2058 __ Adr(lr, &jump);
2061 __ Bind(&jump);
2183 __ Jump(BUILTIN_CODE(masm->isolate(), CallWithArrayLike),
2192 __ Jump(masm->isolate()->builtins()->Call(), RelocInfo::CODE_TARGET);
2217 __ Jump(masm->isolate()->builtins()->Call(), RelocInfo::CODE_TARGET);
2260 __ Jump(masm->isolate()->builtins()->Call(), RelocInfo::CODE_TARGET);
2314 __ Jump(BUILTIN_CODE(masm->isolate(), CallWithArrayLike),
2379 __ Jump(BUILTIN_CODE(masm->isolate(), ConstructWithArrayLike),
2495 __ Jump(code, RelocInfo::CODE_TARGET);
2566 __ Jump(code, RelocInfo::CODE_TARGET);
2806 __ Jump(BUILTIN_CODE(masm->isolate(), Call_ReceiverIsAny),
2828 __ Jump(masm->isolate()->builtins()->CallFunction(mode),
2831 __ Jump(BUILTIN_CODE(masm->isolate(), CallBoundFunction),
2845 __ Jump(BUILTIN_CODE(masm->isolate(), CallProxy), RelocInfo::CODE_TARGET, eq);
2850 __ Jump(BUILTIN_CODE(masm->isolate(), CallWrappedFunction),
2865 __ Jump(masm->isolate()->builtins()->CallFunction(
2904 // Jump to JSBuiltinsConstructStub or JSConstructStubGeneric.
2911 __ Jump(BUILTIN_CODE(masm->isolate(), JSBuiltinsConstructStub),
2915 __ Jump(BUILTIN_CODE(masm->isolate(), JSConstructStubGeneric),
2945 __ Jump(BUILTIN_CODE(masm->isolate(), Construct), RelocInfo::CODE_TARGET);
2980 __ Jump(BUILTIN_CODE(masm->isolate(), ConstructFunction),
2986 __ Jump(BUILTIN_CODE(masm->isolate(), ConstructBoundFunction),
2992 __ Jump(BUILTIN_CODE(masm->isolate(), ConstructProxy),
3004 __ Jump(masm->isolate()->builtins()->CallFunction(),
3011 __ Jump(BUILTIN_CODE(masm->isolate(), ConstructedNonConstructable),
3017 // The function index was put in w8 by the jump table trampoline.
3083 // The runtime function returned the jump table slot offset as a Smi (now in
3084 // x17). Use that to compute the jump target.
3090 // Finally, jump to the jump table slot for the function.
3091 __ Jump(x17);
3343 // Compute the handler entry address and jump to it. We use x17 here for the
3344 // jump target, as this jump can occasionally end up at the start of
4114 __ Jump(masm->isolate()->builtins()->code_handle(builtin_id),
4207 __ Jump(code_obj);