Searched refs:flushed (Results 1 - 11 of 11) 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;
H A DtemplateInterpreter_sparc.cpp1050 // mark windows as flushed
1052 __ set(JavaFrameAnchor::flushed, G3_scratch);
H A DcppInterpreter_sparc.cpp830 // mark windows as flushed
834 __ set(JavaFrameAnchor::flushed, G3_scratch);
H A DsharedRuntime_sparc.cpp2483 // We flushed the windows ages ago now mark them as flushed before transitioning.
2484 __ set(JavaFrameAnchor::flushed, G3_scratch);
/openjdk7/hotspot/src/os_cpu/solaris_sparc/vm/
H A DvmStructs_solaris_sparc.hpp62 declare_constant(JavaFrameAnchor::flushed) \
/openjdk7/hotspot/src/share/vm/gc_implementation/parallelScavenge/
H A DpsPromotionLAB.cpp73 assert(_state != flushed, "Attempt to flush PLAB twice");
102 _state = flushed;
122 assert(_state != flushed, "Attempt to flush PLAB twice");
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");
/openjdk7/hotspot/src/os_cpu/linux_sparc/vm/
H A DvmStructs_linux_sparc.hpp64 declare_constant(JavaFrameAnchor::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/jdk/test/java/util/zip/
H A DInflateIn_DeflateOut.java191 /** Check that written, flushed and read */
218 boolean flushed = false;
223 while ((count < 10 && flushed) || (count < 1000 && !flushed)) {
229 flushed = true;
236 check(flushed);

Completed in 50 milliseconds