Searched refs:_nlist (Results 1 - 2 of 2) sorted by relevance

/openjdk7/hotspot/src/share/vm/opto/
H A Dsuperword.cpp61 _nlist(arena(), 8, 0, NULL), // scratch list of nodes
521 mem_slice_preds(n_tail, n, _nlist);
532 for (int j = _nlist.length() - 1; j >= 0 ; j--) {
533 Node* s1 = _nlist.at(j);
542 Node* s2 = _nlist.at(k);
566 for (int q = 0; q < _nlist.length(); q++) {
567 _dg.print(_nlist.at(q));
572 _nlist.clear();
H A Dsuperword.hpp235 GrowableArray<Node*> _nlist; // List of nodes member in class:SuperWord

Completed in 40 milliseconds