Home
last modified time | relevance | path

Searched refs:aligned (Results 1 – 8 of 8) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/assembler/aarch64/
Dextend_assembler.cpp122 Label aligned; in Align16() local
124 B(Condition::EQ, &aligned); in Align16()
127 Bind(&aligned); in Align16()
/arkcompiler/runtime_core/libpandabase/utils/
Daligned_storage.h33 using Aligned __attribute__((aligned(ElementsAlign))) = T;
/arkcompiler/runtime_core/libpandabase/os/
Dmem.h149 auto aligned = AlignDownToPageSize(unaligned); in Align() local
150 … Span<std::byte> sp(reinterpret_cast<std::byte *>(aligned), sp_.Size() + unaligned - aligned); in Align()
/arkcompiler/runtime_core/libpandafile/
Dhelpers.h170 uintptr_t aligned = (intptr - 1U + alignment) & -alignment; in Align() local
171 return reinterpret_cast<const uint8_t *>(aligned); in Align()
Dbytecode_instruction.h114 using unaligned_type __attribute__((aligned(1))) = const T; in Read()
199 using unaligned_type __attribute__((aligned(1))) = const T; in Read()
/arkcompiler/ets_runtime/ecmascript/jspandafile/bytecode_inst/
Dinstruction.h65 using unaligned_type __attribute__((aligned(1))) = const T; in Read()
/arkcompiler/ets_runtime/ecmascript/compiler/trampoline/aarch64/
Doptimized_call.cpp107 Label aligned; in IncreaseStackForArguments() local
109 __ B(Condition::EQ, &aligned); in IncreaseStackForArguments()
111 __ Bind(&aligned); in IncreaseStackForArguments()
786 Label aligned; in PopJSFunctionArgs() local
800 __ B(Condition::EQ, &aligned); in PopJSFunctionArgs()
802 __ Bind(&aligned); in PopJSFunctionArgs()
/arkcompiler/ets_runtime/ecmascript/compiler/trampoline/x64/
Dasm_interpreter_call.cpp778 Label aligned; in CallNativeWithArgv() local
812 __ Jz(&aligned, Distance::Near); in CallNativeWithArgv()
815 __ Bind(&aligned); in CallNativeWithArgv()