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

  /external/v8/src/heap/
incremental-marking.h 44 bool should_hurry() { return should_hurry_; }
45 void set_should_hurry(bool val) { should_hurry_ = val; }
297 bool should_hurry_; member in class:v8::internal::IncrementalMarking
incremental-marking.cc 31 should_hurry_(false),
479 should_hurry_ = false;
902 // because should_hurry_ will force a full GC.
    [all...]

Completed in 196 milliseconds