comparison src/share/vm/opto/idealGraphPrinter.hpp @ 3905:c26de9aef2ed

7071307: MethodHandle bimorphic inlining should consider the frequency Reviewed-by: twisti, roland, kvn, iveresov
author never
date Fri, 02 Sep 2011 20:58:21 -0700
parents 1927db75dd85
children 6f817ce50129
comparison
equal deleted inserted replaced
3902:11a4af030e4b 3905: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);