Public Member Functions | |
InstancesOfClosure (klassOop target, int limit) | |
void | do_object (memOop obj) |
Public Attributes | |
int | limit |
klassOop | target |
GrowableArray< oop > * | result |
Definition at line 656 of file system_prims.cpp.
InstancesOfClosure::InstancesOfClosure | ( | klassOop | target, | |
int | limit | |||
) | [inline] |
void InstancesOfClosure::do_object | ( | memOop | obj | ) | [inline, virtual] |
Reimplemented from ObjectClosure.
Definition at line 668 of file system_prims.cpp.
References oopDesc::is_context(), oopDesc::klass(), limit, result, and target.
Here is the call graph for this function:
Definition at line 666 of file system_prims.cpp.
Referenced by do_object(), InstancesOfClosure(), and PRIM_DECL_2().
Definition at line 665 of file system_prims.cpp.
Referenced by do_object(), and InstancesOfClosure().