Searched refs:NumDeoptArgs (Results 1 – 1 of 1) sorted by relevance
1643 const int NumDeoptArgs = cast<ConstantInt>(NumDeoptArgsV)->getZExtValue(); in VerifyStatepoint() local1644 Assert(NumDeoptArgs >= 0, "gc.statepoint number of deoptimization arguments " in VerifyStatepoint()1649 7 + NumCallArgs + NumTransitionArgs + NumDeoptArgs; in VerifyStatepoint()3724 const int NumDeoptArgs = in visitIntrinsicCallSite() local3726 const int GCParamArgsStart = DeoptArgsStart + 1 + NumDeoptArgs; in visitIntrinsicCallSite()