

Public Member Functions | |
| AllMethodsClosure (void f(methodOop m)) | |
| void | do_object (memOop obj) |
Private Attributes | |
| void(* | f )(methodOop m) |
Definition at line 449 of file universe.cpp.
| AllMethodsClosure::AllMethodsClosure | ( | void | f(methodOop m) | ) | [inline] |
| void AllMethodsClosure::do_object | ( | memOop | obj | ) | [inline, virtual] |
Reimplemented from ObjectClosure.
Definition at line 456 of file universe.cpp.
References f, and oopDesc::is_method().
Here is the call graph for this function:

void(* AllMethodsClosure::f)(methodOop m) [private] |
Referenced by AllMethodsClosure(), and do_object().
1.4.7