Lines Matching defs:MaxFunctionScopesIndex
1312 const int MaxFunctionScopesIndex = FunctionScopeIndexToStopAt
1318 // MaxFunctionScopesIndex-deep on the FunctionScopes stack.
1326 // For a closure 'L' (at MaxFunctionScopesIndex in the FunctionScopes
1340 for (int idx = MaxFunctionScopesIndex; idx >= 0; idx--) {
1354 << (Explicit && idx == MaxFunctionScopesIndex);
1364 (Explicit && idx == MaxFunctionScopesIndex)) {
1365 // Regarding (Explicit && idx == MaxFunctionScopesIndex): only the first
1377 << (Explicit && idx == MaxFunctionScopesIndex);
1387 // If we got here, then the closure at MaxFunctionScopesIndex on the
1397 isa<LambdaScopeInfo>(FunctionScopes[MaxFunctionScopesIndex])) &&
1401 for (int idx = MaxFunctionScopesIndex; NumCapturingClosures;