Home
last modified time | relevance | path

Searched defs:is_within_bounds (Results 1 – 25 of 32) sorted by relevance

12

/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/hotspot/src/share/vm/oops/
H A DarrayOop.hpp83 bool is_within_bounds(int index) const { return 0 <= index && index < length(); } in is_within_bounds() function in arrayOopDesc
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/hotspot/src/share/vm/oops/
H A DarrayOop.hpp83 bool is_within_bounds(int index) const { return 0 <= index && index < length(); } in is_within_bounds() function in arrayOopDesc
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/hotspot/share/oops/
H A DarrayOop.hpp104 bool is_within_bounds(int index) const { return 0 <= index && index < length(); } in is_within_bounds() function in arrayOopDesc
H A DconstantPool.hpp770 bool is_within_bounds(int index) const { in is_within_bounds() function in ConstantPool
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/hotspot/share/oops/
H A DarrayOop.hpp104 bool is_within_bounds(int index) const { return 0 <= index && index < length(); } in is_within_bounds() function in arrayOopDesc
H A DconstantPool.hpp770 bool is_within_bounds(int index) const { in is_within_bounds() function in ConstantPool
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/hotspot/share/oops/
H A DarrayOop.hpp103 bool is_within_bounds(int index) const { return 0 <= index && index < length(); } in is_within_bounds() function in arrayOopDesc
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/hotspot/share/oops/
H A DarrayOop.hpp104 bool is_within_bounds(int index) const { return 0 <= index && index < length(); } in is_within_bounds() function in arrayOopDesc
H A DconstantPool.hpp770 bool is_within_bounds(int index) const { in is_within_bounds() function in ConstantPool
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/hotspot/share/oops/
H A DarrayOop.hpp103 bool is_within_bounds(int index) const { return 0 <= index && index < length(); } in is_within_bounds() function in arrayOopDesc
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/hotspot/share/oops/
H A DarrayOop.hpp103 bool is_within_bounds(int index) const { return 0 <= index && index < length(); } in is_within_bounds() function in arrayOopDesc
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/hotspot/share/oops/
H A DarrayOop.hpp108 bool is_within_bounds(int index) const { return 0 <= index && index < length(); } in is_within_bounds() function in arrayOopDesc
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/hotspot/share/oops/
H A DarrayOop.hpp110 bool is_within_bounds(int index) const { return 0 <= index && index < length(); } in is_within_bounds() function in arrayOopDesc
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/hotspot/share/runtime/
H A DvframeArray.hpp167 bool is_within_bounds(int index) const { return 0 <= index && index < frames(); } in is_within_bounds() function in vframeArray
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/hotspot/share/runtime/
H A DvframeArray.hpp167 bool is_within_bounds(int index) const { return 0 <= index && index < frames(); } in is_within_bounds() function in vframeArray
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/hotspot/share/runtime/
H A DvframeArray.hpp167 bool is_within_bounds(int index) const { return 0 <= index && index < frames(); } in is_within_bounds() function in vframeArray
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/hotspot/share/runtime/
H A DvframeArray.hpp167 bool is_within_bounds(int index) const { return 0 <= index && index < frames(); } in is_within_bounds() function in vframeArray
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/hotspot/share/runtime/
H A DvframeArray.hpp168 bool is_within_bounds(int index) const { return 0 <= index && index < frames(); } in is_within_bounds() function in vframeArray
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/hotspot/share/runtime/
H A DvframeArray.hpp167 bool is_within_bounds(int index) const { return 0 <= index && index < frames(); } in is_within_bounds() function in vframeArray
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/hotspot/share/runtime/
H A DvframeArray.hpp167 bool is_within_bounds(int index) const { return 0 <= index && index < frames(); } in is_within_bounds() function in vframeArray
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/hotspot/share/runtime/
H A DvframeArray.hpp167 bool is_within_bounds(int index) const { return 0 <= index && index < frames(); } in is_within_bounds() function in vframeArray
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/hotspot/src/share/vm/runtime/
H A DvframeArray.hpp166 bool is_within_bounds(int index) const { return 0 <= index && index < frames(); } in is_within_bounds() function in vframeArray
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/hotspot/src/share/vm/runtime/
H A DvframeArray.hpp166 bool is_within_bounds(int index) const { return 0 <= index && index < frames(); } in is_within_bounds() function in vframeArray
/dports/science/py-ase/ase-3.22.0/ase/ga/
H A Dutilities.py645 def is_within_bounds(self, cell): member in CellBounds
/dports/astro/py-astropy/astropy-5.0/astropy/coordinates/
H A Dangles.py445 def is_within_bounds(self, lower=None, upper=None): member in Angle

12