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

/openjdk7/hotspot/src/share/vm/prims/
H A Djni.h533 jint (JNICALL *CallStaticIntMethodV) member in struct:JNINativeInterface_
1446 result = functions->CallStaticIntMethodV(this,clazz,methodID,args);
1450 jint CallStaticIntMethodV(jclass clazz, function in struct:JNIEnv_
1452 return functions->CallStaticIntMethodV(this,clazz,methodID,args);
/openjdk7/jdk/src/share/javavm/export/
H A Djni.h533 jint (JNICALL *CallStaticIntMethodV) member in struct:JNINativeInterface_
1446 result = functions->CallStaticIntMethodV(this,clazz,methodID,args);
1450 jint CallStaticIntMethodV(jclass clazz, function in struct:JNIEnv_
1452 return functions->CallStaticIntMethodV(this,clazz,methodID,args);

Completed in 51 milliseconds