Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/libpandabase/mem/
Dmem.h87 constexpr Alignment GetLogAlignment(const uint32_t ALIGNMENT_IN_BYTES) in GetLogAlignment() function
131 constexpr Alignment DEFAULT_ALIGNMENT = GetLogAlignment(alignof(uintptr_t));
142 return GetLogAlignment(std::max(alignof(T), DEFAULT_ALIGNMENT_IN_BYTES)); in GetAlignment()
Dcode_allocator.cpp26 const Alignment CodeAllocator::PAGE_LOG_ALIGN = GetLogAlignment(os::mem::GetPageSize());
/arkcompiler/runtime_core/compiler/optimizer/ir/
Dinst.h2892 constexpr auto ALIGNMENT {GetLogAlignment(alignof(Operands<InstType::INPUT_COUNT>))}; in New()