#include <vmOperations.hpp>
Inheritance diagram for VM_Scavenge:
Public Member Functions | |
bool | is_scavenge () const |
VM_Scavenge (oop *addr) | |
void | doit () |
char * | name () |
Private Attributes | |
oop * | addr |
Definition at line 47 of file vmOperations.hpp.
VM_Scavenge::VM_Scavenge | ( | oop * | addr | ) | [inline] |
void VM_Scavenge::doit | ( | ) | [virtual] |
Implements VM_Operation.
Definition at line 39 of file vmOperations.cpp.
References addr, VM_Operation::calling_process(), DeltaProcess::last_frame(), Processes::print(), frame::print(), outputStream::print_cr(), Universe::scavenge(), and std.
Here is the call graph for this function:
bool VM_Scavenge::is_scavenge | ( | ) | const [inline, virtual] |
char* VM_Scavenge::name | ( | ) | [inline, virtual] |
oop* VM_Scavenge::addr [private] |