Lines Matching full:jump

42   __ Jump(BUILTIN_CODE(masm->isolate(), AdaptorWithBuiltinExitFrame),
302 // If the result is undefined, we jump out to using the implicit receiver.
429 // Jump to a faked try block that does the invoke, with a faked catch
577 __ Jump(BUILTIN_CODE(masm->isolate(), RunMicrotasks), RelocInfo::CODE_TARGET);
910 // re-executing the JumpLoop to jump to the correct bytecode.
971 // If this is a JumpLoop, re-execute it to perform the jump to the beginning
1398 __ Jump(BUILTIN_CODE(masm->isolate(), CallWithSpread),
1401 __ Jump(masm->isolate()->builtins()->Call(ConvertReceiverMode::kAny),
1524 __ Jump(BUILTIN_CODE(masm->isolate(), ArrayConstructorImpl),
1536 __ Jump(BUILTIN_CODE(masm->isolate(), ConstructWithSpread),
1546 __ Jump(BUILTIN_CODE(masm->isolate(), Construct), RelocInfo::CODE_TARGET);
1965 __ Jump(BUILTIN_CODE(masm->isolate(), CallWithArrayLike),
1973 __ Jump(masm->isolate()->builtins()->Call(), RelocInfo::CODE_TARGET);
2014 __ Jump(masm->isolate()->builtins()->Call(), RelocInfo::CODE_TARGET);
2069 __ Jump(BUILTIN_CODE(masm->isolate(), CallWithArrayLike),
2133 __ Jump(BUILTIN_CODE(masm->isolate(), ConstructWithArrayLike),
2270 __ Jump(code, RelocInfo::CODE_TARGET);
2373 __ Jump(code, RelocInfo::CODE_TARGET);
2576 __ Jump(BUILTIN_CODE(masm->isolate(), Call_ReceiverIsAny),
2603 __ Jump(masm->isolate()->builtins()->CallFunction(mode),
2609 __ Jump(BUILTIN_CODE(masm->isolate(), CallBoundFunction),
2622 __ Jump(BUILTIN_CODE(masm->isolate(), CallProxy), RelocInfo::CODE_TARGET);
2629 __ Jump(BUILTIN_CODE(masm->isolate(), CallWrappedFunction),
2644 __ Jump(masm->isolate()->builtins()->CallFunction(
2679 // Jump to JSBuiltinsConstructStub or JSConstructStubGeneric.
2688 __ Jump(BUILTIN_CODE(masm->isolate(), JSBuiltinsConstructStub),
2695 __ Jump(BUILTIN_CODE(masm->isolate(), JSConstructStubGeneric),
2723 __ Jump(BUILTIN_CODE(masm->isolate(), Construct), RelocInfo::CODE_TARGET);
2755 __ Jump(BUILTIN_CODE(masm->isolate(), ConstructFunction),
2764 __ Jump(BUILTIN_CODE(masm->isolate(), ConstructBoundFunction),
2771 __ Jump(BUILTIN_CODE(masm->isolate(), ConstructProxy),
2782 __ Jump(masm->isolate()->builtins()->CallFunction(),
2789 __ Jump(BUILTIN_CODE(masm->isolate(), ConstructedNonConstructable),
2855 // The function index was put in edi by the jump table trampoline.
2881 // Push the Wasm instance for loading the jump table address after the
2894 // The runtime function returns the jump table slot offset as a Smi. Use
2895 // that to compute the jump target in edi.
2902 // edi now holds the jump table slot where we want to jump to in the end.
2916 // Finally, jump to the jump table slot for the function.
3125 // Compute the handler entry address and jump to it.
4208 __ Jump(masm->isolate()->builtins()->code_handle(builtin_id),