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

/openjdk7/hotspot/src/share/vm/oops/
H A DtypeArrayOop.hpp80 assert(is_within_bounds(which), "index out of bounds");
85 assert(is_within_bounds(which), "index out of bounds");
90 assert(is_within_bounds(which), "index out of bounds");
95 assert(is_within_bounds(which), "index out of bounds");
100 assert(is_within_bounds(which), "index out of bounds");
105 assert(is_within_bounds(which), "index out of bounds");
110 assert(is_within_bounds(which), "index out of bounds");
115 assert(is_within_bounds(which), "index out of bounds");
120 assert(is_within_bounds(which), "index out of bounds");
H A DarrayOop.hpp83 bool is_within_bounds(int index) const { return 0 <= index && index < length(); } function in class:arrayOopDesc
H A DobjArrayOop.hpp41 assert(is_within_bounds(index), "index out of bounds");
H A DconstantPoolOop.hpp123 assert(is_within_bounds(which), "index out of bounds");
139 assert(is_within_bounds(which), "index out of bounds");
143 assert(is_within_bounds(which), "index out of bounds");
148 assert(is_within_bounds(which), "index out of bounds");
153 assert(is_within_bounds(which), "index out of bounds");
158 assert(is_within_bounds(which), "index out of bounds");
163 assert(is_within_bounds(which), "index out of bounds");
168 assert(is_within_bounds(which), "index out of bounds");
173 assert(is_within_bounds(which), "index out of bounds");
280 assert(is_within_bounds(whic
658 bool is_within_bounds(int index) const { function in class:constantPoolOopDesc
[all...]
/openjdk7/hotspot/src/share/vm/runtime/
H A DvframeArray.hpp159 bool is_within_bounds(int index) const { return 0 <= index && index < frames(); } function in class:vframeArray
168 vframeArrayElement* element(int index) { assert(is_within_bounds(index), "Bad index"); return &_elements[index]; }
H A Dreflection.cpp207 if (!a->is_within_bounds(index)) {
250 if (!a->is_within_bounds(index)) {
/openjdk7/hotspot/src/share/vm/classfile/
H A DclassFileParser.cpp2831 if (!cp->is_within_bounds(enclosing_method_class_index) ||
2836 (!cp->is_within_bounds(enclosing_method_method_index) ||
/openjdk7/hotspot/src/share/vm/prims/
H A Djni.cpp3471 if (a->is_within_bounds(index)) {
3500 if (a->is_within_bounds(index)) {
H A Djvm.cpp1867 if (!cp->is_within_bounds(index)) {

Completed in 159 milliseconds