Home
last modified time | relevance | path

Searched refs:PushOntoMarkStack (Results 1 – 3 of 3) sorted by relevance

/art/runtime/gc/collector/
Dconcurrent_copying-inl.h53 PushOntoMarkStack(self, ref); in MarkUnevacFromSpaceRegion()
89 PushOntoMarkStack(self, ref); in MarkUnevacFromSpaceRegion()
Dconcurrent_copying.h170 void PushOntoMarkStack(Thread* const self, mirror::Object* obj)
Dconcurrent_copying.cc961 collector_->PushOntoMarkStack(self_, ref); in VisitRoots()
975 collector_->PushOntoMarkStack(self_, ref); in VisitRoots()
1845 void ConcurrentCopying::PushOntoMarkStack(Thread* const self, mirror::Object* to_ref) { in PushOntoMarkStack() function in art::gc::collector::ConcurrentCopying
3621 PushOntoMarkStack(self, to_ref); in Copy()
3722 PushOntoMarkStack(self, ref); in MarkNonMoving()
3758 PushOntoMarkStack(self, ref); in MarkNonMoving()