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

  /external/chromium_org/v8/src/
incremental-marking.h 140 return steps_count_;
238 int steps_count_; member in class:v8::internal::IncrementalMarking
incremental-marking.cc 24 steps_count_(0),
896 steps_count_++;
901 if ((steps_count_ % kMarkingSpeedAccellerationInterval) == 0) {
    [all...]
heap.cc     [all...]
heap.h     [all...]

Completed in 220 milliseconds