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

/openjdk9/hotspot/src/share/vm/ci/
H A DciExceptionHandler.hpp72 bool is_in_range(int bci) { function in class:ciExceptionHandler
/openjdk9/hotspot/src/share/vm/c1/
H A Dc1_LIR.hpp1057 static bool is_in_range(LIR_Code test, LIR_Code start, LIR_Code end) { return start < test && test < end; } function in class:LIR_Op
[all...]

Completed in 81 milliseconds