Home
last modified time | relevance | path

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

/art/runtime/jit/
Djit_code_cache.h485 void MarkCompiledCodeOnThreadStacks(Thread* self)
Djit_code_cache.cc1100 void JitCodeCache::MarkCompiledCodeOnThreadStacks(Thread* self) { in MarkCompiledCodeOnThreadStacks() function in art::jit::JitCodeCache
1437 MarkCompiledCodeOnThreadStacks(self); in DoCollection()