Home
last modified time | relevance | path

Searched refs:to_bytes (Results 1 – 2 of 2) sorted by relevance

/art/runtime/gc/collector/
Dsemi_space.cc208 const int64_t to_bytes = bytes_moved_; in MarkingPhase() local
214 RecordFree(ObjectBytePair(from_objects - to_objects, from_bytes - to_bytes)); in MarkingPhase()
Dconcurrent_copying.cc2675 uint64_t to_bytes = bytes_moved_.load(std::memory_order_relaxed) + bytes_moved_gc_thread_; in ReclaimPhase() local
2676 cumulative_bytes_moved_.fetch_add(to_bytes, std::memory_order_relaxed); in ReclaimPhase()
2687 copied_live_bytes_ratio_sum_ += static_cast<float>(to_bytes) / from_bytes; in ReclaimPhase()
2704 int64_t freed_bytes = (int64_t)cleared_bytes - (int64_t)to_bytes; in ReclaimPhase()
2711 << " to_bytes=" << to_bytes << " to_objects=" << to_objects in ReclaimPhase()