Home
last modified time | relevance | path

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

/art/runtime/jit/
Djit_code_cache.h228 void SweepRootTables(IsMarkedVisitor* visitor)
Djit_code_cache.cc372 void JitCodeCache::SweepRootTables(IsMarkedVisitor* visitor) { in SweepRootTables() function in art::jit::JitCodeCache
/art/runtime/
Druntime.cc581 GetJit()->GetCodeCache()->SweepRootTables(visitor); in SweepSystemWeaks()