Searched refs:_iswrite (Results 1 - 3 of 3) 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; }
H A Dformsopt.cpp476 fprintf(stderr," (%s)\n", _iswrite ? "write" : "read");
481 fprintf(fp," (%s)\n", _iswrite ? "write" : "read");
H A Doutput_c.cpp855 if (pipeopnd->_iswrite) {

Completed in 187 milliseconds