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

/openjdk7/hotspot/src/share/vm/opto/
H A DphaseX.hpp318 void dump_nodes_and_types_recur( const Node *n, uint depth, bool only_ctrl, VectorSet &visited);
H A DphaseX.cpp523 dump_nodes_and_types_recur( root, depth, only_ctrl, visited );
526 //------------------------------dump_nodes_and_types_recur---------------------
527 void PhaseTransform::dump_nodes_and_types_recur( const Node *n, uint depth, bool only_ctrl, VectorSet &visited) { function in class:PhaseTransform
533 dump_nodes_and_types_recur( n->in(i), depth-1, only_ctrl, visited );

Completed in 36 milliseconds