Home
last modified time | relevance | path

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

/art/libartbase/base/
Dglobals.h43 static constexpr bool kPageSizeAgnostic = true; variable
47 static constexpr bool kPageSizeAgnostic = false; variable
135 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()
/art/runtime/
Druntime_test.cc92 if (kPageSizeAgnostic != platform_pga) { in TEST_F()
93 LOG(WARNING) << "Test configured with kPageSizeAgnostic=" << kPageSizeAgnostic << ", but " in TEST_F()
/art/runtime/gc/space/
Dimage_space.cc1009 CondRoundUp<kPageSizeAgnostic>(image_header.GetImageSize(), kElfSegmentAlignment), in LoadImageFile()
1030 CondRoundUp<kPageSizeAgnostic>(image_header.GetImageSize(), in LoadImageFile()
/art/runtime/oat/
Doat_file.cc1396 CondRoundUp<kPageSizeAgnostic>(context.max_size, kElfSegmentAlignment))); in Dlopen()