Lines Matching refs:child_mapping_methods
674 MemMap child_mapping_methods = MemMap::MapFile( in NotifyZygoteCompilationDone() local
684 if (!child_mapping_methods.IsValid()) { in NotifyZygoteCompilationDone()
708 if (memcmp(child_mapping_methods.Begin() + offset, page_start, capacity) != 0) { in NotifyZygoteCompilationDone()
736 if (mremap(child_mapping_methods.Begin() + offset, in NotifyZygoteCompilationDone()
757 child_mapping_methods.Reset(); in NotifyZygoteCompilationDone()
1056 MemMap child_mapping_methods = MemMap::MapFile( in MapBootImageMethods() local
1069 if (!child_mapping_methods.IsValid()) { in MapBootImageMethods()
1132 child_mapping_methods.Begin() + offset + (pointer - page_start)); in MapBootImageMethods()
1152 CopyIfDifferent(child_mapping_methods.Begin() + offset, in MapBootImageMethods()
1167 CopyIfDifferent(child_mapping_methods.Begin() + offset + capacity - bytes_to_copy, in MapBootImageMethods()
1174 if (mremap(child_mapping_methods.Begin() + offset, in MapBootImageMethods()
1186 child_mapping_methods.Reset(); in MapBootImageMethods()