Lines Matching refs:NumPatchBytes

718 getStatepointArgs(IRBuilderBase &B, uint64_t ID, uint32_t NumPatchBytes,  in getStatepointArgs()  argument
722 Args.push_back(B.getInt32(NumPatchBytes)); in getStatepointArgs()
761 IRBuilderBase *Builder, uint64_t ID, uint32_t NumPatchBytes, in CreateGCStatepointCallCommon() argument
773 *Builder, ID, NumPatchBytes, ActualCallee.getCallee(), Flags, CallArgs); in CreateGCStatepointCallCommon()
785 uint64_t ID, uint32_t NumPatchBytes, FunctionCallee ActualCallee, in CreateGCStatepointCall() argument
789 this, ID, NumPatchBytes, ActualCallee, uint32_t(StatepointFlags::None), in CreateGCStatepointCall()
794 uint64_t ID, uint32_t NumPatchBytes, FunctionCallee ActualCallee, in CreateGCStatepointCall() argument
800 this, ID, NumPatchBytes, ActualCallee, Flags, CallArgs, TransitionArgs, in CreateGCStatepointCall()
805 uint64_t ID, uint32_t NumPatchBytes, FunctionCallee ActualCallee, in CreateGCStatepointCall() argument
809 this, ID, NumPatchBytes, ActualCallee, uint32_t(StatepointFlags::None), in CreateGCStatepointCall()
815 IRBuilderBase *Builder, uint64_t ID, uint32_t NumPatchBytes, in CreateGCStatepointInvokeCommon() argument
828 getStatepointArgs(*Builder, ID, NumPatchBytes, ActualInvokee.getCallee(), in CreateGCStatepointInvokeCommon()
841 uint64_t ID, uint32_t NumPatchBytes, FunctionCallee ActualInvokee, in CreateGCStatepointInvoke() argument
846 this, ID, NumPatchBytes, ActualInvokee, NormalDest, UnwindDest, in CreateGCStatepointInvoke()
852 uint64_t ID, uint32_t NumPatchBytes, FunctionCallee ActualInvokee, in CreateGCStatepointInvoke() argument
858 this, ID, NumPatchBytes, ActualInvokee, NormalDest, UnwindDest, Flags, in CreateGCStatepointInvoke()
863 uint64_t ID, uint32_t NumPatchBytes, FunctionCallee ActualInvokee, in CreateGCStatepointInvoke() argument
868 this, ID, NumPatchBytes, ActualInvokee, NormalDest, UnwindDest, in CreateGCStatepointInvoke()