Home
last modified time | relevance | path

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

/art/runtime/jit/
Djit_code_cache.h456 void NotifyCollectionDone(Thread* self) REQUIRES(Locks::jit_lock_);
Djit_code_cache.cc1046 void JitCodeCache::NotifyCollectionDone(Thread* self) { in NotifyCollectionDone() function in art::jit::JitCodeCache
1182 NotifyCollectionDone(self); in GarbageCollectCache()