
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) |
| void reference_cleanup | ( | void | ) |
Definition at line 791 of file hprof_reference.c.


| void reference_dump_class | ( | JNIEnv * | env, | |
| ObjectIndex | object_index, | |||
| RefIndex | list | |||
| ) |
Definition at line 807 of file hprof_reference.c.


| void reference_dump_instance | ( | JNIEnv * | env, | |
| ObjectIndex | object_index, | |||
| RefIndex | list | |||
| ) |
Definition at line 801 of file hprof_reference.c.


| void reference_init | ( | void | ) |
Definition at line 715 of file hprof_reference.c.


| RefIndex reference_obj | ( | RefIndex | next, | |
| jvmtiHeapReferenceKind | kind, | |||
| ObjectIndex | object_index, | |||
| jint | index, | |||
| jint | length | |||
| ) |
Definition at line 724 of file hprof_reference.c.


| RefIndex reference_prim_array | ( | RefIndex | next, | |
| jvmtiPrimitiveType | element_type, | |||
| const void * | elements, | |||
| jint | count | |||
| ) |
Definition at line 767 of file hprof_reference.c.


| RefIndex reference_prim_field | ( | RefIndex | next, | |
| jvmtiHeapReferenceKind | refKind, | |||
| jvmtiPrimitiveType | primType, | |||
| jvalue | value, | |||
| jint | field_index | |||
| ) |
Definition at line 744 of file hprof_reference.c.


1.6.1