Lines Matching refs:section

639     const ImageSection& section = header.GetMethodsSection();  in NotifyZygoteCompilationDone()  local
644 uint8_t* page_start = AlignUp(header.GetImageBegin() + section.Offset(), kPageSize); in NotifyZygoteCompilationDone()
646 AlignDown(header.GetImageBegin() + section.Offset() + section.Size(), kPageSize); in NotifyZygoteCompilationDone()
698 const ImageSection& section = header.GetMethodsSection(); in NotifyZygoteCompilationDone() local
703 uint8_t* page_start = AlignUp(header.GetImageBegin() + section.Offset(), kPageSize); in NotifyZygoteCompilationDone()
705 AlignDown(header.GetImageBegin() + section.Offset() + section.Size(), kPageSize); in NotifyZygoteCompilationDone()
726 const ImageSection& section = header.GetMethodsSection(); in NotifyZygoteCompilationDone() local
731 uint8_t* page_start = AlignUp(header.GetImageBegin() + section.Offset(), kPageSize); in NotifyZygoteCompilationDone()
733 AlignDown(header.GetImageBegin() + section.Offset() + section.Size(), kPageSize); in NotifyZygoteCompilationDone()
1077 const ImageSection& section = header.GetMethodsSection(); in MapBootImageMethods() local
1078 uint8_t* page_start = AlignUp(header.GetImageBegin() + section.Offset(), kPageSize); in MapBootImageMethods()
1080 AlignDown(header.GetImageBegin() + section.Offset() + section.Size(), kPageSize); in MapBootImageMethods()
1242 const ImageSection& section = header.GetMethodsSection(); in CreateThreadPool() local
1244 uint8_t* page_start = AlignUp(header.GetImageBegin() + section.Offset(), kPageSize); in CreateThreadPool()
1246 AlignDown(header.GetImageBegin() + section.Offset() + section.Size(), kPageSize); in CreateThreadPool()