Home
last modified time | relevance | path

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

/art/runtime/gc/allocator/
Drosalloc.cc765 bool run_was_full = false; in FreeFromRun() local
768 run_was_full = run->IsFull(); in FreeFromRun()
817 DCHECK(run_was_full); in FreeFromRun()
1121 bool run_was_full = run->IsFull(); in BulkFree() local
1139 } else if (run_was_full) { in BulkFree()
1178 } else if (run_was_full) { in BulkFree()