Searched refs:old_generation_allocation_counter_ (Results 1 – 2 of 2) sorted by relevance
287 size_t old_generation_allocation_counter_; variable
469 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()