#include <allocation.hpp>
Inheritance diagram for NoGCVerifier:
Public Member Functions | |
NoGCVerifier () | |
~NoGCVerifier () | |
Private Attributes | |
int | old_scavenge_count |
Definition at line 238 of file allocation.hpp.
NoGCVerifier::NoGCVerifier | ( | ) |
Definition at line 259 of file allocation.cpp.
References old_scavenge_count, and Universe::scavengeCount.
NoGCVerifier::~NoGCVerifier | ( | ) |
Definition at line 264 of file allocation.cpp.
References old_scavenge_count, Universe::scavengeCount, and warning().
Here is the call graph for this function:
int NoGCVerifier::old_scavenge_count [private] |