Searched refs:input_queue_length_ (Results 1 – 2 of 2) sorted by relevance
92 DCHECK_EQ(0, input_queue_length_); in ~OptimizingCompileDispatcher()99 if (input_queue_length_ == 0) return nullptr; in NextInput()103 input_queue_length_--; in NextInput()147 while (input_queue_length_ > 0) { in Flush()151 input_queue_length_--; in Flush()185 while (input_queue_length_ > 0) CompileNext(NextInput()); in Stop()224 DCHECK_LT(input_queue_length_, input_queue_capacity_); in QueueForOptimization()225 input_queue_[InputQueueIndex(input_queue_length_)] = job; in QueueForOptimization()226 input_queue_length_++; in QueueForOptimization()
29 input_queue_length_(0), in OptimizingCompileDispatcher()49 return input_queue_length_ < input_queue_capacity_; in IsQueueAvailable()75 int input_queue_length_; variable