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

/openjdk7/hotspot/src/share/vm/prims/
H A Djni.h482 void (JNICALL *SetShortField) member in struct:JNINativeInterface_
1325 void SetShortField(jobject obj, jfieldID fieldID, function in struct:JNIEnv_
1327 functions->SetShortField(this,obj,fieldID,val);
/openjdk7/jdk/src/share/javavm/export/
H A Djni.h482 void (JNICALL *SetShortField) member in struct:JNINativeInterface_
1325 void SetShortField(jobject obj, jfieldID fieldID, function in struct:JNIEnv_
1327 functions->SetShortField(this,obj,fieldID,val);

Completed in 48 milliseconds