Searched refs:IsMethodBeingCompiled (Results 1 – 2 of 2) sorted by relevance
86 bool IsMethodBeingCompiled(bool osr) const { in IsMethodBeingCompiled() function125 return IsMethodBeingCompiled(/*osr=*/ true) || IsMethodBeingCompiled(/*osr=*/ false) || in IsInUseByCompiler()
1692 if (info->IsMethodBeingCompiled(osr)) { in NotifyCompilationOf()1735 DCHECK(info->IsMethodBeingCompiled(osr)); in DoneCompiling()