Searched refs:begin_head (Results 1 - 10 of 10) sorted by relevance
/openjdk7/hotspot/src/share/vm/opto/ |
H A D | idealGraphPrinter.hpp | 111 void begin_head(const char *s);
|
H A D | idealGraphPrinter.cpp | 205 void IdealGraphPrinter::begin_head(const char *s) { function in class:IdealGraphPrinter 206 _xml->begin_head(s); 245 begin_head(PROPERTY_ELEMENT); 253 begin_head(METHOD_ELEMENT); 399 begin_head(NODE_ELEMENT); 686 begin_head(GRAPH_ELEMENT); 703 begin_head(BLOCK_ELEMENT);
|
H A D | compile.cpp | 1165 _log->begin_head("mismatched_nodes count='%d'", abs((int) (l_nodes - l_nodes_by_walk))); 3283 _log->begin_head("phase name='%s' nodes='%d' live='%d'", _phase_name, C->unique(), C->live_nodes());
|
H A D | loopnode.cpp | 1912 log->begin_head("loop_tree"); 1920 log->begin_head("loop");
|
H A D | parse1.cpp | 434 log->begin_head("parse method='%d' uses='%g'",
|
/openjdk7/hotspot/src/share/vm/utilities/ |
H A D | xmlstream.hpp | 65 HEAD, // after begin_head() call, in attrs 117 void begin_head(const char* format, ...); 167 begin_head("X Y='Z'"); <X Y='Z'
|
/openjdk7/hotspot/src/share/vm/c1/ |
H A D | c1_Compilation.cpp | 81 _log->begin_head("phase name='%s'", timer_name[timer]); 134 log->begin_head("parse method='%d' ",
|
/openjdk7/hotspot/src/share/vm/code/ |
H A D | nmethod.cpp | 690 xtty->begin_head("print_native_nmethod"); 769 xtty->begin_head("print_dtrace_nmethod"); 964 xtty->begin_head("print_nmethod");
|
/openjdk7/hotspot/src/share/vm/compiler/ |
H A D | compileBroker.cpp | 554 log->begin_head("task");
|
/openjdk7/hotspot/src/share/vm/runtime/ |
H A D | deoptimization.cpp | 1289 xtty->begin_head("uncommon_trap thread='" UINTX_FORMAT"' %s",
|
Completed in 1153 milliseconds