Searched refs:CallStaticBooleanMethodV (Results 1 - 3 of 3) sorted by relevance

/openjdk7/hotspot/src/share/vm/prims/
H A Djni.h505 jboolean (JNICALL *CallStaticBooleanMethodV) member in struct:JNINativeInterface_
1374 result = functions->CallStaticBooleanMethodV(this,clazz,methodID,args);
1378 jboolean CallStaticBooleanMethodV(jclass clazz, function in struct:JNIEnv_
1380 return functions->CallStaticBooleanMethodV(this,clazz,methodID,args);
/openjdk7/jdk/src/share/javavm/export/
H A Djni.h505 jboolean (JNICALL *CallStaticBooleanMethodV) member in struct:JNINativeInterface_
1374 result = functions->CallStaticBooleanMethodV(this,clazz,methodID,args);
1378 jboolean CallStaticBooleanMethodV(jclass clazz, function in struct:JNIEnv_
1380 return functions->CallStaticBooleanMethodV(this,clazz,methodID,args);
/openjdk7/jdk/src/share/native/common/
H A Djni_util.c228 result.z = (*env)->CallStaticBooleanMethodV(env, clazz, mid, args);

Completed in 54 milliseconds