
Go to the source code of this file.
Functions | |
| void | frame_init (void) |
| FrameIndex | frame_find_or_create (jmethodID method, jlocation location) |
| void | frame_list (void) |
| void | frame_cleanup (void) |
| void | frame_get_location (FrameIndex frame_num, SerialNumber *serial_num, jmethodID *pmethod, jlocation *plocation, jint *plineno) |
| void | frame_set_status (FrameIndex frame_num, jint status) |
| jint | frame_get_status (FrameIndex frame_num) |
| void frame_cleanup | ( | void | ) |
Definition at line 152 of file hprof_frame.c.


| FrameIndex frame_find_or_create | ( | jmethodID | method, | |
| jlocation | location | |||
| ) |
Definition at line 115 of file hprof_frame.c.


| void frame_get_location | ( | FrameIndex | frame_num, | |
| SerialNumber * | serial_num, | |||
| jmethodID * | pmethod, | |||
| jlocation * | plocation, | |||
| jint * | plineno | |||
| ) |
Definition at line 168 of file hprof_frame.c.


| jint frame_get_status | ( | FrameIndex | frame_num | ) |
Definition at line 200 of file hprof_frame.c.


| void frame_init | ( | void | ) |
Definition at line 108 of file hprof_frame.c.


| void frame_list | ( | void | ) |
Definition at line 142 of file hprof_frame.c.


| void frame_set_status | ( | FrameIndex | frame_num, | |
| jint | status | |||
| ) |
Definition at line 159 of file hprof_frame.c.


1.6.1