Searched refs:allocated_bytes_since_safepoint_ (Results 1 – 2 of 2) sorted by relevance
35 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()
108 int64_t allocated_bytes_since_safepoint_ = 0; variable