Home
last modified time | relevance | path

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

/art/runtime/jit/
Dprofiling_info.h144 void ClearGcRootsInInlineCaches() { in ClearGcRootsInInlineCaches() function
Djit_code_cache.cc298 void JitCodeCache::ClearGcRootsInInlineCaches(Thread* self) { in ClearGcRootsInInlineCaches() function in art::jit::JitCodeCache
302 info->ClearGcRootsInInlineCaches(); in ClearGcRootsInInlineCaches()
743 info->ClearGcRootsInInlineCaches(); in DoCollection()
Djit_code_cache.h152 void ClearGcRootsInInlineCaches(Thread* self) REQUIRES(!lock_);
/art/runtime/gc/
Dheap.cc2713 runtime->GetJit()->GetCodeCache()->ClearGcRootsInInlineCaches(self); in CollectGarbageInternal()