Home
last modified time | relevance | path

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

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