Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/static_core/libpandafile/
H A Dhelpers.h133 uintptr_t aligned = (intptr - 1U + ALIGNMENT) & -ALIGNMENT; in Align() local
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/interop_js/ets_proxy/mem/
H A Ditems_pool.h33 std::array<uint8_t, helpers::math::GetPowerOfTwoValue32(sizeof(Item))> aligned; member
/arkcompiler/ets_runtime/ecmascript/compiler/assembler/aarch64/
H A Dextend_assembler.cpp124 Label aligned; in Align16() local
/arkcompiler/runtime_core/libpandabase/os/
H A Dmem.h149 auto aligned = AlignDownToPageSize(unaligned); in Align() local
[all...]
/arkcompiler/runtime_core/libpandafile/
H A Dhelpers.h170 uintptr_t aligned = (intptr - 1U + alignment) & -alignment; in Align() local
/arkcompiler/runtime_core/static_core/compiler/tests/aarch64/
H A Dcodegen_test.cpp301 void CheckSpillFillCoalescingForEvenRegsNumber(bool aligned) in CheckSpillFillCoalescingForEvenRegsNumber() argument
359 void CheckSpillFillCoalescingForOddRegsNumber(bool aligned) in CheckSpillFillCoalescingForOddRegsNumber() argument
/arkcompiler/runtime_core/static_core/libpandabase/os/
H A Dmem.h151 auto aligned = AlignDownToPageSize(unaligned); in Align() local
[all...]
/arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/
H A Dmemory_coalescing.cpp190 PairCreatorVisitor(Graph *graph, const AliasAnalysis &aliases, const VariableAnalysis &vars, Marker mrk, bool aligned) PairCreatorVisitor() argument
/arkcompiler/ets_runtime/ecmascript/compiler/trampoline/aarch64/
H A Doptimized_call.cpp109 Label aligned; in IncreaseStackForArguments() local
1106 Label aligned; in PopJSFunctionArgs() local
/arkcompiler/ets_runtime/ecmascript/compiler/trampoline/x64/
H A Dasm_interpreter_call.cpp838 Label aligned; in CallNativeWithArgv() local

Completed in 19 milliseconds