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

/openjdk9/hotspot/src/share/vm/oops/
H A DarrayOop.hpp84 bool is_within_bounds(int index) const { return 0 <= index && index < length(); } function in class:arrayOopDesc
H A DconstantPool.hpp703 bool is_within_bounds(in function in class:ConstantPool
[all...]
/openjdk9/hotspot/src/share/vm/runtime/
H A DvframeArray.hpp166 bool is_within_bounds(int index) const { return 0 <= index && index < frames(); } function in class:vframeArray

Completed in 50 milliseconds