Lines Matching refs:NumPatchBytes

676 getStatepointArgs(IRBuilderBase &B, uint64_t ID, uint32_t NumPatchBytes,  in getStatepointArgs()  argument
680 Args.push_back(B.getInt32(NumPatchBytes)); in getStatepointArgs()
719 IRBuilderBase *Builder, uint64_t ID, uint32_t NumPatchBytes, in CreateGCStatepointCallCommon() argument
730 *Builder, ID, NumPatchBytes, ActualCallee.getCallee(), Flags, CallArgs); in CreateGCStatepointCallCommon()
742 uint64_t ID, uint32_t NumPatchBytes, FunctionCallee ActualCallee, in CreateGCStatepointCall() argument
746 this, ID, NumPatchBytes, ActualCallee, uint32_t(StatepointFlags::None), in CreateGCStatepointCall()
751 uint64_t ID, uint32_t NumPatchBytes, FunctionCallee ActualCallee, in CreateGCStatepointCall() argument
756 this, ID, NumPatchBytes, ActualCallee, Flags, CallArgs, TransitionArgs, in CreateGCStatepointCall()
761 uint64_t ID, uint32_t NumPatchBytes, FunctionCallee ActualCallee, in CreateGCStatepointCall() argument
765 this, ID, NumPatchBytes, ActualCallee, uint32_t(StatepointFlags::None), in CreateGCStatepointCall()
771 IRBuilderBase *Builder, uint64_t ID, uint32_t NumPatchBytes, in CreateGCStatepointInvokeCommon() argument
783 getStatepointArgs(*Builder, ID, NumPatchBytes, ActualInvokee.getCallee(), in CreateGCStatepointInvokeCommon()
796 uint64_t ID, uint32_t NumPatchBytes, FunctionCallee ActualInvokee, in CreateGCStatepointInvoke() argument
801 this, ID, NumPatchBytes, ActualInvokee, NormalDest, UnwindDest, in CreateGCStatepointInvoke()
807 uint64_t ID, uint32_t NumPatchBytes, FunctionCallee ActualInvokee, in CreateGCStatepointInvoke() argument
813 this, ID, NumPatchBytes, ActualInvokee, NormalDest, UnwindDest, Flags, in CreateGCStatepointInvoke()
818 uint64_t ID, uint32_t NumPatchBytes, FunctionCallee ActualInvokee, in CreateGCStatepointInvoke() argument
823 this, ID, NumPatchBytes, ActualInvokee, NormalDest, UnwindDest, in CreateGCStatepointInvoke()