Searched refs:NumDeoptArgs (Results 1 – 1 of 1) sorted by relevance
1768 const int NumDeoptArgs = cast<ConstantInt>(NumDeoptArgsV)->getZExtValue(); in verifyStatepoint() local1769 Assert(NumDeoptArgs >= 0, "gc.statepoint number of deoptimization arguments " in verifyStatepoint()1774 7 + NumCallArgs + NumTransitionArgs + NumDeoptArgs; in verifyStatepoint()4021 const int NumDeoptArgs = in visitIntrinsicCallSite() local4024 const int GCParamArgsStart = DeoptArgsStart + 1 + NumDeoptArgs; in visitIntrinsicCallSite()