Home
last modified time | relevance | path

Searched refs:CODE_ALIGNMENT (Results 1 - 3 of 3) sorted by relevance

/arkcompiler/runtime_core/libpandabase/utils/
H A Darch.h46 static constexpr size_t CODE_ALIGNMENT = 8; member
68 static constexpr size_t CODE_ALIGNMENT = 16; member
90 static constexpr size_t CODE_ALIGNMENT = 16; member
113 static constexpr size_t CODE_ALIGNMENT = 16; member
135 static constexpr size_t CODE_ALIGNMENT = 0; member
171 DEF_ARCH_PROPERTY_GETTER(GetCodeAlignment, CODE_ALIGNMENT)
/arkcompiler/runtime_core/static_core/libpandabase/utils/
H A Darch.h46 static constexpr size_t CODE_ALIGNMENT = 8; member
76 static constexpr size_t CODE_ALIGNMENT = 16; member
100 static constexpr size_t CODE_ALIGNMENT = 16; member
123 static constexpr size_t CODE_ALIGNMENT = 16; member
145 static constexpr size_t CODE_ALIGNMENT = 0; member
181 DEF_ARCH_PROPERTY_GETTER(GetCodeAlignment, CODE_ALIGNMENT)
/arkcompiler/runtime_core/static_core/compiler/aot/aot_builder/
H A Delf_builder.h502 static constexpr size_t JIT_TEXT_ALIGNMENT = ArchTraits<ARCH>::CODE_ALIGNMENT;

Completed in 7 milliseconds