Home
last modified time | relevance | path

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

/art/runtime/gc/collector/
Dsemi_space.cc264 const uint64_t to_objects = objects_moved_; in MarkingPhase() local
265 CHECK_LE(to_objects, from_objects); in MarkingPhase()
268 RecordFree(ObjectBytePair(from_objects - to_objects, from_bytes - to_bytes)); in MarkingPhase()