Searched refs:verify_step (Results 1 - 4 of 4) sorted by relevance

/openjdk7/hotspot/src/share/vm/opto/
H A Dnode.hpp1227 void verify_step(uint num_edges);
1242 { _outp--; VDUI_ONLY(verify_step(1)); }
1245 { _outp -= n; VDUI_ONLY(verify_step(n)); }
H A DphaseX.cpp820 void PhaseIterGVN::verify_step(Node* n) { function in class:PhaseIterGVN
957 verify_step((Node*) NULL); // ignore n, it might be subsumed
1045 verify_step(k);
1085 verify_step(k);
H A DphaseX.hpp510 void verify_step(Node* n);
H A Dnode.cpp255 void DUIterator_Last::verify_step(uint num_edges) { function in class:DUIterator_Last

Completed in 52 milliseconds