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

/art/runtime/gc/collector/
H A Dsemi_space.cc259 const int64_t to_bytes = bytes_moved_; local
265 RecordFree(ObjectBytePair(from_objects - to_objects, from_bytes - to_bytes));
H A Dconcurrent_copying.cc1310 uint64_t to_bytes = bytes_moved_.LoadSequentiallyConsistent(); local
1317 CHECK_LE(to_bytes, from_bytes);
1318 int64_t freed_bytes = from_bytes - to_bytes;
1324 << " to_bytes=" << to_bytes << " to_objects=" << to_objects

Completed in 62 milliseconds