Searched refs:to_objects (Results 1 – 2 of 2) sorted by relevance
261 const uint64_t to_objects = objects_moved_; in MarkingPhase() local262 CHECK_LE(to_objects, from_objects); in MarkingPhase()265 RecordFree(ObjectBytePair(from_objects - to_objects, from_bytes - to_bytes)); in MarkingPhase()
1314 uint64_t to_objects = objects_moved_.LoadSequentiallyConsistent(); in ReclaimPhase() local1319 CHECK_LE(to_objects, from_objects); in ReclaimPhase()1322 int64_t freed_objects = from_objects - to_objects; in ReclaimPhase()1327 << " to_bytes=" << to_bytes << " to_objects=" << to_objects in ReclaimPhase()