Public Member Functions | |
CollectMethodClosure (GrowableArray< methodOop > *col, int cutoff) | |
void | do_object (memOop obj) |
Private Attributes | |
GrowableArray< methodOop > * | col |
int | cutoff |
Definition at line 241 of file debug_prims.cpp.
CollectMethodClosure::CollectMethodClosure | ( | GrowableArray< methodOop > * | col, | |
int | cutoff | |||
) | [inline] |
void CollectMethodClosure::do_object | ( | memOop | obj | ) | [inline, virtual] |
Reimplemented from ObjectClosure.
Definition at line 249 of file debug_prims.cpp.
References col, cutoff, and oopDesc::is_method().
Here is the call graph for this function:
GrowableArray<methodOop>* CollectMethodClosure::col [private] |
Definition at line 242 of file debug_prims.cpp.
Referenced by CollectMethodClosure(), and do_object().
int CollectMethodClosure::cutoff [private] |