Home
last modified time | relevance | path

Searched refs:IsBulkFreeBitmapClean (Results 1 – 2 of 2) sorted by relevance

/art/runtime/gc/allocator/
Drosalloc.h240 bool IsBulkFreeBitmapClean();
Drosalloc.cc1068 inline bool RosAlloc::Run::IsBulkFreeBitmapClean() { in IsBulkFreeBitmapClean() function in art::gc::allocator::RosAlloc::Run
2031 CHECK(IsBulkFreeBitmapClean()) << "The bulk free bit map isn't clean " << Dump(); in Verify()