Home
last modified time | relevance | path

Searched refs:input_queue_length_ (Results 1 - 2 of 2) sorted by relevance

/third_party/node/deps/v8/src/compiler-dispatcher/
H A Doptimizing-compile-dispatcher.cc80 DCHECK_EQ(0, input_queue_length_); in ~OptimizingCompileDispatcher()
87 if (input_queue_length_ == 0) return nullptr; in NextInput()
91 input_queue_length_--; in NextInput()
131 while (input_queue_length_ > 0) { in FlushInputQueue()
136 input_queue_length_--; in FlushInputQueue()
149 CHECK_EQ(input_queue_length_, 0); in AwaitCompileTasks()
177 // There is no need for a mutex when reading input_queue_length_. in Stop()
178 DCHECK_EQ(input_queue_length_, 0); in Stop()
225 DCHECK_LT(input_queue_length_, input_queue_capacity_); in QueueForOptimization()
226 input_queue_[InputQueueIndex(input_queue_length_)] in QueueForOptimization()
[all...]
H A Doptimizing-compile-dispatcher.h31 input_queue_length_(0), in OptimizingCompileDispatcher()
49 return input_queue_length_ < input_queue_capacity_; in IsQueueAvailable()
90 int input_queue_length_; member in v8::internal::OptimizingCompileDispatcher

Completed in 2 milliseconds