Home
last modified time | relevance | path

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

/art/test/667-jit-jni-stub/
Djit_jni_stub_test.cc47 cache->DoCollection(self); in Java_Main_jitGc()
50 cache->DoCollection(self); in Java_Main_jitGc()
/art/runtime/jit/
Djit_code_cache.h427 EXPORT void DoCollection(Thread* self)
Djit_code_cache.cc1171 Runtime::Current()->GetJit()->GetCodeCache()->DoCollection(self); in Run()
1237 void JitCodeCache::DoCollection(Thread* self) { in DoCollection() function in art::jit::JitCodeCache