Home
last modified time | relevance | path

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

/art/runtime/jit/
Djit_code_cache.h77 class MarkCodeClosure; variable
605 friend class MarkCodeClosure; variable
Djit_code_cache.cc1044 class MarkCodeClosure final : public Closure { class
1046 MarkCodeClosure(JitCodeCache* code_cache, CodeCacheBitmap* bitmap, Barrier* barrier) in MarkCodeClosure() function in art::jit::MarkCodeClosure
1103 MarkCodeClosure closure(this, GetLiveBitmap(), &barrier); in MarkCompiledCodeOnThreadStacks()