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

/openjdk7/hotspot/src/share/vm/c1/
H A Dc1_LIRGenerator.hpp49 BlockBegin* _sux; member in class:SwitchRange
51 SwitchRange(int start_key, BlockBegin* sux): _low_key(start_key), _high_key(start_key), _sux(sux) {}
56 BlockBegin* sux() const { return _sux; }

Completed in 82 milliseconds