Searched defs:alignSize (Results 1 – 4 of 4) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/compiler/aot_file/ |
| D | an_file_info.h | 58 void AlignTextSec(uint32_t alignSize) in AlignTextSec()
|
| /arkcompiler/runtime_core/static_core/runtime/mem/ |
| D | region_allocator-inl.h | 156 void *RegionAllocator<AllocConfigT, LockConfigT>::AllocRegular(size_t alignSize) in AllocRegular() 218 size_t alignSize = AlignUp(size, GetAlignmentInBytes(align)); in Alloc() local 621 size_t alignSize = AlignUp(size, GetAlignmentInBytes(align)); in Alloc() local 744 size_t alignSize = AlignUp(size, GetAlignmentInBytes(align)); in Alloc() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/llvm/ |
| D | llvm_codegen.cpp | 106 uint8_t *CodeInfo::CodeSpace::Alloca(uintptr_t size, bool isReq, size_t alignSize) in Alloca() 126 …*CodeInfo::CodeSpaceOnDemand::Alloca(uintptr_t size, [[maybe_unused]] bool isReq, size_t alignSize) in Alloca() 155 uint8_t *CodeInfo::AllocaOnDemand(uintptr_t size, size_t alignSize) in AllocaOnDemand() 160 uint8_t *CodeInfo::AllocaInReqSecBuffer(uintptr_t size, size_t alignSize) in AllocaInReqSecBuffer() 168 uint8_t *CodeInfo::AllocaInNotReqSecBuffer(uintptr_t size, size_t alignSize) in AllocaInNotReqSecBuffer()
|
| /arkcompiler/runtime_core/static_core/runtime/tests/ |
| D | region_allocator_test.cpp | 134 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)); in TEST_F() local
|