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

/openjdk7/hotspot/src/share/vm/opto/
H A Dnode.cpp1790 void Node::verify_recur(const Node *n, int verify_depth, argument
1792 if ( verify_depth == 0 ) return;
1793 if (verify_depth > 0) --verify_depth;
1828 verify_recur(x, verify_depth, old_space, new_space);
H A DphaseX.cpp831 const int verify_depth = 4; local
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 629 milliseconds