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

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

Completed in 38 milliseconds