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

/openjdk7/hotspot/src/share/vm/opto/
H A Dnode.hpp1056 bool _vdui; // cached value of VerifyDUIterators member in class:VALUE_OBJ_CLASS_SPEC
1068 #define I_VDUI_ONLY(i,x) { if ((i)._vdui) { x; } }
1115 // initialize to garbage; clear _vdui to disable asserts
1117 { /*initialize to garbage*/ debug_only(_vdui = false); }
1177 // initialize to garbage; clear _vdui to disable asserts
1179 { /*initialize to garbage*/ debug_only(_vdui = false); }

Completed in 50 milliseconds