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

/openjdk7/hotspot/src/share/vm/adlc/
H A Dformsopt.hpp313 unsigned _iswrite; // Read or Write member in class:PipeClassOperandForm
319 , _iswrite(iswrite)
325 bool isWrite() const { return _iswrite != 0; }

Completed in 32 milliseconds