Home
last modified time | relevance | path

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

/aosp12/art/runtime/gc/space/
H A Dzygote_space.h40 void SetMarkBitInLiveObjects();
H A Dzygote_space.cc62 void ZygoteSpace::SetMarkBitInLiveObjects() { in SetMarkBitInLiveObjects() function in art::gc::space::ZygoteSpace
/aosp12/art/runtime/gc/
H A Dheap.cc2428 zygote_space_->SetMarkBitInLiveObjects(); in PreZygoteFork()