Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/heap/
Dgc-tracer.cc179 new_space_allocation_in_bytes_since_gc_(0), in GCTracer()
216 new_space_allocation_in_bytes_since_gc_ = 0.0; in ResetForTesting()
610 new_space_allocation_in_bytes_since_gc_ += new_space_allocated_bytes; in SampleAllocation()
620 MakeBytesAndDuration(new_space_allocation_in_bytes_since_gc_, in AddAllocation()
629 new_space_allocation_in_bytes_since_gc_ = 0; in AddAllocation()
1229 size_t bytes = new_space_allocation_in_bytes_since_gc_; in NewSpaceAllocationThroughputInBytesPerMillisecond()
Dgc-tracer.h526 size_t new_space_allocation_in_bytes_since_gc_; variable