/art/runtime/gc/accounting/ |
D | remembered_set.cc | 66 collector::GarbageCollector* collector) in RememberedSetReferenceVisitor() argument 67 : collector_(collector), target_space_(target_space), in RememberedSetReferenceVisitor() 108 collector::GarbageCollector* const collector_; 117 collector::GarbageCollector* collector) in RememberedSetObjectVisitor() argument 118 : collector_(collector), target_space_(target_space), in RememberedSetObjectVisitor() 129 collector::GarbageCollector* const collector_; 135 collector::GarbageCollector* collector) { in UpdateAndMarkReferences() argument 139 collector); in UpdateAndMarkReferences()
|
D | remembered_set.h | 31 namespace collector { 59 collector::GarbageCollector* collector)
|
D | heap_bitmap.h | 32 namespace collector { 79 friend class art::gc::collector::ConcurrentCopying;
|
/art/test/712-varhandle-invocations/src/ |
D | VarHandleUnitTest.java | 27 private final VarHandleUnitTestCollector collector; field in VarHandleUnitTest 29 public VarHandleUnitTest(VarHandleUnitTestCollector collector) { in VarHandleUnitTest() argument 30 this.collector = collector; in VarHandleUnitTest() 34 this.collector = DEFAULT_COLLECTOR; in VarHandleUnitTest() 146 collector.start(getClass().getSimpleName()); in run() 148 collector.skip(); in run() 159 collector.success(); in run() 161 collector.fail(lazyErrorLog.toString()); in run()
|
/art/runtime/gc/ |
D | reference_processor.h | 39 namespace collector { 53 collector::GarbageCollector* collector, 79 collector::GarbageCollector* collector) 107 collector::GarbageCollector* collector_;
|
D | reference_queue.h | 46 namespace collector { 90 collector::GarbageCollector* collector) 105 collector::GarbageCollector* collector,
|
D | reference_queue.cc | 84 collector::ConcurrentCopying* concurrent_copying = heap->ConcurrentCopyingCollector(); in DisableReadBarrierForReference() 134 collector::GarbageCollector* collector, in ClearWhiteReferences() argument 141 if (!collector->IsNullOrMarkedHeapReference(referent_addr, /*do_atomic_update=*/false)) { in ClearWhiteReferences() 166 collector::GarbageCollector* collector) { in EnqueueFinalizerReferences() argument 174 if (!collector->IsNullOrMarkedHeapReference(referent_addr, /*do_atomic_update=*/false)) { in EnqueueFinalizerReferences() 175 ObjPtr<mirror::Object> forward_address = collector->MarkObject(referent_addr->AsMirrorPtr()); in EnqueueFinalizerReferences()
|
D | heap.h | 87 namespace collector { 474 collector::GcType WaitForGcToComplete(GcCause cause, Thread* self) REQUIRES(!*gc_complete_lock_); 494 const collector::Iteration* GetCurrentGcIteration() const { in GetCurrentGcIteration() 497 collector::Iteration* GetCurrentGcIteration() { in GetCurrentGcIteration() 800 collector::ConcurrentCopying* ConcurrentCopyingCollector() { in ConcurrentCopyingCollector() 801 collector::ConcurrentCopying* active_collector = in ConcurrentCopyingCollector() 980 collector::GarbageCollector* Compact(space::ContinuousMemMapAllocSpace* target_space, 985 void LogGC(GcCause gc_cause, collector::GarbageCollector* collector); 988 void FinishGC(Thread* self, collector::GcType gc_type) REQUIRES(!*gc_complete_lock_); 1125 collector::GcType WaitForGcToCompleteLocked(GcCause cause, Thread* self) [all …]
|
D | heap.cc | 332 last_gc_type_(collector::kGcTypeNone), in Heap() 333 next_gc_type_(collector::kGcTypePartial), in Heap() 711 if (collector::SemiSpace::kUseRememberedSet && non_moving_space_ != main_space_) { in Heap() 749 garbage_collectors_.push_back(new collector::MarkSweep(this, concurrent)); in Heap() 750 garbage_collectors_.push_back(new collector::PartialMarkSweep(this, concurrent)); in Heap() 751 garbage_collectors_.push_back(new collector::StickyMarkSweep(this, concurrent)); in Heap() 758 semi_space_collector_ = new collector::SemiSpace(this); in Heap() 762 concurrent_copying_collector_ = new collector::ConcurrentCopying(this, in Heap() 768 young_concurrent_copying_collector_ = new collector::ConcurrentCopying( in Heap() 882 if (collector::SemiSpace::kUseRememberedSet) { in CreateMallocSpaceFromMemMap() [all …]
|
D | reference_processor.cc | 189 collector::GarbageCollector* collector, in Setup() argument 192 DCHECK(collector != nullptr); in Setup() 194 collector_ = collector; in Setup() 319 collector::GarbageCollector* collector) { in DelayReferenceReferent() argument 326 if (!collector->IsNullOrMarkedHeapReference(referent, /*do_atomic_update=*/true)) { in DelayReferenceReferent() 327 if (UNLIKELY(collector->IsTransactionActive())) { in DelayReferenceReferent() 332 collector->MarkHeapReference(referent, /*do_atomic_update=*/ true); in DelayReferenceReferent()
|
D | scoped_gc_critical_section.cc | 47 Runtime::Current()->GetHeap()->FinishGC(self_, collector::kGcTypeNone); in Exit() 70 Runtime::Current()->GetHeap()->FinishGC(self_, collector::kGcTypeNone); in ~ScopedInterruptibleGCCriticalSection()
|
/art/runtime/ |
D | backtrace_helper.h | 58 BacktraceCollector collector(frames_, kMaxFrames, skip_count); in Collect() 59 collector.Collect(); in Collect() 60 num_frames_ = collector.NumFrames(); in Collect()
|
D | thread_list.h | 34 namespace collector { 133 gc::collector::GarbageCollector* collector,
|
/art/runtime/gc/collector/ |
D | immune_spaces.cc | 29 namespace collector { namespace 75 VLOG(collector) << "Interval " << reinterpret_cast<const void*>(begin) << "-" in CreateLargestImmuneRegion() 103 VLOG(collector) << "Immune region " << largest_immune_region_.Begin() << "-" in CreateLargestImmuneRegion()
|
D | immune_region.cc | 24 namespace collector { namespace
|
D | gc_type.h | 24 namespace collector {
|
D | object_byte_pair.h | 24 namespace collector {
|
D | partial_mark_sweep.h | 24 namespace collector {
|
D | partial_mark_sweep.cc | 26 namespace collector { namespace
|
D | sticky_mark_sweep.h | 25 namespace collector {
|
D | mark_sweep-inl.h | 30 namespace collector {
|
/art/tools/veridex/ |
D | precise_hidden_api_finder.cc | 68 FlowAnalysisCollector collector(resolver, method); in Run() local 69 collector.Run(); in Run() 70 AddUsesAt(collector.GetUses(), method.GetReference()); in Run()
|
/art/test/074-gc-thrash/ |
D | info.txt | 1 This thrashes the memory allocator and garbage collector for a brief period.
|
/art/runtime/gc/space/ |
D | space.cc | 90 collector::ObjectBytePair ContinuousMemMapAllocSpace::Sweep(bool swap_bitmaps) { in Sweep() 95 return collector::ObjectBytePair(0, 0); in Sweep()
|
/art/test/1945-proxy-method-arguments/ |
D | info.txt | 6 object may have been moved by the garbage collector, but the stack
|