Home | History | Annotate | Download | only in crankshaft

Lines Matching full:ordered_functions

7794   int ordered_functions = 0;
7801 for (i = 0; i < maps->length() && ordered_functions < kMaxCallPolymorphism;
7815 order[ordered_functions++] = FunctionSorter(
7820 std::sort(order, order + ordered_functions);
7824 ordered_functions = -1;
7832 for (int fn = 0; fn < ordered_functions; ++fn) {
7928 if (ordered_functions == maps->length() && FLAG_deoptimize_uncommon_cases) {