Searched refs:queue_length (Results 1 – 3 of 3) sorted by relevance
186 def __init__(self, callbacks=None, queue_length=10): argument189 self.queue_length = queue_length197 lambda: collections.deque([], maxlen=self.queue_length))
979 int queue_length = 0; in ComputeLoopInfo() local986 queue[queue_length++].block = member; in ComputeLoopInfo()991 while (queue_length > 0) { in ComputeLoopInfo()992 BasicBlock* block = queue[--queue_length].block; in ComputeLoopInfo()998 queue[queue_length++].block = pred; in ComputeLoopInfo()
825 TNode<IntPtrT> queue_length = LoadAndUntagFixedArrayBaseLength(queue); in TF_BUILTIN() local828 Branch(WordEqual(num_tasks, queue_length), &if_grow, &if_append); in TF_BUILTIN()