Home
last modified time | relevance | path

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

/art/runtime/gc/
Dheap.cc2002 auto have_reclaimed_enough = [&]() { in AllocateInternalWithGc() local
2027 if (gc_ran && have_reclaimed_enough()) { in AllocateInternalWithGc()
2066 bool immediately_reclaimed_enough = have_reclaimed_enough(); in AllocateInternalWithGc()
2096 (ran_homogeneous_space_compaction && have_reclaimed_enough())) { in AllocateInternalWithGc()