Searched refs:get_proc_handle (Results 1 - 3 of 3) sorted by relevance

/openjdk7/hotspot/agent/src/os/linux/
H A Dlibproc.h147 struct ps_prochandle* get_proc_handle(JNIEnv* env, jobject this_obj);
H A DLinuxDebuggerLocal.c62 struct ps_prochandle* get_proc_handle(JNIEnv* env, jobject this_obj) { function
208 struct ps_prochandle* ph = get_proc_handle(env, this_obj);
224 struct ps_prochandle* ph = get_proc_handle(env, this_obj);
253 struct ps_prochandle* ph = get_proc_handle(env, this_obj);
278 err = ps_pdread(get_proc_handle(env, this_obj), (psaddr_t) (uintptr_t)addr, bufPtr, numBytes);
293 struct ps_prochandle* ph = get_proc_handle(env, this_obj);
/openjdk7/hotspot/agent/src/os/bsd/
H A DBsdDebuggerLocal.c63 static struct ps_prochandle* get_proc_handle(JNIEnv* env, jobject this_obj) { function
209 struct ps_prochandle* ph = get_proc_handle(env, this_obj);
225 struct ps_prochandle* ph = get_proc_handle(env, this_obj);
254 struct ps_prochandle* ph = get_proc_handle(env, this_obj);
279 err = ps_pread(get_proc_handle(env, this_obj), (psaddr_t) (uintptr_t)addr, bufPtr, numBytes);
292 struct ps_prochandle* ph = get_proc_handle(env, this_obj);

Completed in 36 milliseconds