hprof_reference.h File Reference

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

Go to the source code of this file.

Functions

void reference_init (void)
RefIndex reference_obj (RefIndex next, jvmtiHeapReferenceKind kind, ObjectIndex object_index, jint index, jint length)
RefIndex reference_prim_field (RefIndex next, jvmtiHeapReferenceKind refKind, jvmtiPrimitiveType primType, jvalue value, jint field_index)
RefIndex reference_prim_array (RefIndex next, jvmtiPrimitiveType element_type, const void *elements, jint count)
void reference_cleanup (void)
void reference_dump_class (JNIEnv *env, ObjectIndex object_index, RefIndex list)
void reference_dump_instance (JNIEnv *env, ObjectIndex object_index, RefIndex list)

Function Documentation

void reference_cleanup ( void   ) 

Definition at line 791 of file hprof_reference.c.

Here is the call graph for this function:

Here is the caller graph for this function:

void reference_dump_class ( JNIEnv *  env,
ObjectIndex  object_index,
RefIndex  list 
)

Definition at line 807 of file hprof_reference.c.

Here is the call graph for this function:

Here is the caller graph for this function:

void reference_dump_instance ( JNIEnv *  env,
ObjectIndex  object_index,
RefIndex  list 
)

Definition at line 801 of file hprof_reference.c.

Here is the call graph for this function:

Here is the caller graph for this function:

void reference_init ( void   ) 

Definition at line 715 of file hprof_reference.c.

Here is the call graph for this function:

Here is the caller graph for this function:

RefIndex reference_obj ( RefIndex  next,
jvmtiHeapReferenceKind  kind,
ObjectIndex  object_index,
jint  index,
jint  length 
)

Definition at line 724 of file hprof_reference.c.

Here is the call graph for this function:

Here is the caller graph for this function:

RefIndex reference_prim_array ( RefIndex  next,
jvmtiPrimitiveType  element_type,
const void *  elements,
jint  count 
)

Definition at line 767 of file hprof_reference.c.

Here is the call graph for this function:

Here is the caller graph for this function:

RefIndex reference_prim_field ( RefIndex  next,
jvmtiHeapReferenceKind  refKind,
jvmtiPrimitiveType  primType,
jvalue  value,
jint  field_index 
)

Definition at line 744 of file hprof_reference.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