src/share/vm/opto/idealGraphPrinter.hpp

changeset 3105
c26de9aef2ed
parent 2685
1927db75dd85
child 4962
6f817ce50129
equal deleted inserted replaced
3102:11a4af030e4b 3105:c26de9aef2ed
102 static void post_node(Node* node, void *env); 102 static void post_node(Node* node, void *env);
103 103
104 void print_indent(); 104 void print_indent();
105 void print_method(ciMethod *method, int bci, InlineTree *tree); 105 void print_method(ciMethod *method, int bci, InlineTree *tree);
106 void print_inline_tree(InlineTree *tree); 106 void print_inline_tree(InlineTree *tree);
107 void visit_node(Node *n, void *param); 107 void visit_node(Node *n, bool edges, VectorSet* temp_set);
108 void walk_nodes(Node *start, void *param); 108 void walk_nodes(Node *start, bool edges, VectorSet* temp_set);
109 void begin_elem(const char *s); 109 void begin_elem(const char *s);
110 void end_elem(); 110 void end_elem();
111 void begin_head(const char *s); 111 void begin_head(const char *s);
112 void end_head(); 112 void end_head();
113 void print_attr(const char *name, const char *val); 113 void print_attr(const char *name, const char *val);

mercurial