Searched defs:nlist (Results 1 - 1 of 1) sorted by relevance

/openjdk7/hotspot/src/share/vm/opto/
H A Dnode.cpp1094 bool Node::dominates(Node* sub, Node_List &nlist) { argument
1104 nlist.clear();
1116 if (nlist.size() == 0) {
1159 for (int j = nlist.size() - 1; j >= 0; j--) {
1160 intptr_t ni = (intptr_t)nlist.at(j);
1170 nlist.remove(j);
1192 nlist.push((Node*)((intptr_t)sub + (region_was_visited_before ? 1 : 0)));

Completed in 114 milliseconds