Searched refs:CreateZygoteSpace (Results 1 – 4 of 4) sorted by relevance
133 ZygoteSpace* CreateZygoteSpace(const char* alloc_space_name, bool low_memory_mode,
164 ZygoteSpace* MallocSpace::CreateZygoteSpace(const char* alloc_space_name, bool low_memory_mode, in CreateZygoteSpace() function in art::gc::space::MallocSpace
179 space::ZygoteSpace* zygote_space = space->CreateZygoteSpace("alloc space", in TEST_P()
2518 zygote_space_ = old_alloc_space->CreateZygoteSpace(kNonMovingSpaceName, low_memory_mode_, in PreZygoteFork()