Searched defs:end_head (Results 1 - 2 of 2) sorted by relevance

/openjdk7/hotspot/src/share/vm/utilities/
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.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();

Completed in 46 milliseconds