comparison src/share/vm/opto/idealGraphPrinter.hpp @ 4137:04b9a2566eec

Merge with hsx23/hotspot.
author Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
date Sat, 17 Dec 2011 21:40:27 +0100
parents c26de9aef2ed
children 6f817ce50129
comparison
equal deleted inserted replaced
3737:9dc19b7d89a3 4137:04b9a2566eec
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);