Home | History | Annotate | Download | only in src

Lines Matching full:speed

915   // The marking speed is driven either by the allocation rate or by the rate
952 PrintPID("Speed up marking after %d steps\n",
967 if (FLAG_trace_gc) PrintPID("Speed up marking because of low space left\n");
978 PrintPID("Speed up marking because of heap size increase\n");
987 // We try to scan at at least twice the speed that we are allocating.
990 PrintPID("Speed up marking because marker was not keeping up\n");
1006 PrintPID("Marking speed increased to %d\n", marking_speed_);