Home
last modified time | relevance | path

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

/aosp12/art/test/667-jit-jni-stub/
H A Djit_jni_stub_test.cc35 return cache->ShouldDoFullCollection(); in isNextJitGcFull()
/aosp12/art/runtime/jit/
H A Djit_code_cache.h462 bool ShouldDoFullCollection()
H A Djit_code_cache.cc1084 bool JitCodeCache::ShouldDoFullCollection() { in ShouldDoFullCollection() function in art::jit::JitCodeCache
1130 do_full_collection = ShouldDoFullCollection(); in GarbageCollectCache()
1157 bool next_collection_will_be_full = ShouldDoFullCollection(); in GarbageCollectCache()