Searched refs:zygote_mapping_methods_ (Results 1 – 2 of 2) sorted by relevance
222 zygote_mapping_methods_(), in Jit()649 memcpy(zygote_mapping_methods_.Begin() + offset, page_start, capacity); in NotifyZygoteCompilationDone()655 if (msync(zygote_mapping_methods_.Begin(), fd_methods_size_, MS_SYNC) != 0) { in NotifyZygoteCompilationDone()663 zygote_mapping_methods_ = MemMap::Invalid(); in NotifyZygoteCompilationDone()1270 zygote_mapping_methods_ = MemMap::MapFile( in CreateThreadPool()1280 if (!zygote_mapping_methods_.IsValid()) { in CreateThreadPool()1284 if (zygote_mapping_methods_.MadviseDontFork() != 0) { in CreateThreadPool()1286 zygote_mapping_methods_ = MemMap(); in CreateThreadPool()1296 zygote_mapping_methods_ = MemMap(); in CreateThreadPool()1747 zygote_mapping_methods_.ResetInForkedProcess(); in PostForkChildAction()
508 MemMap zygote_mapping_methods_; variable