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.cc2748 uint64_t to_bytes = bytes_moved_.load(std::memory_order_relaxed) + bytes_moved_gc_thread_; in ReclaimPhase() local
2749 cumulative_bytes_moved_ += to_bytes; in ReclaimPhase()
2760 copied_live_bytes_ratio_sum_ += static_cast<float>(to_bytes) / from_bytes; in ReclaimPhase()
2777 int64_t freed_bytes = (int64_t)cleared_bytes - (int64_t)to_bytes; in ReclaimPhase()
2784 << " to_bytes=" << to_bytes << " to_objects=" << to_objects in ReclaimPhase()