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

/openjdk7/hotspot/src/share/vm/prims/
H A Djni.h540 jlong (JNICALL *CallStaticLongMethodV) member in struct:JNINativeInterface_
1464 result = functions->CallStaticLongMethodV(this,clazz,methodID,args);
1468 jlong CallStaticLongMethodV(jclass clazz, function in struct:JNIEnv_
1470 return functions->CallStaticLongMethodV(this,clazz,methodID,args);
/openjdk7/jdk/src/share/javavm/export/
H A Djni.h540 jlong (JNICALL *CallStaticLongMethodV) member in struct:JNINativeInterface_
1464 result = functions->CallStaticLongMethodV(this,clazz,methodID,args);
1468 jlong CallStaticLongMethodV(jclass clazz, function in struct:JNIEnv_
1470 return functions->CallStaticLongMethodV(this,clazz,methodID,args);
/openjdk7/jdk/src/share/native/common/
H A Djni_util.c243 result.j = (*env)->CallStaticLongMethodV(env, clazz, mid, args);

Completed in 801 milliseconds