Home
last modified time | relevance | path

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

/art/libartbase/base/
Dbit_utils.h179 constexpr T CondRoundUp(T x, std::remove_reference_t<T> n) { in CondRoundUp() function
/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()