Public Member Functions | |
MethodsClosure (void f(methodOop method)) | |
void | do_klass (klassOop klass) |
Private Attributes | |
void(* | f )(methodOop method) |
Definition at line 395 of file universe.cpp.
MethodsClosure::MethodsClosure | ( | void | f(methodOop method) | ) | [inline] |
void MethodsClosure::do_klass | ( | klassOop | klass | ) | [inline, virtual] |
Reimplemented from klassOopClosure.
Definition at line 401 of file universe.cpp.
References f, and Universe::methods_for_do().
Here is the call graph for this function:
void(* MethodsClosure::f)(methodOop method) [private] |
Referenced by do_klass(), and MethodsClosure().