Home
last modified time | relevance | path

Searched refs:SweepSystemWeaks (Results 1 – 11 of 11) sorted by relevance

/art/runtime/gc/collector/
Dsemi_space.cc199 SweepSystemWeaks(); in MarkingPhase()
501 void SemiSpace::SweepSystemWeaks() { in SweepSystemWeaks() function in art::gc::collector::SemiSpace
504 runtime->SweepSystemWeaks(this); in SweepSystemWeaks()
Dsemi_space.h145 void SweepSystemWeaks()
Dmark_sweep.h176 void SweepSystemWeaks(Thread* self)
Dmark_sweep.cc345 SweepSystemWeaks(self); in ReclaimPhase()
1101 void MarkSweep::SweepSystemWeaks(Thread* self) { in SweepSystemWeaks() function in art::gc::collector::MarkSweep
1104 Runtime::Current()->SweepSystemWeaks(this); in SweepSystemWeaks()
1133 runtime->SweepSystemWeaks(&visitor); in VerifySystemWeaks()
Dconcurrent_copying.h258 void SweepSystemWeaks(Thread* self)
Dmark_compact.h256 void SweepSystemWeaks(Thread* self, Runtime* runtime, const bool paused)
Dmark_compact.cc1298 void MarkCompact::SweepSystemWeaks(Thread* self, Runtime* runtime, const bool paused) { in SweepSystemWeaks() function in art::gc::collector::MarkCompact
1302 runtime->SweepSystemWeaks(this); in SweepSystemWeaks()
1352 SweepSystemWeaks(thread_running_gc_, runtime, /*paused*/ false); in ReclaimPhase()
2760 SweepSystemWeaks(thread_running_gc_, runtime, /*paused*/ true); in CompactionPause()
Dconcurrent_copying.cc1699 SweepSystemWeaks(self); in CopyingPhase()
2504 void ConcurrentCopying::SweepSystemWeaks(Thread* self) { in SweepSystemWeaks() function in art::gc::collector::ConcurrentCopying
2507 Runtime::Current()->SweepSystemWeaks(this); in SweepSystemWeaks()
/art/runtime/
Druntime.h481 void SweepSystemWeaks(IsMarkedVisitor* visitor) REQUIRES_SHARED(Locks::mutator_lock_);
Druntime.cc792 void Runtime::SweepSystemWeaks(IsMarkedVisitor* visitor) { in SweepSystemWeaks() function in art::Runtime
/art/openjdkjvmti/
Dti_heap.cc1855 runtime->SweepSystemWeaks(&rwv); in ReplaceWeakRoots()