Home
last modified time | relevance | path

Searched refs:current_counter (Results 1 – 1 of 1) sorted by relevance

/external/v8/src/heap/
Dincremental-marking.cc1060 size_t current_counter = heap_->OldGenerationAllocationCounter(); in StepSizeToKeepUpWithAllocations() local
1061 bytes_allocated_ += current_counter - old_generation_allocation_counter_; in StepSizeToKeepUpWithAllocations()
1062 old_generation_allocation_counter_ = current_counter; in StepSizeToKeepUpWithAllocations()