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

  /external/v8/src/compiler-dispatcher/
optimizing-compile-dispatcher.h 63 CompilationJob* NextInput(bool check_if_flushing = false);
optimizing-compile-dispatcher.cc 64 dispatcher_->CompileNext(dispatcher_->NextInput(true));
91 CompilationJob* OptimizingCompileDispatcher::NextInput(bool check_if_flushing) {
179 while (input_queue_length_ > 0) CompileNext(NextInput());

Completed in 70 milliseconds