Searched refs:live_bitmap_ (Results 1 – 11 of 11) sorted by relevance
81 live_bitmap_.reset(accounting::LargeObjectBitmap::Create("large live objects", nullptr, in DiscontinuousSpace()83 CHECK(live_bitmap_.get() != nullptr); in DiscontinuousSpace()128 CHECK_EQ(mark_bitmap_.release(), live_bitmap_.get()); in UnBindBitmaps()134 live_bitmap_.swap(mark_bitmap_); in SwapBitmaps()136 std::string temp_name(live_bitmap_->GetName()); in SwapBitmaps()137 live_bitmap_->SetName(mark_bitmap_->GetName()); in SwapBitmaps()
89 return live_bitmap_.get(); in GetLiveBitmap()95 return live_bitmap_.get(); in GetMarkBitmap()145 std::unique_ptr<accounting::ContinuousSpaceBitmap> live_bitmap_; variable
51 live_bitmap_.reset(accounting::ContinuousSpaceBitmap::Create( in MallocSpace()54 CHECK(live_bitmap_.get() != nullptr) << "could not create allocspace live bitmap #" in MallocSpace()59 CHECK(live_bitmap_.get() != nullptr) << "could not create allocspace mark bitmap #" in MallocSpace()205 live_bitmap_->SetHeapLimit(reinterpret_cast<uintptr_t>(End())); in CreateZygoteSpace()206 CHECK_EQ(live_bitmap_->HeapLimit(), reinterpret_cast<uintptr_t>(End())); in CreateZygoteSpace()212 live_bitmap_.release(), mark_bitmap_.release()); in CreateZygoteSpace()
349 return live_bitmap_.get(); in GetLiveBitmap()365 std::unique_ptr<accounting::LargeObjectBitmap> live_bitmap_; variable434 return live_bitmap_.get(); in GetLiveBitmap()445 std::unique_ptr<accounting::ContinuousSpaceBitmap> live_bitmap_;
54 CHECK(zygote_space->live_bitmap_.get() == nullptr); in Create()56 zygote_space->live_bitmap_.reset(live_bitmap); in Create()
99 live_bitmap_.swap(mark_bitmap_); in SwapBitmaps()101 std::string temp_name = live_bitmap_->GetName(); in SwapBitmaps()102 live_bitmap_->SetName(mark_bitmap_->GetName()); in SwapBitmaps()114 mark_bitmap_->CopyFrom(live_bitmap_.get()); in CopyLiveToMarked()
279 live_bitmap_->Clear(); in Clear()
53 live_bitmap_.reset(live_bitmap); in ImageSpace()653 CHECK(live_bitmap_->Test(obj)) << PrettyTypeOf(obj); in VerifyImageAllocations()
367 live_bitmap_->Clear(); in Clear()
510 return live_bitmap_.get(); in GetLiveBitmap()1087 std::unique_ptr<accounting::HeapBitmap> live_bitmap_ GUARDED_BY(Locks::heap_bitmap_lock_);
234 live_bitmap_.reset(new accounting::HeapBitmap(this)); in Heap()888 live_bitmap_->AddContinuousSpaceBitmap(live_bitmap); in AddSpace()900 live_bitmap_->AddLargeObjectBitmap(discontinuous_space->GetLiveBitmap()); in AddSpace()929 live_bitmap_->RemoveContinuousSpaceBitmap(live_bitmap); in RemoveSpace()938 live_bitmap_->RemoveLargeObjectBitmap(discontinuous_space->GetLiveBitmap()); in RemoveSpace()