Home
last modified time | relevance | path

Searched refs:DEFAULT_FRAME_ALIGNMENT (Results 1 - 7 of 7) sorted by relevance

/arkcompiler/runtime_core/static_core/libpandabase/mem/
H A Dstack_like_allocator.h30 template <Alignment ALIGNMENT = DEFAULT_FRAME_ALIGNMENT, size_t MAX_SIZE = STACK_LIKE_ALLOCATOR_DEFAUL_MAX_SIZE>
H A Dmem.h227 constexpr Alignment DEFAULT_FRAME_ALIGNMENT = LOG_ALIGN_6; member
/arkcompiler/runtime_core/static_core/runtime/mem/
H A Dframe_allocator.h46 template <Alignment ALIGNMENT = DEFAULT_FRAME_ALIGNMENT, bool USE_MEMSET = true>
/arkcompiler/runtime_core/static_core/runtime/tests/
H A Dframe_allocator_test.cpp281 AlignmentTest<DEFAULT_FRAME_ALIGNMENT>(false); in TEST_F()
282 AlignmentTest<DEFAULT_FRAME_ALIGNMENT>(true); in TEST_F()
/arkcompiler/runtime_core/libpandabase/mem/
H A Dmem.h201 constexpr Alignment DEFAULT_FRAME_ALIGNMENT = LOG_ALIGN_6; member
/arkcompiler/runtime_core/static_core/runtime/interpreter/
H A Dframe.h225 GetAlignmentInBytes(DEFAULT_FRAME_ALIGNMENT)); in GetAllocSize()
/arkcompiler/runtime_core/static_core/runtime/include/
H A Dmethod-inl.h187 capacity = AlignUp(capacity, GetAlignmentInBytes(DEFAULT_FRAME_ALIGNMENT)); in InvokeCompiledCode()

Completed in 5 milliseconds