Home
last modified time | relevance | path

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

/art/runtime/jit/
Djit_code_cache.cc1160 bool do_full_collection = false; in GarbageCollectCache() local
1163 do_full_collection = ShouldDoFullCollection(); in GarbageCollectCache()
1167 << (do_full_collection ? "full" : "partial") in GarbageCollectCache()
1172 DoCollection(self, /* collect_profiling_info= */ do_full_collection); in GarbageCollectCache()
1183 if (do_full_collection) { in GarbageCollectCache()