Home
last modified time | relevance | path

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

/art/runtime/
Druntime.cc3086 class Runtime::SetupLinearAllocForZygoteFork : public AllocatorVisitor { class in art::Runtime
3088 explicit SetupLinearAllocForZygoteFork(Thread* self) : self_(self) {} in SetupLinearAllocForZygoteFork() function in art::Runtime::SetupLinearAllocForZygoteFork
Druntime.h1560 class SetupLinearAllocForZygoteFork; variable