

Public Member Functions | |
| AllObjectsClosure (int limit) | |
| void | do_object (memOop obj) |
Public Attributes | |
| int | limit |
| GrowableArray< oop > * | result |
Definition at line 830 of file system_prims.cpp.
| AllObjectsClosure::AllObjectsClosure | ( | int | limit | ) | [inline] |
| void AllObjectsClosure::do_object | ( | memOop | obj | ) | [inline, virtual] |
Reimplemented from ObjectClosure.
Definition at line 840 of file system_prims.cpp.
References oopDesc::is_context(), limit, and result.
Here is the call graph for this function:

Definition at line 837 of file system_prims.cpp.
Referenced by AllObjectsClosure(), and do_object().
Definition at line 838 of file system_prims.cpp.
Referenced by AllObjectsClosure(), do_object(), and PRIM_DECL_1().
1.4.7