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

/openjdk7/jdk/src/share/native/sun/security/pkcs11/wrapper/
H A Dp11_util.c73 jmethodID jConstructor; local
77 jConstructor = (*env)->GetMethodID(env, jObjectClass, "<init>", "()V");
78 if (jConstructor == NULL) { return NULL; }
79 jLockObject = (*env)->NewObject(env, jObjectClass, jConstructor);
195 jmethodID jConstructor; local
203 jConstructor = (*env)->GetMethodID(env, jPKCS11ExceptionClass, "<init>", "(J)V");
204 if (jConstructor != NULL) {
205 jPKCS11Exception = (jthrowable) (*env)->NewObject(env, jPKCS11ExceptionClass, jConstructor, jErrorCode);
755 jmethodID jConstructor; local
761 jConstructor
779 jmethodID jConstructor; local
[all...]

Completed in 31 milliseconds