Home
last modified time | relevance | path

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

/external/v8/src/heap/
Dgc-tracer.cc109 new_space_allocation_counter_bytes_(0), in GCTracer()
125 new_space_allocation_counter_bytes_ = 0.0; in ResetForTesting()
320 new_space_allocation_counter_bytes_ = new_space_counter_bytes; in SampleAllocation()
327 new_space_counter_bytes - new_space_allocation_counter_bytes_; in SampleAllocation()
332 new_space_allocation_counter_bytes_ = new_space_counter_bytes; in SampleAllocation()
Dgc-tracer.h414 size_t new_space_allocation_counter_bytes_; variable