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

/openjdk7/hotspot/src/share/vm/prims/
H A Djni.h336 jlong (JNICALL *CallLongMethodV) member in struct:JNINativeInterface_
1004 result = functions->CallLongMethodV(this,obj,methodID,args);
1008 jlong CallLongMethodV(jobject obj, jmethodID methodID, function in struct:JNIEnv_
1010 return functions->CallLongMethodV(this,obj,methodID,args);
/openjdk7/jdk/src/share/javavm/export/
H A Djni.h336 jlong (JNICALL *CallLongMethodV) member in struct:JNINativeInterface_
1004 result = functions->CallLongMethodV(this,obj,methodID,args);
1008 jlong CallLongMethodV(jobject obj, jmethodID methodID, function in struct:JNIEnv_
1010 return functions->CallLongMethodV(this,obj,methodID,args);
/openjdk7/jdk/src/share/native/common/
H A Djni_util.c337 result.j = (*env)->CallLongMethodV(env, obj, mid, args);

Completed in 54 milliseconds