Home | History | Annotate | Download | only in heap

Lines Matching refs:collector_

953     return collector_->marking_worklist();
957 MarkCompactCollector* const collector_;
964 : collector_(collector) {
965 collector_->set_evacuation(true);
968 ~EvacuationScope() { collector_->set_evacuation(false); }
971 MarkCompactCollector* collector_;