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 58 bool should_hurry() { return should_hurry_; }
59 void set_should_hurry(bool val) { should_hurry_ = val; }
286 bool should_hurry_; member in class:v8::internal::IncrementalMarking
incremental-marking.cc 37 should_hurry_(false),
905 // because should_hurry_ will force a full GC.
    [all...]

Completed in 1731 milliseconds