Home
last modified time | relevance | path

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

/aosp_15_r20/art/runtime/jit/
H A Djit.cc567 MemMap child_mapping_methods = MemMap::MapFile( in NotifyZygoteCompilationDone() local
578 if (!child_mapping_methods.IsValid()) { in NotifyZygoteCompilationDone()
602 if (memcmp(child_mapping_methods.Begin() + offset, page_start, capacity) != 0) { in NotifyZygoteCompilationDone()
630 if (mremap(child_mapping_methods.Begin() + offset, in NotifyZygoteCompilationDone()
973 MemMap child_mapping_methods = MemMap::MapFile( in MapBootImageMethods() local
987 if (!child_mapping_methods.IsValid()) { in MapBootImageMethods()
1046 child_mapping_methods.Begin() + offset + (data_pointer - page_start); in MapBootImageMethods()
1062 child_mapping_methods.Begin() + offset + (entry_point_pointer - page_start); in MapBootImageMethods()
1068 if (mremap(child_mapping_methods.Begin() + offset, in MapBootImageMethods()