Home
last modified time | relevance | path

Searched refs:MarkRoot (Results 1 – 2 of 2) sorted by relevance

/art/runtime/gc/collector/
Dconcurrent_copying.h190 void MarkRoot(Thread* const self, mirror::CompressedReference<mirror::Object>* root)
Dconcurrent_copying.cc3089 collector_->MarkRoot</*kGrayImmuneObject=*/false>(thread_, root); in VisitRoot()
3175 inline void ConcurrentCopying::MarkRoot(Thread* const self, in MarkRoot() function in art::gc::collector::ConcurrentCopying
3202 MarkRoot</*kGrayImmuneObject=*/true>(self, root); in VisitRoots()