Searched defs:flushed (Results 1 - 4 of 4) sorted by relevance

/openjdk7/hotspot/src/cpu/sparc/vm/
H A DjavaFrameAnchor_sparc.hpp34 flushed = 1 // winodows have flushed enumerator in enum:pd_Constants
75 return _flags & flushed;
100 _flags |= flushed;
/openjdk7/jdk/src/share/classes/sun/io/
H A DCharToByteISO2022JP.java38 private boolean flushed = true; field in class:CharToByteISO2022JP
61 if (!flushed && (currentMode != ASCII)) {
70 flushed = true;
91 flushed = false;
H A DCharToByteGB18030.java37 boolean flushed = true; field in class:CharToByteGB18030
64 flushed = true;
99 flushed = false;
/openjdk7/hotspot/src/share/vm/gc_implementation/parallelScavenge/
H A DpsPromotionLAB.hpp45 flushed, enumerator in enum:PSPromotionLAB::LabState
74 bool is_flushed() { return _state == flushed; }
98 // Can't assert this, when young fills, we keep the LAB around, but flushed.
99 // assert(_state != flushed, "Sanity");
131 // assert(_state != flushed, "Sanity");

Completed in 182 milliseconds