Searched refs:InputQueueIndex (Results 1 – 2 of 2) sorted by relevance
88 TurbofanCompilationJob* job = input_queue_[InputQueueIndex(0)]; in NextInput()90 input_queue_shift_ = InputQueueIndex(1); in NextInput()133 input_queue_[InputQueueIndex(0)]); in FlushInputQueue()135 input_queue_shift_ = InputQueueIndex(1); in FlushInputQueue()226 input_queue_[InputQueueIndex(input_queue_length_)] = job; in QueueForOptimization()
78 inline int InputQueueIndex(int i) { in InputQueueIndex() function