Searched defs:collector_ (Results 1 – 8 of 8) sorted by relevance
/art/runtime/gc/ | ||
D | reference_processor.h | 107 collector::GarbageCollector* collector_; variable |
/art/runtime/gc/accounting/ | ||
D | remembered_set.cc | 108 collector::GarbageCollector* const collector_; member in art::gc::accounting::RememberedSetReferenceVisitor |
/art/runtime/gc/collector/ | ||
D | garbage_collector.h | 59 GarbageCollector* const collector_; variable |
D | mark_compact.cc | 672 MarkCompact* const collector_; member in art::gc::collector::MarkCompact::ThreadFlipVisitor |
D | concurrent_copying.cc | 650 ConcurrentCopying* const collector_; member in art::gc::collector::ConcurrentCopying::VerifyGrayImmuneObjectsVisitor |
D | semi_space.cc | 579 SemiSpace* const collector_; member in art::gc::collector::SemiSpace::MarkObjectVisitor |
D | mark_sweep.cc | 586 MarkSweep* const collector_; member in art::gc::collector::MarkSweep::VerifyRootMarkedVisitor |
/art/compiler/optimizing/ | ||
D | load_store_elimination.cc | 3088 const HeapLocationCollector* collector_; member in art::PartialLoadStoreEliminationHelper::IdxToHeapLoc |