Searched refs:_last_flush (Results 1 - 2 of 2) sorted by relevance

/openjdk7/hotspot/src/share/vm/utilities/
H A Dxmlstream.hpp70 julong _last_flush; // last position of flush member in class:xmlStream
106 virtual void flush(); // flushes out, sets _last_flush = count()
109 int unflushed_count() { return (int)(out()->count() - _last_flush); }
H A Dxmlstream.cpp38 _last_flush = 0;
468 _last_flush = count();

Completed in 30 milliseconds