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

/openjdk7/jdk/src/share/native/sun/security/pkcs11/wrapper/
H A Dp11_util.c804 jmethodID jValueMethod; local
810 jValueMethod = (*env)->GetMethodID(env, jObjectClass, "booleanValue", "()Z");
811 if (jValueMethod == NULL) { return NULL; }
812 jValue = (*env)->CallBooleanMethod(env, jObject, jValueMethod);
834 jmethodID jValueMethod; local
840 jValueMethod = (*env)->GetMethodID(env, jObjectClass, "byteValue", "()B");
841 if (jValueMethod == NULL) { return NULL; }
842 jValue = (*env)->CallByteMethod(env, jObject, jValueMethod);
863 jmethodID jValueMethod; local
869 jValueMethod
892 jmethodID jValueMethod; local
922 jmethodID jValueMethod; local
[all...]

Completed in 34 milliseconds