Home
last modified time | relevance | path

Searched refs:NextStepCanRunOnAnyThread (Results 1 – 2 of 2) sorted by relevance

/external/v8/src/compiler-dispatcher/
Dcompiler-dispatcher-job.h50 bool NextStepCanRunOnAnyThread() const { in NextStepCanRunOnAnyThread() function
Dcompiler-dispatcher.cc56 DCHECK(job->NextStepCanRunOnAnyThread()); in DoNextStepOnBackgroundThread()
504 if (!job->NextStepCanRunOnAnyThread()) return; in ConsiderJobForBackgroundProcessing()