Searched refs:GetLiveBitmap (Results 1 – 8 of 8) sorted by relevance
35 ASSERT(region->GetLiveBitmap() != nullptr); in Handle()48 …region->GetLiveBitmap()->CallForMarkedChunkInHumongousRegion<true>(ToVoidPtr(region->Begin()), vis… in Handle()50 …region->GetLiveBitmap()->IterateOverMarkedChunkInRangeInterruptible<true>(startAddress, endAddress… in Handle()
135 region->GetLiveBitmap()->IterateOverMarkedChunkInRange( in IterateOverObjectsInRange()350 if (region->GetLiveBitmap() != nullptr) { in IterateOverObjectsInRegion()351 region->GetLiveBitmap()->IterateOverMarkedChunks( in IterateOverObjectsInRegion()
274 bitmap = region->GetLiveBitmap(); in IterateOverRefsInMemRange()309 auto liveBitmap = region->GetLiveBitmap(); in operator ()()413 ASSERT(i->GetLiveBitmap()->FindFirstMarkedChunks() == nullptr); in ClearEmptyTenuredMovableRegions()1390 if (r->GetLiveBitmap() != nullptr) { in FullMarking()
417 ASSERT(regionTo->GetLiveBitmap() != nullptr); in CompactSpecificRegion()419 regionTo->GetLiveBitmap()->Set(dst); in CompactSpecificRegion()552 auto liveBitmap = this->GetRegion(reinterpret_cast<ObjectHeader *>(mem))->GetLiveBitmap(); in Alloc()561 … this->GetRegion(reinterpret_cast<ObjectHeader *>(mem))->GetLiveBitmap()->AtomicTestAndClear(mem); in Free()610 ASSERT(region->GetLiveBitmap() != nullptr); in NewRegionAndRetryAlloc()650 ASSERT(region->GetLiveBitmap() != nullptr); in Alloc()658 region->GetLiveBitmap()->AtomicTestAndSet(mem); in Alloc()
124 region->GetLiveBitmap()->IterateOverMarkedChunkInRange( in IterateOverObjects()
581 ASSERT(this->GetRegion(object)->GetLiveBitmap() != nullptr); in IsLive()582 … return this->GetRegion(object)->GetLiveBitmap()->AtomicTest(const_cast<ObjectHeader *>(object)); in IsLive()
144 MarkBitmap *GetLiveBitmap() const in GetLiveBitmap() function
185 ASSERT_TRUE(nonmovableRegion->GetLiveBitmap()->Test(nonmovable.GetPtr())); in TEST_F()489 ASSERT_NE(nullptr, nonmovableRegion->GetLiveBitmap()); in TEST_F()490 ASSERT_TRUE(nonmovableRegion->GetLiveBitmap()->Test(listener.GetNonMovable())); in TEST_F()493 ASSERT_NE(nullptr, humongousRegion->GetLiveBitmap()); in TEST_F()494 ASSERT_TRUE(humongousRegion->GetLiveBitmap()->Test(listener.GetHumongous())); in TEST_F()1339 ASSERT_FALSE(region->GetLiveBitmap()->Test(nonmovableObj)); in TEST_F()