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 62 CompilationJob* NextInput(bool check_if_flushing = false);
optimizing-compile-dispatcher.cc 65 dispatcher->CompileNext(dispatcher->NextInput(true));
91 CompilationJob* OptimizingCompileDispatcher::NextInput(bool check_if_flushing) {
179 while (input_queue_length_ > 0) CompileNext(NextInput());

Completed in 171 milliseconds