Home
last modified time | relevance | path

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

/external/v8/src/heap/
Dincremental-marking.h287 size_t old_generation_allocation_counter_; variable
Dincremental-marking.cc469 old_generation_allocation_counter_ = heap_->OldGenerationAllocationCounter(); in Start()
1069 bytes_allocated_ += current_counter - old_generation_allocation_counter_; in StepSizeToKeepUpWithAllocations()
1070 old_generation_allocation_counter_ = current_counter; in StepSizeToKeepUpWithAllocations()