Searched defs:choice_count (Results 1 - 1 of 1) sorted by relevance

/external/v8/src/
H A Djsregexp.cc1788 int choice_count = alternatives_->length(); local
1789 for (int i = 0; i < choice_count; i++) {
2173 int choice_count = alternatives_->length(); local
2174 ASSERT(choice_count > 0);
2179 for (int i = 1; i < choice_count; i++) {
2876 int choice_count = alternatives_->length(); local
2878 for (int i = 0; i < choice_count - 1; i++) {
2892 int new_flush_budget = trace->flush_budget() / choice_count;
2909 if (choice_count > 1 && text_length != kNodeIsTooComplexForGreedyLoops) {
2945 AlternativeGenerationList alt_gens(choice_count);
[all...]

Completed in 63 milliseconds