Searched defs:CallStaticVoidMethodV (Results 1 - 3 of 3) sorted by relevance

/openjdk7/hotspot/src/share/vm/prims/
H A Djni.cpp2348 DT_VOID_RETURN_MARK_DECL(CallStaticVoidMethodV); variable
2521 DT_VOID_RETURN_MARK_DECL(CallStaticVoidMethodV
2547 JNIWrapper("CallStaticVoidMethodV");
2554 DT_VOID_RETURN_MARK(CallStaticVoidMethodV); variable
H A Djni.h561 void (JNICALL *CallStaticVoidMethodV) member in struct:JNINativeInterface_
1516 functions->CallStaticVoidMethodV(this,cls,methodID,args);
1519 void CallStaticVoidMethodV(jclass cls, jmethodID methodID, function in struct:JNIEnv_
1521 functions->CallStaticVoidMethodV(this,cls,methodID,args);
/openjdk7/jdk/src/share/javavm/export/
H A Djni.h561 void (JNICALL *CallStaticVoidMethodV) member in struct:JNINativeInterface_
1516 functions->CallStaticVoidMethodV(this,cls,methodID,args);
1519 void CallStaticVoidMethodV(jclass cls, jmethodID methodID, function in struct:JNIEnv_
1521 functions->CallStaticVoidMethodV(this,cls,methodID,args);

Completed in 81 milliseconds