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

  /external/v8/src/compiler-dispatcher/
optimizing-compile-dispatcher.h 61 void CompileNext(CompilationJob* job);
optimizing-compile-dispatcher.cc 65 dispatcher->CompileNext(dispatcher->NextInput(true));
108 void OptimizingCompileDispatcher::CompileNext(CompilationJob* job) {
179 while (input_queue_length_ > 0) CompileNext(NextInput());

Completed in 66 milliseconds