Home
last modified time | relevance | path

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

/art/runtime/gc/collector/
Dsemi_space.cc209 const int64_t to_bytes = bytes_moved_; in MarkingPhase() local
215 RecordFree(ObjectBytePair(from_objects - to_objects, from_bytes - to_bytes)); in MarkingPhase()
Dconcurrent_copying.cc2786 uint64_t to_bytes = bytes_moved_.load(std::memory_order_relaxed) + bytes_moved_gc_thread_; in ReclaimPhase() local
2787 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()