Home
last modified time | relevance | path

Searched defs:ALIGNMENT (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/runtime_core/runtime/tests/
Dinternal_allocator_test.cpp136 constexpr size_t ALIGNMENT = DEFAULT_ALIGNMENT_IN_BYTES * 2U; in TEST_F() local
176 constexpr size_t ALIGNMENT = DEFAULT_ALIGNMENT_IN_BYTES * 2U; in TEST_F() local
/arkcompiler/runtime_core/compiler/code_info/
Dcode_info.h144 static constexpr size_t ALIGNMENT = sizeof(uint64_t); variable