Lines Matching refs:child_mapping_methods
670 MemMap child_mapping_methods = MemMap::MapFile( in NotifyZygoteCompilationDone() local
680 if (!child_mapping_methods.IsValid()) { in NotifyZygoteCompilationDone()
704 if (memcmp(child_mapping_methods.Begin() + offset, page_start, capacity) != 0) { in NotifyZygoteCompilationDone()
732 if (mremap(child_mapping_methods.Begin() + offset, in NotifyZygoteCompilationDone()
753 child_mapping_methods.Reset(); in NotifyZygoteCompilationDone()
1055 MemMap child_mapping_methods = MemMap::MapFile( in MapBootImageMethods() local
1068 if (!child_mapping_methods.IsValid()) { in MapBootImageMethods()
1127 child_mapping_methods.Begin() + offset + (pointer - page_start)); in MapBootImageMethods()
1147 CopyIfDifferent(child_mapping_methods.Begin() + offset, in MapBootImageMethods()
1162 CopyIfDifferent(child_mapping_methods.Begin() + offset + capacity - bytes_to_copy, in MapBootImageMethods()
1169 if (mremap(child_mapping_methods.Begin() + offset, in MapBootImageMethods()
1181 child_mapping_methods.Reset(); in MapBootImageMethods()