Home
last modified time | relevance | path

Searched refs:zygote_mapping_methods_ (Results 1 – 2 of 2) sorted by relevance

/art/runtime/jit/
Djit.cc224 zygote_mapping_methods_(), in Jit()
655 memcpy(zygote_mapping_methods_.Begin() + offset, page_start, capacity); in NotifyZygoteCompilationDone()
661 if (msync(zygote_mapping_methods_.Begin(), fd_methods_size_, MS_SYNC) != 0) { in NotifyZygoteCompilationDone()
669 zygote_mapping_methods_ = MemMap::Invalid(); in NotifyZygoteCompilationDone()
1254 zygote_mapping_methods_ = MemMap::MapFile( in CreateThreadPool()
1264 if (!zygote_mapping_methods_.IsValid()) { in CreateThreadPool()
1268 if (zygote_mapping_methods_.MadviseDontFork() != 0) { in CreateThreadPool()
1270 zygote_mapping_methods_ = MemMap(); in CreateThreadPool()
1280 zygote_mapping_methods_ = MemMap(); in CreateThreadPool()
1676 zygote_mapping_methods_.ResetInForkedProcess(); in PostForkChildAction()
Djit.h518 MemMap zygote_mapping_methods_; variable