Home
last modified time | relevance | path

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

/external/v8/src/heap/cppgc/
Dstats-collector.cc52 allocated_bytes_since_end_of_marking_ += in AllocatedObjectSizeSafepointImpl()
92 allocated_bytes_since_end_of_marking_ = 0; in NotifyMarkingCompleted()
100 return allocated_bytes_since_end_of_marking_ / in GetRecentAllocationSpeedInBytesPerMs()
119 allocated_bytes_since_end_of_marking_, in allocated_object_size()
122 allocated_bytes_since_end_of_marking_); in allocated_object_size()
Dstats-collector.h102 int64_t allocated_bytes_since_end_of_marking_ = 0; variable