Home
last modified time | relevance | path

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

/art/runtime/jit/
Djit_code_cache.h74 class MarkCodeClosure; variable
514 friend class MarkCodeClosure; variable
Djit_code_cache.cc1401 class MarkCodeClosure final : public Closure { class
1403 MarkCodeClosure(JitCodeCache* code_cache, CodeCacheBitmap* bitmap, Barrier* barrier) in MarkCodeClosure() function in art::jit::MarkCodeClosure
1495 MarkCodeClosure closure(this, GetLiveBitmap(), &barrier); in MarkCompiledCodeOnThreadStacks()