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

/openjdk9/hotspot/src/share/vm/interpreter/
H A Dbytecode.hpp171 int high_key() const { return get_aligned_Java_u4_at(1 + 2*jintSize); } function in class:Bytecode_tableswitch
173 int length() { return high_key()-low_key()+1; }
H A Dbytecode.cpp248 int hi = high_key();
/openjdk9/hotspot/src/share/vm/c1/
H A Dc1_LIRGenerator.cpp2460 int high_key = one_range->high_key(); local
2462 if (low_key == high_key) {
2465 } else if (high_key - low_key == 1) {
2468 __ cmp(lir_cond_equal, value, high_key);
2474 __ cmp(lir_cond_lessEqual, value, high_key);
H A Dc1_LIRGenerator.hpp54 int high_key() const { return _high_key; } function in class:SwitchRange

Completed in 110 milliseconds