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

/openjdk7/hotspot/src/share/vm/prims/
H A Djni.h294 jobject (JNICALL *CallObjectMethodV) member in struct:JNINativeInterface_
901 result = functions->CallObjectMethodV(this,obj,methodID,args);
905 jobject CallObjectMethodV(jobject obj, jmethodID methodID, function in struct:JNIEnv_
907 return functions->CallObjectMethodV(this,obj,methodID,args);
/openjdk7/jdk/src/share/javavm/export/
H A Djni.h294 jobject (JNICALL *CallObjectMethodV) member in struct:JNINativeInterface_
901 result = functions->CallObjectMethodV(this,obj,methodID,args);
905 jobject CallObjectMethodV(jobject obj, jmethodID methodID, function in struct:JNIEnv_
907 return functions->CallObjectMethodV(this,obj,methodID,args);

Completed in 66 milliseconds