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

/openjdk7/hotspot/src/share/vm/adlc/
H A Doutput_c.cpp1874 bool _doing_emit_hi; member in class:DefineEmitState
1913 _doing_emit_hi = false;
2131 _doing_emit_hi = true;
2240 if ( _doing_emit_d32 || _doing_emit_hi || _doing_emit_lo ) {
2241 const char *d32_hi_lo = _doing_emit_d32 ? "d32" : (_doing_emit_hi ? "hi" : "lo");

Completed in 46 milliseconds