Home
last modified time | relevance | path

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

/art/runtime/gc/
Dheap.cc884 bool run_gc = false; in AllocateInternalWithGc() local
889 run_gc = alloc_space_size > min_alloc_space_size_for_sticky_gc_ && in AllocateInternalWithGc()
894 run_gc = have_zygote_space_; in AllocateInternalWithGc()
897 run_gc = true; in AllocateInternalWithGc()
903 if (run_gc) { in AllocateInternalWithGc()