Home
last modified time | relevance | path

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

/art/runtime/jit/
Dprofiling_info.h86 bool IsMethodBeingCompiled(bool osr) const { in IsMethodBeingCompiled() function
125 return IsMethodBeingCompiled(/*osr=*/ true) || IsMethodBeingCompiled(/*osr=*/ false) || in IsInUseByCompiler()
Djit_code_cache.cc1692 if (info->IsMethodBeingCompiled(osr)) { in NotifyCompilationOf()
1735 DCHECK(info->IsMethodBeingCompiled(osr)); in DoneCompiling()