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

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

Completed in 53 milliseconds