#include "hprof.h"
Go to the source code of this file.
| static void clear_references | ( | TableIndex | i, | |
| void * | key_ptr, | |||
| int | key_len, | |||
| void * | info_ptr, | |||
| void * | arg | |||
| ) | [static] |
| static void dump_class_references | ( | TableIndex | i, | |
| void * | key_ptr, | |||
| int | key_len, | |||
| void * | info_ptr, | |||
| void * | arg | |||
| ) | [static] |
Definition at line 145 of file hprof_object.c.


| static void dump_instance_references | ( | TableIndex | i, | |
| void * | key_ptr, | |||
| int | key_len, | |||
| void * | info_ptr, | |||
| void * | arg | |||
| ) | [static] |
Definition at line 155 of file hprof_object.c.


| static ObjectInfo* get_info | ( | ObjectIndex | index | ) | [static] |
Definition at line 107 of file hprof_object.c.


| static ObjectKey* get_pkey | ( | ObjectIndex | index | ) | [static] |
Definition at line 95 of file hprof_object.c.


| static void list_item | ( | TableIndex | i, | |
| void * | key_ptr, | |||
| int | key_len, | |||
| void * | info_ptr, | |||
| void * | arg | |||
| ) | [static] |
Definition at line 116 of file hprof_object.c.


| void object_cleanup | ( | void | ) |
Definition at line 266 of file hprof_object.c.


| void object_clear_references | ( | void | ) |
Definition at line 310 of file hprof_object.c.


| ObjectKind object_free | ( | ObjectIndex | index | ) |
Definition at line 238 of file hprof_object.c.


| ObjectKind object_get_kind | ( | ObjectIndex | index | ) |
Definition at line 229 of file hprof_object.c.


| RefIndex object_get_references | ( | ObjectIndex | index | ) |
Definition at line 292 of file hprof_object.c.


| SiteIndex object_get_site | ( | ObjectIndex | index | ) |
Definition at line 211 of file hprof_object.c.


| jint object_get_size | ( | ObjectIndex | index | ) |
Definition at line 220 of file hprof_object.c.


| SerialNumber object_get_thread_serial_number | ( | ObjectIndex | index | ) |
Definition at line 283 of file hprof_object.c.


| void object_init | ( | void | ) |
Definition at line 197 of file hprof_object.c.


| void object_list | ( | void | ) |
Definition at line 256 of file hprof_object.c.


| ObjectIndex object_new | ( | SiteIndex | site_index, | |
| jint | size, | |||
| ObjectKind | kind, | |||
| SerialNumber | thread_serial_num | |||
| ) |
Definition at line 167 of file hprof_object.c.


| void object_reference_dump | ( | JNIEnv * | env | ) |
Definition at line 316 of file hprof_object.c.


| void object_set_references | ( | ObjectIndex | index, | |
| RefIndex | ref_index | |||
| ) |
Definition at line 301 of file hprof_object.c.


| void object_set_thread_serial_number | ( | ObjectIndex | index, | |
| SerialNumber | thread_serial_num | |||
| ) |
Definition at line 273 of file hprof_object.c.


1.6.1