HomeSort by relevance Sort by last modified time
    Searched refs:IsWaitingForInstall (Results 1 - 2 of 2) sorted by null

  /external/v8/src/
optimizing-compile-dispatcher.cc 23 if (!job->IsWaitingForInstall()) {
299 if (current != NULL && current->IsWaitingForInstall() &&
316 return !current->IsWaitingForInstall();
327 return !current->IsWaitingForInstall();
339 if (stale == NULL || stale->IsWaitingForInstall()) break;
345 DCHECK(stale->IsWaitingForInstall());
compiler.h 594 bool IsWaitingForInstall() { return awaiting_install_; }

Completed in 89 milliseconds