![]() |
|
|
Definition at line 61 of file inspectorjagent.cpp.
Public Attributes | |
const char * | name |
Class name. | |
int | mcount |
Method count. | |
MethodInfo * | methods |
Method information. | |
int | calls |
Method call count for this class. |
const char* ClassInfo::name |
Class name.
Definition at line 62 of file inspectorjagent.cpp.
Referenced by cbClassFileLoadHook(), cbVMDeath(), INSPECTORJ_native_entry(), and INSPECTORJ_native_exit().
Method count.
Definition at line 63 of file inspectorjagent.cpp.
Referenced by cbClassFileLoadHook(), cbVMDeath(), INSPECTORJ_native_entry(), INSPECTORJ_native_exit(), and mnum_callbacks().
Method information.
Definition at line 64 of file inspectorjagent.cpp.
Referenced by Agent_OnUnload(), cbClassFileLoadHook(), cbVMDeath(), INSPECTORJ_native_entry(), INSPECTORJ_native_exit(), and mnum_callbacks().
int ClassInfo::calls |
Method call count for this class.
Definition at line 65 of file inspectorjagent.cpp.
Referenced by cbClassFileLoadHook(), cbVMDeath(), class_compar(), INSPECTORJ_native_entry(), and mnum_callbacks().