Searched refs:NumDeoptArgs (Results 1 – 1 of 1) sorted by relevance
1551 const int NumDeoptArgs = cast<ConstantInt>(NumDeoptArgsV)->getZExtValue(); in VerifyStatepoint() local1552 Assert(NumDeoptArgs >= 0, "gc.statepoint number of deoptimization arguments " in VerifyStatepoint()1556 Assert(4 + NumCallArgs + NumDeoptArgs <= (int)CS.arg_size(), in VerifyStatepoint()3339 const int NumDeoptArgs = in visitIntrinsicFunctionCall() local3341 const int GCParamArgsStart = NumCallArgs + NumDeoptArgs + 4; in visitIntrinsicFunctionCall()