Home
last modified time | relevance | path

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

/aosp12/art/runtime/jit/
H A Djit.cc680 MemMap child_mapping_methods = MemMap::MapFile( in NotifyZygoteCompilationDone() local
690 if (!child_mapping_methods.IsValid()) { in NotifyZygoteCompilationDone()
714 if (memcmp(child_mapping_methods.Begin() + offset, page_start, capacity) != 0) { in NotifyZygoteCompilationDone()
742 if (mremap(child_mapping_methods.Begin() + offset, in NotifyZygoteCompilationDone()
763 child_mapping_methods.Reset(); in NotifyZygoteCompilationDone()
1056 MemMap child_mapping_methods = MemMap::MapFile( in MapBootImageMethods() local
1069 if (!child_mapping_methods.IsValid()) { in MapBootImageMethods()
1128 child_mapping_methods.Begin() + offset + (data_pointer - page_start); in MapBootImageMethods()
1144 child_mapping_methods.Begin() + offset + (entry_point_pointer - page_start); in MapBootImageMethods()
1150 if (mremap(child_mapping_methods.Begin() + offset, in MapBootImageMethods()
[all …]