hprof_object.h File Reference

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

void object_init (void)
ObjectIndex object_new (SiteIndex site_index, jint size, ObjectKind kind, SerialNumber thread_serial_num)
SiteIndex object_get_site (ObjectIndex index)
jint object_get_size (ObjectIndex index)
ObjectKind object_get_kind (ObjectIndex index)
ObjectKind object_free (ObjectIndex index)
void object_list (void)
void object_cleanup (void)
void object_set_thread_serial_number (ObjectIndex index, SerialNumber thread_serial_num)
SerialNumber object_get_thread_serial_number (ObjectIndex index)
RefIndex object_get_references (ObjectIndex index)
void object_set_references (ObjectIndex index, RefIndex ref_index)
void object_clear_references (void)
void object_reference_dump (JNIEnv *env)

Function Documentation

void object_cleanup ( void   ) 

Definition at line 266 of file hprof_object.c.

Here is the call graph for this function:

Here is the caller graph for this function:

void object_clear_references ( void   ) 

Definition at line 310 of file hprof_object.c.

Here is the call graph for this function:

Here is the caller graph for this function:

ObjectKind object_free ( ObjectIndex  index  ) 

Definition at line 238 of file hprof_object.c.

Here is the call graph for this function:

Here is the caller graph for this function:

ObjectKind object_get_kind ( ObjectIndex  index  ) 

Definition at line 229 of file hprof_object.c.

Here is the call graph for this function:

Here is the caller graph for this function:

RefIndex object_get_references ( ObjectIndex  index  ) 

Definition at line 292 of file hprof_object.c.

Here is the call graph for this function:

Here is the caller graph for this function:

SiteIndex object_get_site ( ObjectIndex  index  ) 

Definition at line 211 of file hprof_object.c.

Here is the call graph for this function:

Here is the caller graph for this function:

jint object_get_size ( ObjectIndex  index  ) 

Definition at line 220 of file hprof_object.c.

Here is the call graph for this function:

Here is the caller graph for this function:

SerialNumber object_get_thread_serial_number ( ObjectIndex  index  ) 

Definition at line 283 of file hprof_object.c.

Here is the call graph for this function:

Here is the caller graph for this function:

void object_init ( void   ) 

Definition at line 197 of file hprof_object.c.

Here is the call graph for this function:

Here is the caller graph for this function:

void object_list ( void   ) 

Definition at line 256 of file hprof_object.c.

Here is the call graph for this function:

Here is the caller graph for this function:

ObjectIndex object_new ( SiteIndex  site_index,
jint  size,
ObjectKind  kind,
SerialNumber  thread_serial_num 
)

Definition at line 167 of file hprof_object.c.

Here is the call graph for this function:

Here is the caller graph for this function:

void object_reference_dump ( JNIEnv *  env  ) 

Definition at line 316 of file hprof_object.c.

Here is the call graph for this function:

Here is the caller graph for this function:

void object_set_references ( ObjectIndex  index,
RefIndex  ref_index 
)

Definition at line 301 of file hprof_object.c.

Here is the call graph for this function:

Here is the caller graph for this function:

void object_set_thread_serial_number ( ObjectIndex  index,
SerialNumber  thread_serial_num 
)

Definition at line 273 of file hprof_object.c.

Here is the call graph for this function:

Here is the caller graph for this function:


Generated on 19 Nov 2012 for hprof by  doxygen 1.6.1