Home
last modified time | relevance | path

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

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