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

/openjdk9/hotspot/src/share/vm/c1/
H A Dc1_LIRGenerator.hpp48 int _high_key; member in class:SwitchRange
51 SwitchRange(int start_key, BlockBegin* sux): _low_key(start_key), _high_key(start_key), _sux(sux) {}
52 void set_high_key(int key) { _high_key = key; }
54 int high_key() const { return _high_key; }

Completed in 89 milliseconds