Searched refs:outOfBounds (Results 1 - 5 of 5) sorted by relevance

/openjdk7/jdk/test/sun/security/provider/MessageDigest/
H A DOffsets.java37 private static void outOfBounds(MessageDigest md, int arrayLen, int ofs, int len) throws Exception { method in class:Offsets
52 outOfBounds(md, 16, 0, 32);
53 outOfBounds(md, 16, -8, 16);
54 outOfBounds(md, 16, 8, -8);
55 outOfBounds(md, 16, Integer.MAX_VALUE, 8);
/openjdk7/jdk/src/share/native/java/io/
H A Dio_util.c67 outOfBounds(JNIEnv *env, jint off, jint len, jbyteArray array) { function
89 if (outOfBounds(env, off, len, bytes)) {
165 if (outOfBounds(env, off, len, bytes)) {
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/ci/
H A DciMethodData.java121 boolean outOfBounds(int dataIndex) { method in class:ciMethodData
126 if (outOfBounds(dataIndex)) {
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/oops/
H A DMethodData.java234 boolean outOfBounds(int dataIndex) { method in class:MethodData
239 if (outOfBounds(dataIndex)) {
/openjdk7/jdk/src/share/classes/java/io/
H A DObjectInputStream.java3084 boolean outOfBounds = false;
3129 outOfBounds = true;
3131 if (outOfBounds || (pos - start) > utflen) {

Completed in 42 milliseconds