Home
last modified time | relevance | path

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

/art/runtime/gc/allocator/
Drosalloc.cc778 bool run_was_full = false; in FreeFromRun() local
781 run_was_full = run->IsFull(); in FreeFromRun()
830 DCHECK(run_was_full); in FreeFromRun()
1270 bool run_was_full = run->IsFull(); in BulkFree() local
1288 } else if (run_was_full) { in BulkFree()
1327 } else if (run_was_full) { in BulkFree()