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

  /external/chromium_org/v8/src/
optimizing-compiler-thread.cc 121 if (!job->IsWaitingForInstall()) {
300 current->IsWaitingForInstall() &&
318 return !current->IsWaitingForInstall();
330 return !current->IsWaitingForInstall();
343 if (stale == NULL || stale->IsWaitingForInstall()) break;
349 DCHECK(stale->IsWaitingForInstall());
compiler.h 617 bool IsWaitingForInstall() { return awaiting_install_; }

Completed in 455 milliseconds