Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/test/fuzztest/stringtablespecialstringintern_fuzzer/
Dstringtablespecialstringintern_fuzzer.cpp32 constexpr int ALIGNMENT = 1; variable
/arkcompiler/runtime_core/static_core/runtime/tests/
Dinternal_allocator_test.cpp148 constexpr size_t ALIGNMENT = DEFAULT_INTERNAL_ALIGNMENT_IN_BYTES * 2U; in TEST_F() local
190 constexpr size_t ALIGNMENT = DEFAULT_INTERNAL_ALIGNMENT_IN_BYTES * 2U; in TEST_F() local
/arkcompiler/runtime_core/static_core/compiler/code_info/
Dcode_info.h145 static constexpr size_t ALIGNMENT = sizeof(uint64_t); variable