Searched refs:new_space_allocation_in_bytes_since_gc_ (Results 1 – 2 of 2) sorted by relevance
125 new_space_allocation_in_bytes_since_gc_(0), in GCTracer()308 new_space_allocation_in_bytes_since_gc_ += new_space_allocated_bytes; in SampleAllocation()317 allocation_duration_since_gc_, new_space_allocation_in_bytes_since_gc_)); in AddAllocation()322 new_space_allocation_in_bytes_since_gc_ = 0; in AddAllocation()821 size_t bytes = new_space_allocation_in_bytes_since_gc_; in NewSpaceAllocationThroughputInBytesPerMillisecond()
592 size_t new_space_allocation_in_bytes_since_gc_; variable