Home
last modified time | relevance | path

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

/art/runtime/jit/
Dprofiling_info.h80 bool IsMethodBeingCompiled(bool osr) const { in IsMethodBeingCompiled() function
128 return IsMethodBeingCompiled(/*osr=*/ true) || IsMethodBeingCompiled(/*osr=*/ false) || in IsInUseByCompiler()
Djit_code_cache.cc2111 if (info->IsMethodBeingCompiled(osr)) { in NotifyCompilationOf()
2153 DCHECK(info->IsMethodBeingCompiled(osr)); in DoneCompiling()