Home
last modified time | relevance | path

Searched defs:aligned (Results 1 – 10 of 10) sorted by relevance

/arkcompiler/runtime_core/static_core/plugins/ets/runtime/interop_js/ets_proxy/mem/
Ditems_pool.h37 std::array<uint8_t, helpers::math::GetPowerOfTwoValue32(sizeof(Item))> aligned; member
/arkcompiler/ets_runtime/ecmascript/compiler/assembler/aarch64/
Dextend_assembler.cpp123 Label aligned; in Align16() local
/arkcompiler/runtime_core/static_core/libpandafile/
Dhelpers.h136 uintptr_t aligned = (intptr - 1U + ALIGNMENT) & -ALIGNMENT; in Align() local
/arkcompiler/runtime_core/static_core/libpandabase/os/
Dmem.h151 auto aligned = AlignDownToPageSize(unaligned); in Align() local
/arkcompiler/runtime_core/libpandabase/os/
Dmem.h149 auto aligned = AlignDownToPageSize(unaligned); in Align() local
/arkcompiler/runtime_core/libpandafile/
Dhelpers.h170 uintptr_t aligned = (intptr - 1U + alignment) & -alignment; in Align() local
/arkcompiler/runtime_core/static_core/compiler/tests/aarch64/
Dcodegen_test.cpp307 void CheckSpillFillCoalescingForEvenRegsNumber(bool aligned) in CheckSpillFillCoalescingForEvenRegsNumber()
365 void CheckSpillFillCoalescingForOddRegsNumber(bool aligned) in CheckSpillFillCoalescingForOddRegsNumber()
/arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/
Dmemory_coalescing.cpp191 bool aligned) in PairCreatorVisitor()
/arkcompiler/ets_runtime/ecmascript/compiler/trampoline/aarch64/
Doptimized_call.cpp100 Label aligned; in IncreaseStackForArguments() local
1103 Label aligned; in PopJSFunctionArgs() local
/arkcompiler/ets_runtime/ecmascript/compiler/trampoline/x64/
Dasm_interpreter_call.cpp836 Label aligned; in CallNativeWithArgv() local