Searched refs:verify_recur (Results 1 - 3 of 3) sorted by relevance

/openjdk7/hotspot/src/share/vm/opto/
H A Dnode.cpp1787 //------------------------------verify_recur-----------------------------------
1790 void Node::verify_recur(const Node *n, int verify_depth, function in class:Node
1828 verify_recur(x, verify_depth, old_space, new_space);
1841 verify_recur(this, -1, old_space, new_space);
H A DphaseX.cpp829 Node::verify_recur(C->root(), -1, old_space, new_space);
840 Node::verify_recur(n, verify_depth, old_space, new_space);
H A Dnode.hpp1002 static void verify_recur(const Node *n, int verify_depth, VectorSet &old_space, VectorSet &new_space);

Completed in 514 milliseconds