Searched refs:num_bytes_allocated_before_gc_ (Results 1 – 2 of 2) sorted by relevance
462 int64_t num_bytes_allocated_before_gc_; variable
122 num_bytes_allocated_before_gc_(0) { in ConcurrentCopying()374 num_bytes_allocated_before_gc_ = static_cast<int64_t>(heap_->GetBytesAllocated()); in InitializePhase()2688 float reclaimed_bytes_ratio = static_cast<float>(freed_bytes) / num_bytes_allocated_before_gc_; in ReclaimPhase()