Lines Matching refs:cases
184 // where the remaining cases start at 0.
701 // Used when code special cases for TestResultScope and consumes any
1833 // Is the range of Smi's small enough relative to number of cases?
1880 ZonePtrList<CaseClause>* cases = stmt->cases();
1882 for (int i = 0; i < cases->length(); ++i) {
1883 CaseClause* clause = cases->at(i);
1887 // Don't consider Smi cases after a non-literal, because we
1896 // GCC also jump-table optimizes switch statements with 6 cases or more.
1911 IsSpreadAcceptable(static_cast<int>(spread), cases->length())) {
1915 // Invariant- covered_cases has all cases and only cases that will go in the
1923 // This adds a jump table optimization for switch statements with Smi cases.
1926 // for the non-Smi cases.
1992 ZonePtrList<CaseClause>* clauses = stmt->cases();
1998 // N_comp_cases is number of cases we will generate comparison jumps for.
1999 // Note we ignore duplicate cases, since they are very unlikely.
2215 // Record fall-through and exception cases.
3067 // Avoid the slow path for spreads in the following common cases:
5397 // if we have a non-final spread. For all other cases it is popped from args
5713 // cases it is popped before emitting the construct below.