Home
last modified time | relevance | path

Searched defs:isAligned (Results 1 - 3 of 3) sorted by relevance

/arkcompiler/runtime_core/static_core/runtime/tests/
H A Dinternal_allocator_test.cpp156 auto isAligned = [](void *ptr) { return IsAligned(reinterpret_cast<uintptr_t>(ptr), ALIGNMENT); }; in TEST_F() local
198 auto isAligned = [](void *ptr) { return IsAligned(reinterpret_cast<uintptr_t>(ptr), ALIGNMENT); }; in TEST_F() local
[all...]
/arkcompiler/ets_runtime/ecmascript/compiler/aot_file/
H A Delf_checker.cpp258 bool isAligned = (is32 ? CheckAlign<llvm::ELF::Elf32_Ehdr>(eIdent) : CheckAlign<llvm::ELF::Elf64_Ehdr>(eIdent)); in GetShnum() local
/arkcompiler/runtime_core/static_core/compiler/optimizer/code_generator/
H A Dencode.cpp610 void Encoder::PushRegisters(RegMask regs, VRegMask fpRegs, bool isAligned) in PushRegisters() argument
622 void Encoder::PopRegisters(RegMask regs, VRegMask fpRegs, bool isAligned) in PopRegisters() argument

Completed in 5 milliseconds