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.h161 void PushOntoMarkStack(Thread* const self, mirror::Object* obj)
Dconcurrent_copying.cc924 collector_->PushOntoMarkStack(self_, ref); in VisitRoots()
938 collector_->PushOntoMarkStack(self_, ref); in VisitRoots()
1758 void ConcurrentCopying::PushOntoMarkStack(Thread* const self, mirror::Object* to_ref) { in PushOntoMarkStack() function in art::gc::collector::ConcurrentCopying
3509 PushOntoMarkStack(self, to_ref); in Copy()
3610 PushOntoMarkStack(self, ref); in MarkNonMoving()
3646 PushOntoMarkStack(self, ref); in MarkNonMoving()