Searched defs:this_obj (Results 1 - 6 of 6) sorted by relevance

/openjdk9/hotspot/src/jdk.hotspot.agent/macosx/native/libsaproc/
H A DStubDebuggerLocal.c62 Java_sun_jvm_hotspot_debugger_bsd_BsdDebuggerLocal_attach0__I(JNIEnv *env, jobject this_obj, jint jpid) argument
73 Java_sun_jvm_hotspot_debugger_bsd_BsdDebuggerLocal_attach0__Ljava_lang_String_2Ljava_lang_String_2(JNIEnv *env, jobject this_obj, jstring execName, jstring coreName) argument
83 Java_sun_jvm_hotspot_debugger_bsd_BsdDebuggerLocal_detach0(JNIEnv *env, jobject this_obj) argument
92 Java_sun_jvm_hotspot_debugger_bsd_BsdDebuggerLocal_lookupByName0(JNIEnv *env, jobject this_obj, jstring objectName, jstring symbolName) argument
102 Java_sun_jvm_hotspot_debugger_bsd_BsdDebuggerLocal_lookupByAddress0(JNIEnv *env, jobject this_obj, jlong addr) argument
112 Java_sun_jvm_hotspot_debugger_bsd_BsdDebuggerLocal_readBytesFromProcess0(JNIEnv *env, jobject this_obj, jlong addr, jlong numBytes) argument
117 Java_sun_jvm_hotspot_debugger_bsd_BsdDebuggerLocal_getThreadIntegerRegisterSet0(JNIEnv *env, jobject this_obj, jint lwp_id) argument
H A DBsdDebuggerLocal.c63 static struct ps_prochandle* get_proc_handle(JNIEnv* env, jobject this_obj) { argument
118 static void fillThreadsAndLoadObjects(JNIEnv* env, jobject this_obj, struct ps_prochandle* ph) { argument
163 Java_sun_jvm_hotspot_debugger_bsd_BsdDebuggerLocal_attach0__I(JNIEnv *env, jobject this_obj, jint jpid) argument
179 Java_sun_jvm_hotspot_debugger_bsd_BsdDebuggerLocal_attach0__Ljava_lang_String_2Ljava_lang_String_2(JNIEnv *env, jobject this_obj, jstring execName, jstring coreName) argument
207 Java_sun_jvm_hotspot_debugger_bsd_BsdDebuggerLocal_detach0(JNIEnv *env, jobject this_obj) argument
220 Java_sun_jvm_hotspot_debugger_bsd_BsdDebuggerLocal_lookupByName0(JNIEnv *env, jobject this_obj, jstring objectName, jstring symbolName) argument
249 Java_sun_jvm_hotspot_debugger_bsd_BsdDebuggerLocal_lookupByAddress0(JNIEnv *env, jobject this_obj, jlong addr) argument
266 Java_sun_jvm_hotspot_debugger_bsd_BsdDebuggerLocal_readBytesFromProcess0(JNIEnv *env, jobject this_obj, jlong addr, jlong numBytes) argument
284 Java_sun_jvm_hotspot_debugger_bsd_BsdDebuggerLocal_getThreadIntegerRegisterSet0(JNIEnv *env, jobject this_obj, jint lwp_id) argument
[all...]
/openjdk9/hotspot/src/jdk.hotspot.agent/linux/native/libsaproc/
H A DLinuxDebuggerLocal.c81 struct ps_prochandle* get_proc_handle(JNIEnv* env, jobject this_obj) { argument
136 static void fillThreadsAndLoadObjects(JNIEnv* env, jobject this_obj, struct ps_prochandle* ph) { argument
217 Java_sun_jvm_hotspot_debugger_linux_LinuxDebuggerLocal_attach0__I(JNIEnv *env, jobject this_obj, jint jpid) argument
242 Java_sun_jvm_hotspot_debugger_linux_LinuxDebuggerLocal_attach0__Ljava_lang_String_2Ljava_lang_String_2(JNIEnv *env, jobject this_obj, jstring execName, jstring coreName) argument
273 Java_sun_jvm_hotspot_debugger_linux_LinuxDebuggerLocal_detach0(JNIEnv *env, jobject this_obj) argument
286 Java_sun_jvm_hotspot_debugger_linux_LinuxDebuggerLocal_lookupByName0(JNIEnv *env, jobject this_obj, jstring objectName, jstring symbolName) argument
315 Java_sun_jvm_hotspot_debugger_linux_LinuxDebuggerLocal_lookupByAddress0(JNIEnv *env, jobject this_obj, jlong addr) argument
337 Java_sun_jvm_hotspot_debugger_linux_LinuxDebuggerLocal_readBytesFromProcess0(JNIEnv *env, jobject this_obj, jlong addr, jlong numBytes) argument
356 Java_sun_jvm_hotspot_debugger_linux_LinuxDebuggerLocal_getThreadIntegerRegisterSet0(JNIEnv *env, jobject this_obj, jint lwp_id) argument
[all...]
/openjdk9/hotspot/src/share/vm/prims/
H A DjvmtiImpl.hpp144 void initialize(void *this_obj, void listener_fun(void *, address*) ) { argument
H A DjvmtiImpl.cpp141 void GrowableCache::initialize(void *this_obj, void listener_fun(void *, address*) ) { argument
491 void JvmtiCurrentBreakpoints::listener_fun(void *this_obj, address *cache) { argument
/openjdk9/hotspot/src/jdk.hotspot.agent/solaris/native/libsaproc/
H A Dsaproc.cpp59 jobject this_obj; member in struct:Debugger
133 clear_libthread_db_ptrs(JNIEnv* env, jobject this_obj) { argument
161 detach_internal(JNIEnv* env, jobject this_obj) argument
315 jobject this_obj = dbg->this_obj; local
416 jobject this_obj = dbgo->this_obj; local
438 jobject this_obj = dbgo->this_obj; local
460 jobject this_obj = dbgo2->this_obj; local
575 jobject this_obj = dbg->this_obj; local
715 attach_internal(JNIEnv* env, jobject this_obj, jstring cmdLine, jboolean isProcess) argument
850 Java_sun_jvm_hotspot_debugger_proc_ProcDebuggerLocal_attach0__Ljava_lang_String_2(JNIEnv *env, jobject this_obj, jstring pid) argument
861 Java_sun_jvm_hotspot_debugger_proc_ProcDebuggerLocal_attach0__Ljava_lang_String_2Ljava_lang_String_2(JNIEnv *env, jobject this_obj, jstring executable, jstring corefile) argument
874 Java_sun_jvm_hotspot_debugger_proc_ProcDebuggerLocal_detach0(JNIEnv *env, jobject this_obj) argument
885 Java_sun_jvm_hotspot_debugger_proc_ProcDebuggerLocal_getRemoteProcessAddressSize0(JNIEnv *env, jobject this_obj) argument
901 Java_sun_jvm_hotspot_debugger_proc_ProcDebuggerLocal_getPageSize0(JNIEnv *env, jobject this_obj) argument
928 Java_sun_jvm_hotspot_debugger_proc_ProcDebuggerLocal_getThreadIntegerRegisterSet0(JNIEnv *env, jobject this_obj, jlong tid) argument
965 Java_sun_jvm_hotspot_debugger_proc_ProcDebuggerLocal_fillThreadList0(JNIEnv *env, jobject this_obj, jobject list) argument
990 Java_sun_jvm_hotspot_debugger_proc_ProcDebuggerLocal_fillCFrameList0(JNIEnv *env, jobject this_obj, jlongArray regsArray) argument
1023 Java_sun_jvm_hotspot_debugger_proc_ProcDebuggerLocal_fillLoadObjectList0(JNIEnv *env, jobject this_obj, jobject list) argument
1040 Java_sun_jvm_hotspot_debugger_proc_ProcDebuggerLocal_readBytesFromProcess0(JNIEnv *env, jobject this_obj, jlong address, jlong numBytes) argument
1112 Java_sun_jvm_hotspot_debugger_proc_ProcDebuggerLocal_writeBytesToProcess0(JNIEnv *env, jobject this_obj, jlong address, jlong numBytes, jbyteArray data) argument
1132 Java_sun_jvm_hotspot_debugger_proc_ProcDebuggerLocal_suspend0(JNIEnv *env, jobject this_obj) argument
1144 Java_sun_jvm_hotspot_debugger_proc_ProcDebuggerLocal_resume0(JNIEnv *env, jobject this_obj) argument
1157 Java_sun_jvm_hotspot_debugger_proc_ProcDebuggerLocal_lookupByName0(JNIEnv *env, jobject this_obj, jstring objectName, jstring symbolName) argument
1195 Java_sun_jvm_hotspot_debugger_proc_ProcDebuggerLocal_lookupByAddress0(JNIEnv *env, jobject this_obj, jlong address) argument
[all...]

Completed in 59 milliseconds