#include <vmOperations.hpp>
Inheritance diagram for VM_GarbageCollect:
Public Member Functions | |
bool | is_garbage_collect () const |
VM_GarbageCollect (oop *addr) | |
void | doit () |
char * | name () |
Private Attributes | |
oop * | addr |
Definition at line 66 of file vmOperations.hpp.
VM_GarbageCollect::VM_GarbageCollect | ( | oop * | addr | ) | [inline] |
void VM_GarbageCollect::doit | ( | ) | [virtual] |
Implements VM_Operation.
Definition at line 60 of file vmOperations.cpp.
References addr, and MarkSweep::collect().
Here is the call graph for this function:
bool VM_GarbageCollect::is_garbage_collect | ( | ) | const [inline, virtual] |
char* VM_GarbageCollect::name | ( | ) | [inline, virtual] |
oop* VM_GarbageCollect::addr [private] |