Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/heap/
Dgc-tracer.cc585 size_t new_space_counter_bytes, in SampleAllocation() argument
591 new_space_allocation_counter_bytes_ = new_space_counter_bytes; in SampleAllocation()
599 new_space_counter_bytes - new_space_allocation_counter_bytes_; in SampleAllocation()
606 new_space_allocation_counter_bytes_ = new_space_counter_bytes; in SampleAllocation()
Dgc-tracer.h284 void SampleAllocation(double current_ms, size_t new_space_counter_bytes,