Lines Matching refs:section

635     const ImageSection& section = header.GetMethodsSection();  in NotifyZygoteCompilationDone()  local
640 uint8_t* page_start = AlignUp(header.GetImageBegin() + section.Offset(), kPageSize); in NotifyZygoteCompilationDone()
642 AlignDown(header.GetImageBegin() + section.Offset() + section.Size(), kPageSize); in NotifyZygoteCompilationDone()
694 const ImageSection& section = header.GetMethodsSection(); in NotifyZygoteCompilationDone() local
699 uint8_t* page_start = AlignUp(header.GetImageBegin() + section.Offset(), kPageSize); in NotifyZygoteCompilationDone()
701 AlignDown(header.GetImageBegin() + section.Offset() + section.Size(), kPageSize); in NotifyZygoteCompilationDone()
722 const ImageSection& section = header.GetMethodsSection(); in NotifyZygoteCompilationDone() local
727 uint8_t* page_start = AlignUp(header.GetImageBegin() + section.Offset(), kPageSize); in NotifyZygoteCompilationDone()
729 AlignDown(header.GetImageBegin() + section.Offset() + section.Size(), kPageSize); in NotifyZygoteCompilationDone()
1076 const ImageSection& section = header.GetMethodsSection(); in MapBootImageMethods() local
1077 uint8_t* page_start = AlignUp(header.GetImageBegin() + section.Offset(), kPageSize); in MapBootImageMethods()
1079 AlignDown(header.GetImageBegin() + section.Offset() + section.Size(), kPageSize); in MapBootImageMethods()
1237 const ImageSection& section = header.GetMethodsSection(); in CreateThreadPool() local
1239 uint8_t* page_start = AlignUp(header.GetImageBegin() + section.Offset(), kPageSize); in CreateThreadPool()
1241 AlignDown(header.GetImageBegin() + section.Offset() + section.Size(), kPageSize); in CreateThreadPool()