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.h166 void PushOntoMarkStack(Thread* const self, mirror::Object* obj)
Dconcurrent_copying.cc946 collector_->PushOntoMarkStack(self_, ref); in VisitRoots()
960 collector_->PushOntoMarkStack(self_, ref); in VisitRoots()
1808 void ConcurrentCopying::PushOntoMarkStack(Thread* const self, mirror::Object* to_ref) { in PushOntoMarkStack() function in art::gc::collector::ConcurrentCopying
3568 PushOntoMarkStack(self, to_ref); in Copy()
3669 PushOntoMarkStack(self, ref); in MarkNonMoving()
3705 PushOntoMarkStack(self, ref); in MarkNonMoving()