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

/openjdk7/hotspot/src/share/vm/opto/
H A Dnode.hpp1067 // The VDUI_ONLY macro protects code conditionalized on VerifyDUIterators
1074 #define VDUI_ONLY(x) I_VDUI_ONLY(*this, x) macro
1120 { _idx++; VDUI_ONLY(verify_increment()); }
1123 { VDUI_ONLY(verify_resync()); --_idx; }
1126 { VDUI_ONLY(verify_finish()); }
1182 { _outp++; VDUI_ONLY(verify(_node, true)); }
1185 { VDUI_ONLY(verify_resync()); --_outp; }
1188 { _outp -= n; VDUI_ONLY(verify_relimit(n)); }
1242 { _outp--; VDUI_ONLY(verify_step(1)); }
1245 { _outp -= n; VDUI_ONLY(verify_ste
1271 #undef VDUI_ONLY macro
[all...]

Completed in 932 milliseconds