Home
last modified time | relevance | path

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

/art/runtime/jit/
Djit_code_cache.cc465 class MarkCodeClosure FINAL : public Closure {
467 MarkCodeClosure(JitCodeCache* code_cache, Barrier* barrier) in MarkCodeClosure() function in art::jit::FINAL
544 MarkCodeClosure closure(this, &barrier); in MarkCompiledCodeOnThreadStacks()