Lines Matching refs:los
413 space::LargeObjectSpace* los = GetHeap()->GetLargeObjectsSpace(); in MarkReachableObjects() local
414 if (is_large_object_space_immune_ && los != nullptr) { in MarkReachableObjects()
420 los->CopyLiveToMarked(); in MarkReachableObjects()
426 accounting::LargeObjectBitmap* large_live_bitmap = los->GetLiveBitmap(); in MarkReachableObjects()
428 large_live_bitmap->VisitMarkedRange(reinterpret_cast<uintptr_t>(los->Begin()), in MarkReachableObjects()
429 reinterpret_cast<uintptr_t>(los->End()), in MarkReachableObjects()
687 space::LargeObjectSpace* los = heap_->GetLargeObjectsSpace(); in SweepLargeObjects() local
688 if (los != nullptr) { in SweepLargeObjects()
690 RecordFreeLOS(los->Sweep(swap_bitmaps)); in SweepLargeObjects()
821 space::LargeObjectSpace* los = GetHeap()->GetLargeObjectsSpace(); in FinishPhase() local
833 uint64_t current_los_bytes_allocated = los != nullptr ? los->GetBytesAllocated() : 0U; in FinishPhase()
846 los != nullptr ? los->GetBytesAllocated() : 0U; in FinishPhase()