Home
last modified time | relevance | path

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

/art/runtime/jit/
Dprofiling_info.h163 bool IsInUseByCompiler() const { in IsInUseByCompiler() function
Djit_code_cache.cc301 if (!info->IsInUseByCompiler()) { in ClearGcRootsInInlineCaches()
685 if (!ContainsPc(ptr) && !info->IsInUseByCompiler()) { in DoCollection()