hprof_frame.h File Reference

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

Go to the source code of this file.

Functions

void frame_init (void)
FrameIndex frame_find_or_create (jmethodID method, jlocation location)
void frame_list (void)
void frame_cleanup (void)
void frame_get_location (FrameIndex frame_num, SerialNumber *serial_num, jmethodID *pmethod, jlocation *plocation, jint *plineno)
void frame_set_status (FrameIndex frame_num, jint status)
jint frame_get_status (FrameIndex frame_num)

Function Documentation

void frame_cleanup ( void   ) 

Definition at line 152 of file hprof_frame.c.

Here is the call graph for this function:

Here is the caller graph for this function:

FrameIndex frame_find_or_create ( jmethodID  method,
jlocation  location 
)

Definition at line 115 of file hprof_frame.c.

Here is the call graph for this function:

Here is the caller graph for this function:

void frame_get_location ( FrameIndex  frame_num,
SerialNumber serial_num,
jmethodID *  pmethod,
jlocation *  plocation,
jint *  plineno 
)

Definition at line 168 of file hprof_frame.c.

Here is the call graph for this function:

Here is the caller graph for this function:

jint frame_get_status ( FrameIndex  frame_num  ) 

Definition at line 200 of file hprof_frame.c.

Here is the call graph for this function:

Here is the caller graph for this function:

void frame_init ( void   ) 

Definition at line 108 of file hprof_frame.c.

Here is the call graph for this function:

Here is the caller graph for this function:

void frame_list ( void   ) 

Definition at line 142 of file hprof_frame.c.

Here is the call graph for this function:

Here is the caller graph for this function:

void frame_set_status ( FrameIndex  frame_num,
jint  status 
)

Definition at line 159 of file hprof_frame.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