sun::tools::hprof::Tracker Class Reference

Static Public Member Functions

static void ObjectInit (Object obj)
static void NewArray (Object obj)
static void CallSite (int cnum, int mnum)
static void ReturnSite (int cnum, int mnum)

Static Private Member Functions

static native void nativeObjectInit (Object thr, Object obj)
static native void nativeNewArray (Object thr, Object obj)
static native void nativeCallSite (Object thr, int cnum, int mnum)
static native void nativeReturnSite (Object thr, int cnum, int mnum)

Static Private Attributes

static int engaged = 0

Detailed Description

Definition at line 17 of file Tracker.java.


Member Function Documentation

static void sun::tools::hprof::Tracker::CallSite ( int  cnum,
int  mnum 
) [inline, static]

Definition at line 59 of file Tracker.java.

Here is the call graph for this function:

static native void sun::tools::hprof::Tracker::nativeCallSite ( Object  thr,
int  cnum,
int  mnum 
) [static, private]

Here is the caller graph for this function:

static native void sun::tools::hprof::Tracker::nativeNewArray ( Object  thr,
Object  obj 
) [static, private]

Here is the caller graph for this function:

static native void sun::tools::hprof::Tracker::nativeObjectInit ( Object  thr,
Object  obj 
) [static, private]

Here is the caller graph for this function:

static native void sun::tools::hprof::Tracker::nativeReturnSite ( Object  thr,
int  cnum,
int  mnum 
) [static, private]

Here is the caller graph for this function:

static void sun::tools::hprof::Tracker::NewArray ( Object  obj  )  [inline, static]

Definition at line 44 of file Tracker.java.

Here is the call graph for this function:

static void sun::tools::hprof::Tracker::ObjectInit ( Object  obj  )  [inline, static]

Definition at line 31 of file Tracker.java.

Here is the call graph for this function:

static void sun::tools::hprof::Tracker::ReturnSite ( int  cnum,
int  mnum 
) [inline, static]

Definition at line 72 of file Tracker.java.

Here is the call graph for this function:


Field Documentation

int sun::tools::hprof::Tracker::engaged = 0 [static, private]

Definition at line 21 of file Tracker.java.


The documentation for this class was generated from the following file:

Generated on 19 Nov 2012 for hprof by  doxygen 1.6.1