Searched refs:GetLongField (Results 26 - 37 of 37) sorted by relevance

12

/openjdk7/jdk/src/windows/native/sun/windows/
H A DWPrinterJob.cpp964 return (HANDLE)(env->GetLongField(self, fieldId));
H A Dawt_DesktopProperties.cpp804 jlong longProps = env->GetLongField(self, AwtDesktopProperties::pDataID);
H A Dawt_DnDDS.cpp507 jlong pData = env->GetLongField(cursor, AwtCursor::pDataID);
H A Dawt_Frame.cpp182 handle = static_cast<INT_PTR>(env->GetLongField(target, AwtFrame::handleID));
H A Dawt_PrintJob.cpp526 DASSERT(env->GetLongField(peer, AwtComponent::hwndID) == 0L);
3604 return env->GetLongField(self, fieldId);
H A Dawt_Component.cpp621 env->GetLongField(peer, AwtComponent::hwndID)));
5817 AwtFont *awtFont = (AwtFont *)env->GetLongField(font, AwtFont::pDataID);
/openjdk7/jdk/src/share/native/sun/security/pkcs11/wrapper/
H A Dp11_util.c122 jData = (*env)->GetLongField(env, pkcs11Implementation, pNativeDataID);
/openjdk7/jdk/src/share/native/common/
H A Djni_util.c1104 result.j = (*env)->GetLongField(env, obj, fid);
/openjdk7/hotspot/src/share/vm/prims/
H A Djni.h467 jlong (JNICALL *GetLongField) member in struct:JNINativeInterface_
1300 jlong GetLongField(jobject obj, jfieldID fieldID) { function in struct:JNIEnv_
1301 return functions->GetLongField(this,obj,fieldID);
H A Djni.cpp4544 ret = (void*)(intptr_t)env->GetLongField(buf, directBufferAddressField);
4959 jni_NativeInterface.GetLongField = (GetLongField_t)func;
/openjdk7/jdk/src/share/javavm/export/
H A Djni.h467 jlong (JNICALL *GetLongField) member in struct:JNINativeInterface_
1300 jlong GetLongField(jobject obj, jfieldID fieldID) { function in struct:JNIEnv_
1301 return functions->GetLongField(this,obj,fieldID);
/openjdk7/jdk/src/share/back/
H A Dutil.c395 JNI_FUNC_PTR(env,GetLongField)(env, object, field));

Completed in 121 milliseconds

12