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