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 34 bool should_hurry() { return should_hurry_; }
35 void set_should_hurry(bool val) { should_hurry_ = val; }
211 bool should_hurry_; member in class:v8::internal::IncrementalMarking
incremental-marking.cc 27 should_hurry_(false),
    [all...]

Completed in 434 milliseconds