Home
last modified time | relevance | path

Searched defs:AlignUp (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/mem/
Dmem.h99 inline T AlignUp(T x, size_t alignment) in AlignUp() function
/arkcompiler/runtime_core/libpandabase/mem/
Dmem.h98 constexpr std::enable_if_t<std::is_unsigned_v<T>, T> AlignUp(T value, size_t alignment) in AlignUp() function
/arkcompiler/ets_runtime/ecmascript/compiler/
Dstub_builder-inl.h2356 inline GateRef StubBuilder::AlignUp(GateRef x, GateRef alignment) in AlignUp() function