Home
last modified time | relevance | path

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

/art/runtime/jit/
Dprofiling_info.h124 bool IsInUseByCompiler() const { in IsInUseByCompiler() function
Djit_code_cache.cc866 DCHECK(!info->IsInUseByCompiler()); in MoveObsoleteMethod()
1273 if (!ContainsPc(ptr) && !info->IsInUseByCompiler() && !IsInZygoteDataSpace(info)) { in DoCollection()