Home
last modified time | relevance | path

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

/external/v8/src/heap/cppgc/
Dstats-collector.cc35 allocated_bytes_since_safepoint_ += bytes; in NotifyAllocation()
44 if (std::abs(allocated_bytes_since_safepoint_ - in NotifySafePointForConservativeCollection()
53 static_cast<int64_t>(allocated_bytes_since_safepoint_) - in AllocatedObjectSizeSafepointImpl()
62 int64_t delta = allocated_bytes_since_safepoint_ - in AllocatedObjectSizeSafepointImpl()
70 allocated_bytes_since_safepoint_ = 0; in AllocatedObjectSizeSafepointImpl()
83 allocated_bytes_since_safepoint_ = 0; in NotifyMarkingCompleted()
Dstats-collector.h108 int64_t allocated_bytes_since_safepoint_ = 0; variable