Home
last modified time | relevance | path

Searched defs:alignSize (Results 1 - 4 of 4) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/aot_file/
H A Dan_file_info.h57 void AlignTextSec(uint32_t alignSize) in AlignTextSec() argument
/arkcompiler/runtime_core/static_core/runtime/mem/
H A Dregion_allocator-inl.h138 void *RegionAllocator<AllocConfigT, LockConfigT>::AllocRegular(size_t alignSize) in AllocRegular() argument
194 void *RegionAllocator<AllocConfigT, LockConfigT>::AllocRegularPinned(size_t alignSize) in AllocRegularPinned() argument
230 size_t alignSize in Alloc() local
598 size_t alignSize = AlignUp(size, GetAlignmentInBytes(align)); Alloc() local
695 size_t alignSize = AlignUp(size, GetAlignmentInBytes(align)); Alloc() local
[all...]
/arkcompiler/runtime_core/static_core/runtime/tests/
H A Dregion_allocator_test.cpp134 size_t alignSize = AlignUp(size, GetAlignmentInBytes(DEFAULT_ALIGNMENT)); in AllocateRegularObject() local
170 auto alignSize = AlignUp(size, GetAlignmentInBytes(DEFAULT_ALIGNMENT)); in AllocateYoungRegular() local
264 size_t alignSize = AlignUp(size, GetAlignmentInBytes(DEFAULT_ALIGNMENT)); TEST_F() local
[all...]
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/llvm/
H A Dllvm_codegen.cpp115 uint8_t *CodeInfo::CodeSpace::Alloca(uintptr_t size, bool isReq, size_t alignSize) in Alloca() argument
134 uint8_t *CodeInfo::CodeSpaceOnDemand::Alloca(uintptr_t size, [[maybe_unused]] bool isReq, size_t alignSize) in Alloca() argument
163 uint8_t *CodeInfo::AllocaOnDemand(uintptr_t size, size_t alignSize) in AllocaOnDemand() argument
168 uint8_t *CodeInfo::AllocaInReqSecBuffer(uintptr_t size, size_t alignSize) in AllocaInReqSecBuffer() argument
173 AllocaInNotReqSecBuffer(uintptr_t size, size_t alignSize) AllocaInNotReqSecBuffer() argument
[all...]

Completed in 5 milliseconds