Home
last modified time | relevance | path

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

/art/runtime/gc/collector/
Dsemi_space.cc248 const int64_t to_bytes = bytes_moved_; in MarkingPhase() local
254 RecordFree(ObjectBytePair(from_objects - to_objects, from_bytes - to_bytes)); in MarkingPhase()
Dconcurrent_copying.cc898 uint64_t to_bytes = bytes_moved_.LoadSequentiallyConsistent(); in ReclaimPhase() local
905 CHECK_LE(to_bytes, from_bytes); in ReclaimPhase()
906 int64_t freed_bytes = from_bytes - to_bytes; in ReclaimPhase()
912 << " to_bytes=" << to_bytes << " to_objects=" << to_objects in ReclaimPhase()