Searched defs:GarbageCollector (Results 1 - 2 of 2) sorted by relevance

/art/runtime/gc/collector/
H A Dgarbage_collector.h121 friend class GarbageCollector;
125 class GarbageCollector : public RootVisitor, public IsMarkedVisitor, public MarkObjectVisitor { class in namespace:art::gc::collector
129 explicit ScopedPause(GarbageCollector* collector) EXCLUSIVE_LOCK_FUNCTION(Locks::mutator_lock_);
134 GarbageCollector* const collector_;
137 GarbageCollector(Heap* heap, const std::string& name);
138 virtual ~GarbageCollector() { }
222 DISALLOW_IMPLICIT_CONSTRUCTORS(GarbageCollector);
H A Dgarbage_collector.cc59 GarbageCollector::GarbageCollector(Heap* heap, const std::string& name) function in class:art::gc::collector::GarbageCollector
68 void GarbageCollector::RegisterPause(uint64_t nano_length) {
72 void GarbageCollector::ResetCumulativeStatistics() {
81 void GarbageCollector::Run(GcCause gc_cause, bool clear_soft_references) {
110 void GarbageCollector::SwapBitmaps() {
141 uint64_t GarbageCollector::GetEstimatedMeanThroughput() const {
146 void GarbageCollector::ResetMeasurements() {
157 GarbageCollector::ScopedPause::ScopedPause(GarbageCollector* collecto
[all...]

Completed in 55 milliseconds