HomeSort by relevance Sort by last modified time
    Searched refs:mark_bitmap_ (Results 1 - 5 of 5) sorted by null

  /art/runtime/gc/space/
dlmalloc_space.h 117 return mark_bitmap_.get();
162 UniquePtr<accounting::SpaceBitmap> mark_bitmap_; member in class:art::gc::space::DlMallocSpace
dlmalloc_space.cc 138 mark_bitmap_.reset(accounting::SpaceBitmap::Create(
240 live_bitmap_.swap(mark_bitmap_);
243 live_bitmap_->SetName(mark_bitmap_->GetName());
244 mark_bitmap_->SetName(temp_name);
322 mark_bitmap_->SetHeapLimit(reinterpret_cast<uintptr_t>(End()));
323 CHECK_EQ(mark_bitmap_->HeapLimit(), reinterpret_cast<uintptr_t>(End()));
  /art/runtime/gc/
heap.h 353 return mark_bitmap_.get();
663 UniquePtr<accounting::HeapBitmap> mark_bitmap_ GUARDED_BY(Locks::heap_bitmap_lock_);
heap.cc 145 mark_bitmap_.reset(new accounting::HeapBitmap(this));
381 mark_bitmap_->AddContinuousSpaceBitmap(space->GetMarkBitmap());
427 mark_bitmap_->AddDiscontinuousObjectSet(space->GetMarkObjects());
    [all...]
  /art/runtime/gc/collector/
mark_sweep.cc 605 accounting::SpaceBitmap* mark_bitmap = alloc_space->mark_bitmap_.release();
608 alloc_space->mark_bitmap_.reset(live_bitmap);
    [all...]

Completed in 143 milliseconds