Home
last modified time | relevance | path

Searched defs:SetupLinearAllocForZygoteFork (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/art/runtime/
H A Druntime.cc3090 class Runtime::SetupLinearAllocForZygoteFork : public AllocatorVisitor { class in art::Runtime
3092 explicit SetupLinearAllocForZygoteFork(Thread* self) : self_(self) {} in SetupLinearAllocForZygoteFork() function in art::Runtime::SetupLinearAllocForZygoteFork
H A Druntime.h1566 class SetupLinearAllocForZygoteFork; variable