Searched refs:end_head (Results 1 - 11 of 11) sorted by relevance

/openjdk7/hotspot/src/share/vm/utilities/
H A Dxmlstream.hpp64 enum MarkupState { BODY, // after end_head() call, in text
118 void end_head(const char* format, ...);
119 void end_head();
169 end_head(); > \n
H A Dxmlstream.cpp268 end_head();
288 void xmlStream::end_head() { function in class:xmlStream
289 assert(_markup_state == HEAD, "misplaced end_head");
297 void xmlStream::end_head(const char* format, ...) { function in class:xmlStream
302 end_head();
/openjdk7/hotspot/src/share/vm/opto/
H A DidealGraphPrinter.hpp112 void end_head();
H A DidealGraphPrinter.cpp209 void IdealGraphPrinter::end_head() { function in class:IdealGraphPrinter
210 _xml->end_head();
247 end_head();
265 end_head();
401 end_head();
688 end_head();
705 end_head();
H A Dcompile.cpp1167 _log->end_head();
3285 _log->end_head();
H A Dloopnode.cpp1913 log->end_head();
1933 log->end_head();
H A Dparse1.cpp440 log->end_head();
/openjdk7/hotspot/src/share/vm/c1/
H A Dc1_Compilation.cpp83 _log->end_head();
137 log->end_head();
/openjdk7/hotspot/src/share/vm/code/
H A Dnmethod.cpp693 xtty->end_head(" address='" INTPTR_FORMAT "'", (intptr_t) this);
772 xtty->end_head(" address='" INTPTR_FORMAT "'", (intptr_t) this);
966 xtty->end_head();
/openjdk7/hotspot/src/share/vm/compiler/
H A DcompileBroker.cpp556 log->end_head();
/openjdk7/hotspot/src/share/vm/runtime/
H A Ddeoptimization.cpp1329 xtty->end_head();

Completed in 120 milliseconds