Searched refs:zygote_mapping_methods_ (Results 1 – 2 of 2) sorted by relevance
93 zygote_mapping_methods_(), in Jit()538 memcpy(zygote_mapping_methods_.Begin() + offset, page_start, capacity); in NotifyZygoteCompilationDone()544 if (msync(zygote_mapping_methods_.Begin(), fd_methods_size_, MS_SYNC) != 0) { in NotifyZygoteCompilationDone()552 zygote_mapping_methods_ = MemMap::Invalid(); in NotifyZygoteCompilationDone()1156 zygote_mapping_methods_ = MemMap::MapFile( in CreateThreadPool()1166 if (!zygote_mapping_methods_.IsValid()) { in CreateThreadPool()1170 if (zygote_mapping_methods_.MadviseDontFork() != 0) { in CreateThreadPool()1172 zygote_mapping_methods_ = MemMap(); in CreateThreadPool()1182 zygote_mapping_methods_ = MemMap(); in CreateThreadPool()1523 zygote_mapping_methods_.ResetInForkedProcess(); in PostForkChildAction()
453 MemMap zygote_mapping_methods_; variable