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

/openjdk7/jdk/src/share/native/common/
H A Dcheck_code.c948 jint nexceptions; local
1046 nexceptions = JVM_GetMethodIxExceptionsCount(env, cb, method_index);
1048 malloc(sizeof(unsigned short) * nexceptions + 1);
1053 for (i = 0; i < nexceptions; i++) {

Completed in 52 milliseconds