Home
last modified time | relevance | path

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

/external/v8/src/compiler-dispatcher/
Doptimizing-compile-dispatcher.cc65 dispatcher->CompileNext(dispatcher->NextInput(true)); in Run()
91 CompilationJob* OptimizingCompileDispatcher::NextInput(bool check_if_flushing) { in NextInput() function in v8::internal::OptimizingCompileDispatcher
179 while (input_queue_length_ > 0) CompileNext(NextInput()); in Stop()
Doptimizing-compile-dispatcher.h62 CompilationJob* NextInput(bool check_if_flushing = false);