HomeSort by relevance Sort by last modified time
    Searched refs:Hurry (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/v8/src/
incremental-marking.h 88 void Hurry();
incremental-marking.cc 773 void IncrementalMarking::Hurry() {
779 PrintF("[IncrementalMarking] Hurry\n");
782 // TODO(gc) hurry can mark objects it encounters black as mutator
791 PrintF("[IncrementalMarking] Complete (hurry), spent %d ms.\n",
852 Hurry();
872 // the should-hurry flag to indicate that there can't be much work left to do.
    [all...]
  /external/v8/src/
incremental-marking.h 84 void Hurry();
incremental-marking.cc 643 void IncrementalMarking::Hurry() {
647 PrintF("[IncrementalMarking] Hurry\n");
650 // TODO(gc) hurry can mark objects it encounters black as mutator
678 PrintF("[IncrementalMarking] Complete (hurry), spent %d ms.\n",
738 Hurry();
758 // the should-hurry flag to indicate that there can't be much work left to do.

Completed in 108 milliseconds