Lines Matching full:jump
132 __ Jump(masm->isolate()->builtins()->code_handle(builtin_id),
225 __ Jump(code_obj);
301 __ Jump(BUILTIN_CODE(masm->isolate(), AdaptorWithBuiltinExitFrame),
555 // If the result is undefined, we jump out to using the implicit receiver.
893 // Jump to a faked try block that does the invoke, with a faked catch
1108 __ Jump(BUILTIN_CODE(masm->isolate(), RunMicrotasks), RelocInfo::CODE_TARGET);
1208 __ Jump(r4);
1243 // re-executing the JumpLoop to jump to the correct bytecode.
1300 // If this is a JumpLoop, re-execute it to perform the jump to the beginning
1805 __ Jump(BUILTIN_CODE(masm->isolate(), CallWithSpread),
1808 __ Jump(masm->isolate()->builtins()->Call(ConvertReceiverMode::kAny),
1863 __ Jump(code, RelocInfo::CODE_TARGET);
1866 __ Jump(BUILTIN_CODE(masm->isolate(), ConstructWithSpread),
1871 __ Jump(BUILTIN_CODE(masm->isolate(), Construct), RelocInfo::CODE_TARGET);
1960 __ Jump(kJavaScriptCallCodeStartRegister);
2066 __ Jump(builtin);
2145 __ Jump(BUILTIN_CODE(masm->isolate(), CallWithArrayLike),
2153 __ Jump(masm->isolate()->builtins()->Call(), RelocInfo::CODE_TARGET);
2177 __ Jump(masm->isolate()->builtins()->Call(), RelocInfo::CODE_TARGET);
2225 __ Jump(BUILTIN_CODE(masm->isolate(), CallWithArrayLike),
2280 __ Jump(BUILTIN_CODE(masm->isolate(), ConstructWithArrayLike),
2392 __ Jump(code, RelocInfo::CODE_TARGET);
2487 __ Jump(code, RelocInfo::CODE_TARGET);
2671 __ Jump(BUILTIN_CODE(masm->isolate(), Call_ReceiverIsAny),
2693 __ Jump(masm->isolate()->builtins()->CallFunction(mode),
2696 __ Jump(BUILTIN_CODE(masm->isolate(), CallBoundFunction),
2710 __ Jump(BUILTIN_CODE(masm->isolate(), CallProxy), RelocInfo::CODE_TARGET, eq);
2715 __ Jump(BUILTIN_CODE(masm->isolate(), CallWrappedFunction),
2729 __ Jump(masm->isolate()->builtins()->CallFunction(
2768 // Jump to JSBuiltinsConstructStub or JSConstructStubGeneric.
2775 __ Jump(BUILTIN_CODE(masm->isolate(), JSBuiltinsConstructStub),
2779 __ Jump(BUILTIN_CODE(masm->isolate(), JSConstructStubGeneric),
2807 __ Jump(BUILTIN_CODE(masm->isolate(), Construct), RelocInfo::CODE_TARGET);
2842 __ Jump(BUILTIN_CODE(masm->isolate(), ConstructFunction),
2848 __ Jump(BUILTIN_CODE(masm->isolate(), ConstructBoundFunction),
2854 __ Jump(BUILTIN_CODE(masm->isolate(), ConstructProxy),
2865 __ Jump(masm->isolate()->builtins()->CallFunction(),
2872 __ Jump(BUILTIN_CODE(masm->isolate(), ConstructedNonConstructable),
2878 // The function index was put in a register by the jump table trampoline.
2909 // Push the Wasm instance for loading the jump table address after the
2922 // The runtime function returns the jump table slot offset as a Smi. Use
2923 // that to compute the jump target in ip.
2930 // ip now holds the jump table slot where we want to jump to in the end.
2937 // Finally, jump to the jump table slot for the function.
2938 __ Jump(ip);
3154 // Compute the handler entry address and jump to it.
3157 __ Jump(r3);
3838 __ Jump(ip);