
Go to the source code of this file.
Functions | |
| void | site_init (void) |
| SiteIndex | site_find_or_create (ClassIndex cnum, TraceIndex trace_index) |
| TraceIndex | site_get_trace_index (SiteIndex index) |
| ClassIndex | site_get_class_index (SiteIndex index) |
| void | site_list (void) |
| void | site_cleanup (void) |
| void | site_update_stats (SiteIndex index, jint size, jint hits) |
| void | site_write (JNIEnv *env, int flags, double cutoff) |
| void | site_heapdump (JNIEnv *env) |
| void site_cleanup | ( | void | ) |
Definition at line 324 of file hprof_site.c.


| SiteIndex site_find_or_create | ( | ClassIndex | cnum, | |
| TraceIndex | trace_index | |||
| ) |
Definition at line 289 of file hprof_site.c.


| ClassIndex site_get_class_index | ( | SiteIndex | index | ) |
Definition at line 92 of file hprof_site.c.


| TraceIndex site_get_trace_index | ( | SiteIndex | index | ) |
Definition at line 101 of file hprof_site.c.


| void site_heapdump | ( | JNIEnv * | env | ) |
Definition at line 844 of file hprof_site.c.


| void site_init | ( | void | ) |
Definition at line 306 of file hprof_site.c.


| void site_list | ( | void | ) |
Definition at line 314 of file hprof_site.c.


| void site_update_stats | ( | SiteIndex | index, | |
| jint | size, | |||
| jint | hits | |||
| ) |
Definition at line 331 of file hprof_site.c.


| void site_write | ( | JNIEnv * | env, | |
| int | flags, | |||
| double | cutoff | |||
| ) |
Definition at line 366 of file hprof_site.c.


1.6.1