Searched refs:GetLogAlignment (Results 1 – 3 of 3) sorted by relevance
87 constexpr Alignment GetLogAlignment(const uint32_t ALIGNMENT_IN_BYTES) in GetLogAlignment() function131 constexpr Alignment DEFAULT_ALIGNMENT = GetLogAlignment(alignof(uintptr_t));142 return GetLogAlignment(std::max(alignof(T), DEFAULT_ALIGNMENT_IN_BYTES)); in GetAlignment()
26 const Alignment CodeAllocator::PAGE_LOG_ALIGN = GetLogAlignment(os::mem::GetPageSize());
2892 constexpr auto ALIGNMENT {GetLogAlignment(alignof(Operands<InstType::INPUT_COUNT>))}; in New()