Home
last modified time | relevance | path

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

/aosp12/art/runtime/jit/
H A Djit_code_cache.h466 void DoCollection(Thread* self, bool collect_profiling_info)
H A Djit_code_cache.cc1139 DoCollection(self, /* collect_profiling_info= */ do_full_collection); in GarbageCollectCache()
1286 void JitCodeCache::DoCollection(Thread* self, bool collect_profiling_info) { in DoCollection() function in art::jit::JitCodeCache