Home
last modified time | relevance | path

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

/aosp12/art/runtime/jit/
H A Djit_code_cache.h345 void SweepRootTables(IsMarkedVisitor* visitor)
H A Djit_code_cache.cc401 void JitCodeCache::SweepRootTables(IsMarkedVisitor* visitor) { in SweepRootTables() function in art::jit::JitCodeCache
/aosp12/art/runtime/
H A Druntime.cc735 GetJit()->GetCodeCache()->SweepRootTables(visitor); in SweepSystemWeaks()