
Go to the source code of this file.
Functions | |
| void | event_object_init (JNIEnv *env, jthread thread, jobject obj) |
| void | event_newarray (JNIEnv *env, jthread thread, jobject obj) |
| void | event_call (JNIEnv *env, jthread thread, ClassIndex cnum, MethodIndex mnum) |
| void | event_return (JNIEnv *env, jthread thread, ClassIndex cnum, MethodIndex mnum) |
| void | event_class_load (JNIEnv *env, jthread thread, jclass klass, jobject loader) |
| void | event_class_prepare (JNIEnv *env, jthread thread, jclass klass, jobject loader) |
| void | event_thread_start (JNIEnv *env_id, jthread thread) |
| void | event_thread_end (JNIEnv *env_id, jthread thread) |
| void | event_exception_catch (JNIEnv *env, jthread thread, jmethodID method, jlocation location, jobject exception) |
| void event_call | ( | JNIEnv * | env, | |
| jthread | thread, | |||
| ClassIndex | cnum, | |||
| MethodIndex | mnum | |||
| ) |
Definition at line 183 of file hprof_event.c.


| void event_class_load | ( | JNIEnv * | env, | |
| jthread | thread, | |||
| jclass | klass, | |||
| jobject | loader | |||
| ) |
Definition at line 282 of file hprof_event.c.


| void event_class_prepare | ( | JNIEnv * | env, | |
| jthread | thread, | |||
| jclass | klass, | |||
| jobject | loader | |||
| ) |
Definition at line 264 of file hprof_event.c.


| void event_exception_catch | ( | JNIEnv * | env, | |
| jthread | thread, | |||
| jmethodID | method, | |||
| jlocation | location, | |||
| jobject | exception | |||
| ) |
Definition at line 211 of file hprof_event.c.


| void event_newarray | ( | JNIEnv * | env, | |
| jthread | thread, | |||
| jobject | obj | |||
| ) |
Definition at line 158 of file hprof_event.c.


| void event_object_init | ( | JNIEnv * | env, | |
| jthread | thread, | |||
| jobject | obj | |||
| ) |
Definition at line 133 of file hprof_event.c.


| void event_return | ( | JNIEnv * | env, | |
| jthread | thread, | |||
| ClassIndex | cnum, | |||
| MethodIndex | mnum | |||
| ) |
Definition at line 236 of file hprof_event.c.


| void event_thread_end | ( | JNIEnv * | env_id, | |
| jthread | thread | |||
| ) |
Definition at line 417 of file hprof_event.c.


| void event_thread_start | ( | JNIEnv * | env_id, | |
| jthread | thread | |||
| ) |
Definition at line 353 of file hprof_event.c.


1.6.1