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