Searched refs:explicitly_freed_bytes_since_safepoint_ (Results 1 – 2 of 2) sorted by relevance
40 explicitly_freed_bytes_since_safepoint_ += bytes; in NotifyExplicitFree()45 explicitly_freed_bytes_since_safepoint_) >= in NotifySafePointForConservativeCollection()54 static_cast<int64_t>(explicitly_freed_bytes_since_safepoint_); in AllocatedObjectSizeSafepointImpl()63 explicitly_freed_bytes_since_safepoint_; in AllocatedObjectSizeSafepointImpl()71 explicitly_freed_bytes_since_safepoint_ = 0; in AllocatedObjectSizeSafepointImpl()84 explicitly_freed_bytes_since_safepoint_ = 0; in NotifyMarkingCompleted()
109 int64_t explicitly_freed_bytes_since_safepoint_ = 0; variable