Searched refs:lookAheadNodes (Results 1 – 3 of 3) sorted by relevance
732 List<RBBINode> lookAheadNodes = new ArrayList<>(); in flagLookAheadStates() local737 fRB.fTreeRoots[fRootIx].findNodes(lookAheadNodes, RBBINode.lookAhead); in flagLookAheadStates()738 for (i=0; i<lookAheadNodes.size(); i++) { in flagLookAheadStates()739 lookAheadNode = lookAheadNodes.get(i); in flagLookAheadStates()
733 List<RBBINode> lookAheadNodes = new ArrayList<>(); in flagLookAheadStates() local738 fRB.fTreeRoots[fRootIx].findNodes(lookAheadNodes, RBBINode.lookAhead); in flagLookAheadStates()739 for (i=0; i<lookAheadNodes.size(); i++) { in flagLookAheadStates()740 lookAheadNode = lookAheadNodes.get(i); in flagLookAheadStates()
841 UVector lookAheadNodes(*fStatus); in flagLookAheadStates() local846 fTree->findNodes(&lookAheadNodes, RBBINode::lookAhead, *fStatus); in flagLookAheadStates()850 for (i=0; i<lookAheadNodes.size(); i++) { in flagLookAheadStates()851 lookAheadNode = (RBBINode *)lookAheadNodes.elementAt(i); in flagLookAheadStates()