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

  /external/v8/src/
incremental-marking.h 63 bool should_hurry() { return should_hurry_; }
64 void set_should_hurry(bool val) { should_hurry_ = val; }
272 bool should_hurry_; member in class:v8::internal::IncrementalMarking
incremental-marking.cc 52 should_hurry_(false),

Completed in 30 milliseconds