Searched refs:UnBindBitmaps (Results 1 - 9 of 9) sorted by relevance

/art/runtime/gc/space/
H A Dspace.cc118 void ContinuousMemMapAllocSpace::UnBindBitmaps() { function in class:art::gc::space::ContinuousMemMapAllocSpace
H A Dspace.h405 void UnBindBitmaps() EXCLUSIVE_LOCKS_REQUIRED(Locks::heap_bitmap_lock_);
/art/runtime/gc/collector/
H A Dmark_compact.h101 void UnBindBitmaps()
H A Dsemi_space.h120 void UnBindBitmaps()
H A Dmark_compact.cc272 GetHeap()->UnBindBitmaps(); // Unbind the live and mark bitmaps.
H A Dsemi_space.cc401 GetHeap()->UnBindBitmaps();
H A Dmark_sweep.cc298 GetHeap()->UnBindBitmaps();
/art/runtime/gc/
H A Dheap.h512 void UnBindBitmaps() EXCLUSIVE_LOCKS_REQUIRED(Locks::heap_bitmap_lock_);
H A Dheap.cc1891 void Heap::UnBindBitmaps() { function in class:art::gc::Heap
1892 TimingLogger::ScopedTiming t("UnBindBitmaps", GetCurrentGcIteration()->GetTimings());
1897 alloc_space->UnBindBitmaps();

Completed in 90 milliseconds