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] |
| static native void sun::tools::hprof::Tracker::nativeCallSite |
( |
Object |
thr, |
|
|
int |
cnum, |
|
|
int |
mnum | |
|
) |
| | [static, private] |
| static native void sun::tools::hprof::Tracker::nativeNewArray |
( |
Object |
thr, |
|
|
Object |
obj | |
|
) |
| | [static, private] |
| static native void sun::tools::hprof::Tracker::nativeObjectInit |
( |
Object |
thr, |
|
|
Object |
obj | |
|
) |
| | [static, private] |
| static native void sun::tools::hprof::Tracker::nativeReturnSite |
( |
Object |
thr, |
|
|
int |
cnum, |
|
|
int |
mnum | |
|
) |
| | [static, private] |
| static void sun::tools::hprof::Tracker::NewArray |
( |
Object |
obj |
) |
[inline, static] |
| static void sun::tools::hprof::Tracker::ObjectInit |
( |
Object |
obj |
) |
[inline, static] |
| static void sun::tools::hprof::Tracker::ReturnSite |
( |
int |
cnum, |
|
|
int |
mnum | |
|
) |
| | [inline, static] |
Field Documentation
The documentation for this class was generated from the following file: