Home
last modified time | relevance | path

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

/art/runtime/gc/allocator/
Drosalloc.cc698 DCHECK_EQ(is_all_free_after_merge, thread_local_run->IsAllFree()); in AllocFromRun()
802 if (run->IsAllFree()) { in FreeFromRun()
1052 inline bool RosAlloc::Run::IsAllFree() { in IsAllFree() function in art::gc::allocator::RosAlloc::Run
1280 if (run->IsAllFree()) { in BulkFree()
1431 << " is_all_free=" << (run->IsAllFree() ? 1 : 0) in DumpPageMap()
1700 } else if (run->IsAllFree()) { in RevokeRun()
2084 CHECK(!IsAllFree()) << "A free run must be in a free page run set " << Dump(); in Verify()
Drosalloc.h234 bool IsAllFree();