Searched refs:kPageSizeAgnostic (Results 1 – 4 of 4) sorted by relevance
43 static constexpr bool kPageSizeAgnostic = true; variable47 static constexpr bool kPageSizeAgnostic = false; variable135 static_assert(kPageSizeAgnostic, "The dynamic version is only for page size agnostic build"); in GetPageSizeSlow()145 static_assert(!kPageSizeAgnostic, "The constexpr version is only for page size agnostic build"); in GetPageSizeSlow()
92 if (kPageSizeAgnostic != platform_pga) { in TEST_F()93 LOG(WARNING) << "Test configured with kPageSizeAgnostic=" << kPageSizeAgnostic << ", but " in TEST_F()
1009 CondRoundUp<kPageSizeAgnostic>(image_header.GetImageSize(), kElfSegmentAlignment), in LoadImageFile()1030 CondRoundUp<kPageSizeAgnostic>(image_header.GetImageSize(), in LoadImageFile()
1396 CondRoundUp<kPageSizeAgnostic>(context.max_size, kElfSegmentAlignment))); in Dlopen()