Searched refs:IsWaitingForInstall (Results 1 – 2 of 2) sorted by relevance
23 if (!job->IsWaitingForInstall()) { in DisposeOptimizedCompileJob()299 if (current != NULL && current->IsWaitingForInstall() && in FindReadyOSRCandidate()316 return !current->IsWaitingForInstall(); in IsQueuedForOSR()327 return !current->IsWaitingForInstall(); in IsQueuedForOSR()339 if (stale == NULL || stale->IsWaitingForInstall()) break; in AddToOsrBuffer()345 DCHECK(stale->IsWaitingForInstall()); in AddToOsrBuffer()
594 bool IsWaitingForInstall() { return awaiting_install_; } in IsWaitingForInstall() function