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

/art/runtime/gc/collector/
H A Dsemi_space.cc261 const uint64_t to_objects = objects_moved_; local
262 CHECK_LE(to_objects, from_objects);
265 RecordFree(ObjectBytePair(from_objects - to_objects, from_bytes - to_bytes));
H A Dconcurrent_copying.cc1311 uint64_t to_objects = objects_moved_.LoadSequentiallyConsistent(); local
1316 CHECK_LE(to_objects, from_objects);
1319 int64_t freed_objects = from_objects - to_objects;
1324 << " to_bytes=" << to_bytes << " to_objects=" << to_objects

Completed in 318 milliseconds