Home
last modified time | relevance | path

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

/art/test/667-jit-jni-stub/
Djit_jni_stub_test.cc35 return cache->ShouldDoFullCollection(); in isNextJitGcFull()
/art/runtime/jit/
Djit_code_cache.h459 bool ShouldDoFullCollection()
Djit_code_cache.cc1064 bool JitCodeCache::ShouldDoFullCollection() { in ShouldDoFullCollection() function in art::jit::JitCodeCache
1110 do_full_collection = ShouldDoFullCollection(); in GarbageCollectCache()
1137 bool next_collection_will_be_full = ShouldDoFullCollection(); in GarbageCollectCache()