Searched refs:_wrote_volatile (Results 1 - 4 of 4) sorted by relevance

/openjdk9/hotspot/src/share/vm/c1/
H A Dc1_IR.hpp151 bool _wrote_volatile; // has written volatile field member in class:IRScope
188 void set_wrote_volatile() { _wrote_volatile = true; }
189 bool wrote_volatile () const { return _wrote_volatile; }
H A Dc1_IR.cpp147 _wrote_volatile = false;
/openjdk9/hotspot/src/share/vm/opto/
H A Dparse.hpp330 bool _wrote_volatile; // Did we write a volatile field? member in class:Parse
374 bool wrote_volatile() const { return _wrote_volatile; }
375 void set_wrote_volatile(bool z) { _wrote_volatile = z; }
H A Dparse1.cpp398 _wrote_volatile = false;

Completed in 110 milliseconds