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

/openjdk7/hotspot/src/share/vm/prims/
H A Djni.h526 jshort (JNICALL *CallStaticShortMethodV) member in struct:JNINativeInterface_
1428 result = functions->CallStaticShortMethodV(this,clazz,methodID,args);
1432 jshort CallStaticShortMethodV(jclass clazz, function in struct:JNIEnv_
1434 return functions->CallStaticShortMethodV(this,clazz,methodID,args);
/openjdk7/jdk/src/share/javavm/export/
H A Djni.h526 jshort (JNICALL *CallStaticShortMethodV) member in struct:JNINativeInterface_
1428 result = functions->CallStaticShortMethodV(this,clazz,methodID,args);
1432 jshort CallStaticShortMethodV(jclass clazz, function in struct:JNIEnv_
1434 return functions->CallStaticShortMethodV(this,clazz,methodID,args);

Completed in 65 milliseconds