Lines Matching full:garbagecollector
54 GarbageCollector::GarbageCollector(Heap* heap, const std::string& name)
62 void GarbageCollector::RegisterPause(uint64_t nano_length) {
66 void GarbageCollector::ResetCumulativeStatistics() {
74 void GarbageCollector::Run(GcCause gc_cause, bool clear_soft_references) {
103 void GarbageCollector::SwapBitmaps() {
134 uint64_t GarbageCollector::GetEstimatedMeanThroughput() const {
139 void GarbageCollector::ResetMeasurements() {
147 GarbageCollector::ScopedPause::ScopedPause(GarbageCollector* collector)
152 GarbageCollector::ScopedPause::~ScopedPause() {
158 Iteration* GarbageCollector::GetCurrentIteration() {
161 const Iteration* GarbageCollector::GetCurrentIteration() const {
165 void GarbageCollector::RecordFree(const ObjectBytePair& freed) {
169 void GarbageCollector::RecordFreeLOS(const ObjectBytePair& freed) {