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

  /external/v8/src/
incremental-marking.h 173 return steps_count_;
264 int steps_count_; member in class:v8::internal::IncrementalMarking
incremental-marking.cc 45 steps_count_(0),
848 steps_count_++;
853 if ((steps_count_ % kAllocationMarkingFactorSpeedupInterval) == 0) {
925 steps_count_ = 0;
heap.cc     [all...]
heap.h     [all...]

Completed in 74 milliseconds