Searched refs:p_ps_prochandle (Results 1 - 4 of 4) sorted by relevance

/openjdk7/hotspot/agent/src/os/solaris/proc/
H A Dsaproc.cpp181 jlong p_ps_prochandle; local
182 p_ps_prochandle = env->GetLongField(this_obj, p_ps_prochandle_ID);
183 if (p_ps_prochandle != 0L) {
184 Prelease((struct ps_prochandle*) p_ps_prochandle, PRELEASE_CLEAR);
903 jlong p_ps_prochandle; local
904 p_ps_prochandle = env->GetLongField(this_obj, p_ps_prochandle_ID);
906 ps_pdmodel((struct ps_prochandle*) p_ps_prochandle, &data_model);
924 jlong p_ps_prochandle;
925 p_ps_prochandle = env->GetLongField(this_obj, p_ps_prochandle_ID);
927 struct ps_prochandle* prochandle = (struct ps_prochandle*) p_ps_prochandle;
1012 jlong p_ps_prochandle = env->GetLongField(this_obj, p_ps_prochandle_ID); local
1065 jlong p_ps_prochandle = env->GetLongField(this_obj, p_ps_prochandle_ID); local
1084 jlong p_ps_prochandle = env->GetLongField(this_obj, p_ps_prochandle_ID); local
1149 jlong p_ps_prochandle = env->GetLongField(this_obj, p_ps_prochandle_ID); local
1169 jlong p_ps_prochandle = env->GetLongField(this_obj, p_ps_prochandle_ID); local
1181 jlong p_ps_prochandle = env->GetLongField(this_obj, p_ps_prochandle_ID); local
1194 jlong p_ps_prochandle; local
1232 jlong p_ps_prochandle; local
[all...]
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/proc/
H A DProcDebuggerLocal.java157 if (p_ps_prochandle == 0L) {
568 p_ps_prochandle = 0L;
684 private long p_ps_prochandle; field in class:ProcDebuggerLocal
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/bsd/
H A DBsdDebuggerLocal.java54 private long p_ps_prochandle; // native debugger handle field in class:BsdDebuggerLocal
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/linux/
H A DLinuxDebuggerLocal.java54 private long p_ps_prochandle; // native debugger handle field in class:LinuxDebuggerLocal

Completed in 51 milliseconds