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

12

/openjdk7/hotspot/agent/src/os/win32/windbg/
H A Dsawindbg.cpp329 IDebugSymbols* ptrIDebugSymbols = (IDebugSymbols*) env->GetLongField(obj,
348 IDebugClient* ptrIDebugClient = (IDebugClient*) env->GetLongField(obj,
355 IDebugControl* ptrIDebugControl = (IDebugControl*) env->GetLongField(obj,
370 IDebugClient* ptrIDebugClient = (IDebugClient*) env->GetLongField(obj,
396 IDebugControl* ptrIDebugControl = (IDebugControl*) env->GetLongField(obj,
408 IDebugSymbols* ptrIDebugSymbols = (IDebugSymbols*) env->GetLongField(obj,
445 IDebugSystemObjects* ptrIDebugSystemObjects = (IDebugSystemObjects*) env->GetLongField(obj,
472 IDebugAdvanced* ptrIDebugAdvanced = (IDebugAdvanced*) env->GetLongField(obj,
720 IDebugDataSpaces* ptrIDebugDataSpaces = (IDebugDataSpaces*) env->GetLongField(obj,
728 env->GetLongField(ob
[all...]
/openjdk7/hotspot/agent/src/os/solaris/proc/
H A Dsaproc.cpp151 p_td_ta_delete = (p_td_ta_delete_t) env->GetLongField(this_obj, p_td_ta_delete_ID);
154 p_td_thragent_t = (td_thragent_t*) env->GetLongField(this_obj, p_td_thragent_t_ID);
160 void* libthread_db_handle = (void*) env->GetLongField(this_obj, libthread_db_handle_ID);
182 p_ps_prochandle = env->GetLongField(this_obj, p_ps_prochandle_ID);
191 struct FileMapHeader* pheader = (struct FileMapHeader*) env->GetLongField(this_obj, p_file_map_header_ID);
331 struct ps_prochandle* ph = (struct ps_prochandle*) env->GetLongField(this_obj, p_ps_prochandle_ID);
435 p_td_thr_get_info_t p_td_thr_get_info = (p_td_thr_get_info_t) env->GetLongField(this_obj, p_td_thr_get_info_ID);
600 struct ps_prochandle* ph = (struct ps_prochandle*) env->GetLongField(this_obj, p_ps_prochandle_ID);
832 p_td_init_t p_td_init = (p_td_init_t) env->GetLongField(this_obj, p_td_init_ID);
847 p_td_ta_new_t p_td_ta_new = (p_td_ta_new_t) env->GetLongField(this_ob
[all...]
/openjdk7/jdk/src/windows/native/java/io/
H A Dio_util_md.h70 -1 : (*env)->GetLongField(env, (*env)->GetObjectField(env, (this), (fid)), IO_handle_fdID)
75 #define THIS_FD(obj) (*env)->GetLongField(env, obj, IO_handle_fdID)
/openjdk7/jdk/src/windows/native/java/nio/
H A DMappedByteBuffer.c90 h = jlong_to_ptr((*env)->GetLongField(env, fdo, handle_fdID));
/openjdk7/jdk/src/share/native/sun/security/pkcs11/wrapper/
H A Dp11_convert.c438 jType = (*env)->GetLongField(env, jAttribute, jFieldID);
600 jMacSizeInBits = (*env)->GetLongField(env, jParam, fieldID);
605 jKeySizeInBits = (*env)->GetLongField(env, jParam, fieldID);
610 jIVSizeInBits = (*env)->GetLongField(env, jParam, fieldID);
718 jCounterBits = (*env)->GetLongField(env, jParam, fieldID);
746 jlong jMechanismType = (*env)->GetLongField(env, jMechanism, mech_mechanismID);
1363 jHashAlg = (*env)->GetLongField(env, jParam, fieldID);
1368 jMgf = (*env)->GetLongField(env, jParam, fieldID);
1373 jSource = (*env)->GetLongField(env, jParam, fieldID);
1427 jIteration = (*env)->GetLongField(en
[all...]
H A Dp11_keymgmt.c411 jMechanismType = (*env)->GetLongField(env, jMechanism, fieldID);
575 jMechanismType = (*env)->GetLongField(env, jMechanism, fieldID);
646 jMechanismType = (*env)->GetLongField(env, jMechanism, fieldID);
H A Dp11_mutex.c155 jFlags = (*env)->GetLongField(env, jInitArgs, fieldID);
/openjdk7/jdk/src/solaris/native/sun/awt/
H A Dsun_awt_X11_GtkFileDialogPeer.c49 (*env)->GetLongField(env, jpeer, widgetFieldID));
97 (*env)->GetLongField(env, jpeer, widgetFieldID));
119 (*env)->GetLongField(env, jpeer, widgetFieldID));
H A Dawt_DrawingSurface.c267 px->drawable = (*env)->GetLongField(env, peer, windowID);
/openjdk7/jdk/src/windows/native/sun/windows/
H A Dawt_PrintDialog.cpp129 HWND hdlg = (HWND)(env->GetLongField(self, AwtComponent::hwndID));
143 HWND hdlg = (HWND)(env->GetLongField(self, AwtComponent::hwndID));
265 DASSERT(env->GetLongField(peer, AwtComponent::hwndID) == 0L);
H A Dawt_FileDialog.cpp367 DASSERT(env->GetLongField(peer, AwtComponent::hwndID) == 0L);
438 HWND hdlg = (HWND)(env->GetLongField(self, AwtComponent::hwndID));
453 HWND hdlg = (HWND)(env->GetLongField(self, AwtComponent::hwndID));
467 HWND hdlg = (HWND)(env->GetLongField(self, AwtComponent::hwndID));
H A Dawt_Cursor.cpp185 pData = env->GetLongField(jcurs, AwtCursor::pDataID);
465 jlong pData = env->GetLongField(cursor, AwtCursor::pDataID);
H A Dawt.h131 #define JNI_GET_PDATA(peer) (PDATA) env->GetLongField(peer, AwtObject::pDataID)
H A Dawt_Font.cpp186 jlong pData = env->GetLongField(font, AwtFont::pDataID);
908 jlong pData = env->GetLongField(font, AwtFont::pDataID);
/openjdk7/jdk/src/windows/native/sun/nio/ch/
H A DIOUtil.c203 return (*env)->GetLongField(env, fdo, handle_fdID);
/openjdk7/jdk/src/share/native/java/lang/
H A DClassLoader.c400 handle = jlong_to_ptr((*env)->GetLongField(env, this, handleID));
433 handle = (*env)->GetLongField(env, this, handleID);
/openjdk7/jdk/src/share/native/sun/security/jgss/wrapper/
H A DGSSLibStub.c247 mech = (gss_OID) (*env)->GetLongField(env, jobj, FID_GSSLibStub_pMech);
378 mech = (gss_OID) (*env)->GetLongField(env, jobj, FID_GSSLibStub_pMech);
515 mech = (gss_OID) (*env)->GetLongField(env, jobj, FID_GSSLibStub_pMech);
741 mech2 = (gss_OID) (*env)->GetLongField(env, jobj, FID_GSSLibStub_pMech);
789 (*env)->GetLongField(env, jcontextSpi, FID_NativeGSSContext_pContext);
791 mech = (gss_OID) (*env)->GetLongField(env, jobj, FID_GSSLibStub_pMech);
893 (*env)->GetLongField(env, jcontextSpi, FID_NativeGSSContext_pContext);
H A DNativeUtil.c485 mech = (gss_OID) (*env)->GetLongField(env, jstub, FID_GSSLibStub_pMech);
/openjdk7/hotspot/agent/src/os/bsd/
H A DMacosxDebuggerLocal.m48 jlong ptr = (*env)->GetLongField(env, this_obj, symbolicatorID);
57 jlong ptr = (*env)->GetLongField(env, this_obj, taskID);
H A DBsdDebuggerLocal.c64 jlong ptr = (*env)->GetLongField(env, this_obj, p_ps_prochandle_ID);
/openjdk7/jdk/src/windows/native/sun/net/www/protocol/http/ntlm/
H A DNTLMAuthSequence.c177 pCtx = (CtxtHandle *) (*env)->GetLongField (env, this, ntlm_ctxHandleID);
/openjdk7/jdk/src/share/native/common/
H A Djni_util.h319 (jlong_to_ptr((*(env))->GetLongField((env),(obj),(id))))
/openjdk7/jdk/src/share/native/java/util/zip/
H A DZipFile.c346 jlong zfile = (*env)->GetLongField(env, obj, jzfileID);
/openjdk7/jdk/src/share/native/sun/java2d/cmm/lcms/
H A DLCMS.c586 sTrans.j = (*env)->GetLongField (env, trans, Trans_ID_fID);
635 return (*env)->GetLongField (env, pf, PF_ID_fID);
/openjdk7/hotspot/agent/src/os/linux/
H A DLinuxDebuggerLocal.c63 jlong ptr = (*env)->GetLongField(env, this_obj, p_ps_prochandle_ID);

Completed in 104 milliseconds

12