#include "hprof.h"
Go to the source code of this file.
Defines | |
| #define | TAG_CHECK 0xfad4dead |
Functions | |
| jlong | tag_create (ObjectIndex object_index) |
| ObjectIndex | tag_extract (jlong tag) |
| void | tag_new_object (jobject object, ObjectKind kind, SerialNumber thread_serial_num, jint size, SiteIndex site_index) |
| void | tag_class (JNIEnv *env, jclass klass, ClassIndex cnum, SerialNumber thread_serial_num, SiteIndex site_index) |
| #define TAG_CHECK 0xfad4dead |
Definition at line 50 of file hprof_tag.c.
| void tag_class | ( | JNIEnv * | env, | |
| jclass | klass, | |||
| ClassIndex | cnum, | |||
| SerialNumber | thread_serial_num, | |||
| SiteIndex | site_index | |||
| ) |
Definition at line 92 of file hprof_tag.c.


| jlong tag_create | ( | ObjectIndex | object_index | ) |
| ObjectIndex tag_extract | ( | jlong | tag | ) |
| void tag_new_object | ( | jobject | object, | |
| ObjectKind | kind, | |||
| SerialNumber | thread_serial_num, | |||
| jint | size, | |||
| SiteIndex | site_index | |||
| ) |
Definition at line 75 of file hprof_tag.c.


1.6.1