Searched refs:to_bytes (Results 1 – 2 of 2) sorted by relevance
209 const int64_t to_bytes = bytes_moved_; in MarkingPhase() local215 RecordFree(ObjectBytePair(from_objects - to_objects, from_bytes - to_bytes)); in MarkingPhase()
2786 uint64_t to_bytes = bytes_moved_.load(std::memory_order_relaxed) + bytes_moved_gc_thread_; in ReclaimPhase() local2787 cumulative_bytes_moved_ += to_bytes; in ReclaimPhase()2798 copied_live_bytes_ratio_sum_ += static_cast<float>(to_bytes) / from_bytes; in ReclaimPhase()2815 int64_t freed_bytes = (int64_t)cleared_bytes - (int64_t)to_bytes; in ReclaimPhase()2822 << " to_bytes=" << to_bytes << " to_objects=" << to_objects in ReclaimPhase()