Lines Matching defs:MaxFunctionScopesIndex
1305 const int MaxFunctionScopesIndex = FunctionScopeIndexToStopAt
1311 // MaxFunctionScopesIndex-deep on the FunctionScopes stack.
1319 // For a closure 'L' (at MaxFunctionScopesIndex in the FunctionScopes
1333 for (int idx = MaxFunctionScopesIndex; idx >= 0; idx--) {
1347 << (Explicit && idx == MaxFunctionScopesIndex);
1357 (Explicit && idx == MaxFunctionScopesIndex)) {
1358 // Regarding (Explicit && idx == MaxFunctionScopesIndex): only the first
1370 << (Explicit && idx == MaxFunctionScopesIndex);
1380 // If we got here, then the closure at MaxFunctionScopesIndex on the
1390 isa<LambdaScopeInfo>(FunctionScopes[MaxFunctionScopesIndex])) &&
1394 for (int idx = MaxFunctionScopesIndex; NumCapturingClosures;