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

  /external/v8/src/
incremental-marking.h 181 return longest_step_;
266 double longest_step_; member in class:v8::internal::IncrementalMarking
incremental-marking.cc 47 longest_step_(0.0),
621 longest_step_ = 0.0;
917 longest_step_ = Max(longest_step_, delta);
927 longest_step_ = 0.0;
heap.h     [all...]
heap.cc     [all...]

Completed in 50 milliseconds