Searched refs:ProcessReferences (Results 1 – 10 of 10) sorted by relevance
49 void ProcessReferences(bool concurrent,
128 void ReferenceProcessor::ProcessReferences(bool concurrent, in ProcessReferences() function in art::gc::ReferenceProcessor
124 void MarkCompact::ProcessReferences(Thread* self) { in ProcessReferences() function in art::gc::collector::MarkCompact126 heap_->GetReferenceProcessor()->ProcessReferences( in ProcessReferences()197 ProcessReferences(self); in MarkingPhase()
134 void ProcessReferences(Thread* self) REQUIRES(Locks::mutator_lock_)
104 void ProcessReferences(Thread* self) REQUIRES(Locks::mutator_lock_)
169 void SemiSpace::ProcessReferences(Thread* self) { in ProcessReferences() function in art::gc::collector::SemiSpace171 GetHeap()->GetReferenceProcessor()->ProcessReferences( in ProcessReferences()248 ProcessReferences(self_); in MarkingPhase()
132 void ProcessReferences(Thread* self)
176 void MarkSweep::ProcessReferences(Thread* self) { in ProcessReferences() function in art::gc::collector::MarkSweep178 GetHeap()->GetReferenceProcessor()->ProcessReferences( in ProcessReferences()342 ProcessReferences(self); in ReclaimPhase()
202 void ProcessReferences(Thread* self) REQUIRES_SHARED(Locks::mutator_lock_);
891 ProcessReferences(self); in MarkingPhase()2749 void ConcurrentCopying::ProcessReferences(Thread* self) { in ProcessReferences() function in art::gc::collector::ConcurrentCopying2753 GetHeap()->GetReferenceProcessor()->ProcessReferences( in ProcessReferences()