Searched defs:GarbageCollector (Results 1 – 7 of 7) sorted by relevance
/aosp12/art/runtime/gc/ | ||
H A D | reference_queue.h | 47 class GarbageCollector; variable |
H A D | reference_processor.h | 40 class GarbageCollector; variable |
H A D | heap.h | 89 class GarbageCollector; variable |
/aosp12/art/runtime/gc/accounting/ | ||
H A D | remembered_set.h | 32 class GarbageCollector; variable |
/aosp12/art/runtime/ | ||
H A D | thread_list.h | 35 class GarbageCollector; variable |
/aosp12/art/runtime/gc/collector/ | ||
H A D | iteration.h | 100 friend class GarbageCollector; variable |
H A D | garbage_collector.cc | 67 GarbageCollector::GarbageCollector(Heap* heap, const std::string& name) in GarbageCollector() function in art::gc::collector::GarbageCollector |