Searched refs:lookAheadNodes (Results 1 – 3 of 3) sorted by relevance
678 List<RBBINode> lookAheadNodes = new ArrayList<RBBINode>(); in flagLookAheadStates() local683 fRB.fTreeRoots[fRootIx].findNodes(lookAheadNodes, RBBINode.lookAhead); in flagLookAheadStates()684 for (i=0; i<lookAheadNodes.size(); i++) { in flagLookAheadStates()685 lookAheadNode = lookAheadNodes.get(i); in flagLookAheadStates()
679 List<RBBINode> lookAheadNodes = new ArrayList<RBBINode>(); in flagLookAheadStates() local684 fRB.fTreeRoots[fRootIx].findNodes(lookAheadNodes, RBBINode.lookAhead); in flagLookAheadStates()685 for (i=0; i<lookAheadNodes.size(); i++) { in flagLookAheadStates()686 lookAheadNode = lookAheadNodes.get(i); in flagLookAheadStates()
784 UVector lookAheadNodes(*fStatus); in flagLookAheadStates() local789 fTree->findNodes(&lookAheadNodes, RBBINode::lookAhead, *fStatus); in flagLookAheadStates()793 for (i=0; i<lookAheadNodes.size(); i++) { in flagLookAheadStates()794 lookAheadNode = (RBBINode *)lookAheadNodes.elementAt(i); in flagLookAheadStates()