Searched refs:from_objects (Results 1 – 1 of 1) sorted by relevance
247 const uint64_t from_objects = from_space_->GetObjectsAllocated(); in MarkingPhase() local249 CHECK_LE(to_objects, from_objects); in MarkingPhase()252 RecordFree(ObjectBytePair(from_objects - to_objects, from_bytes - to_bytes)); in MarkingPhase()