Lines Matching full:ordered_functions
6810 int ordered_functions = 0;
6825 i < types->length() && ordered_functions < kMaxCallPolymorphism;
6830 order[ordered_functions++] =
6838 std::sort(order, order + ordered_functions);
6842 for (int fn = 0; fn < ordered_functions; ++fn) {
6917 if (ordered_functions == types->length() && FLAG_deoptimize_uncommon_cases) {