Home
last modified time | relevance | path

Searched defs:alignment (Results 1 - 25 of 34) sorted by relevance

12

/arkcompiler/runtime_core/libpandabase/tests/
H A Dcode_allocator_test.cpp38 static bool IsAligned(const void *ptr, size_t alignment) in IsAligned() argument
H A Darena_allocator_test.cpp64 static bool IsAligned(const void *ptr, size_t alignment) in IsAligned() argument
/arkcompiler/runtime_core/static_core/libpandabase/tests/
H A Dcode_allocator_test.cpp42 static bool IsAligned(const void *ptr, size_t alignment) in IsAligned() argument
H A Darena_allocator_test.cpp65 static bool IsAligned(const void *ptr, size_t alignment) in IsAligned() argument
/arkcompiler/runtime_core/static_core/libllvmbackend/object_code/
H A Dcreated_object_file.h35 explicit SectionReference(const uint8_t *memory, uintptr_t size, std::string name, size_t alignment) in SectionReference() argument
H A Dark_aot_linker.cpp38 uint8_t *PandaSectionMemoryManager::allocateCodeSection(uintptr_t size, unsigned int alignment, unsigned int sectionId, in allocateCodeSection() argument
46 uint8_t *PandaSectionMemoryManager::allocateDataSection(uintptr_t size, unsigned int alignment, unsigned int sectionId, in allocateDataSection() argument
59 RememberAllocation(llvm::StringRef sectionName, uint8_t *memory, uintptr_t size, size_t alignment) RememberAllocation() argument
/arkcompiler/runtime_core/libpandabase/mem/
H A Darena_allocator.cpp70 inline void *ArenaAllocatorT<use_oom_handler>::AllocateAndAddNewPool(size_t size, Alignment alignment) in AllocateAndAddNewPool() argument
H A Darena-inl.h46 inline void *Arena::Alloc(size_t size, Alignment alignment) in Alloc() argument
59 inline void *Arena::AlignedAlloc(size_t size, [[maybe_unused]] Alignment alignment) in AlignedAlloc() argument
H A Dmem.h98 constexpr std::enable_if_t<std::is_unsigned_v<T>, T> AlignUp(T value, size_t alignment) in AlignUp() argument
104 constexpr std::enable_if_t<std::is_unsigned_v<T>, T> AlignDown(T value, size_t alignment) in AlignDown() argument
/arkcompiler/runtime_core/static_core/libpandabase/mem/
H A Darena_allocator.cpp65 inline void *ArenaAllocatorT<USE_OOM_HANDLER>::AllocateAndAddNewPool(size_t size, Alignment alignment) in AllocateAndAddNewPool() argument
H A Darena-inl.h46 inline void *Arena::Alloc(size_t size, Alignment alignment) in Alloc() argument
59 inline void *Arena::AlignedAlloc(size_t size, [[maybe_unused]] Alignment alignment) in AlignedAlloc() argument
H A Dmem.h96 constexpr std::enable_if_t<std::is_unsigned_v<T>, T> AlignUp(T value, size_t alignment) in AlignUp() argument
102 constexpr std::enable_if_t<std::is_unsigned_v<T>, T> AlignDown(T value, size_t alignment) in AlignDown() argument
[all...]
/arkcompiler/runtime_core/static_core/platforms/unix/libpandabase/
H A Dmem_hooks.cpp100 void *PandaHooks::MemalignHook(size_t alignment, size_t size, const void *caller) in MemalignHook() argument
/arkcompiler/ets_runtime/ecmascript/mem/
H A Dmem_map_allocator.cpp26 void MemMapAllocator::InitializeRegularRegionMap([[maybe_unused]] size_t alignment) in InitializeRegularRegionMap() argument
50 void MemMapAllocator::InitializeHugeRegionMap(size_t alignment) in InitializeHugeRegionMap() argument
105 MemMap MemMapAllocator::Allocate(const uint32_t threadId, size_t size, size_t alignment, in Allocate() argument
H A Dmem_map_allocator.h251 void Initialize(size_t alignment) in Initialize() argument
H A Dmem.h109 constexpr inline bool IsAligned(T value, size_t alignment) in IsAligned() argument
115 inline T AlignDown(T x, size_t alignment) in AlignDown() argument
124 inline T AlignUp(T x, size_t alignment) in AlignUp() argument
[all...]
/arkcompiler/ets_runtime/ecmascript/platform/windows/
H A Dmap.cpp39 MemMap PageMap(size_t size, int prot, size_t alignment, void *addr, [[maybe_unused]] int flags) in PageMap() argument
68 MemMap MachineCodePageMap(size_t size, int prot, size_t alignment) in MachineCodePageMap() argument
/arkcompiler/ets_runtime/ecmascript/platform/unix/
H A Dmap.cpp25 MemMap PageMap(size_t size, int prot, size_t alignment, void *addr, int flags) in PageMap() argument
52 MemMap MachineCodePageMap(size_t size, int prot, size_t alignment) in MachineCodePageMap() argument
/arkcompiler/runtime_core/libpandafile/
H A Dfile_writer.h48 bool Align(size_t alignment) in Align() argument
/arkcompiler/runtime_core/static_core/libpandafile/
H A Dfile_writer.h47 bool Align(size_t alignment) in Align() argument
/arkcompiler/runtime_core/static_core/runtime/tests/
H A Dbitmap_test_base.h29 inline size_t FnRounddown(size_t val, size_t alignment) in FnRounddown() argument
/arkcompiler/runtime_core/static_core/compiler/aot/aot_builder/
H A Daot_builder.h42 size_t alignment; member
/arkcompiler/runtime_core/static_core/libllvmbackend/lowering/
H A Dgc_barriers.cpp64 auto alignment = module->getDataLayout().getPrefTypeAlignment(load->getType()); in EmitPreWRB() local
/arkcompiler/runtime_core/static_core/runtime/mem/
H A Dbump-allocator-inl.h79 void *BumpPointerAllocator<AllocConfigT, LockConfigT, USE_TLABS>::Alloc(size_t size, Alignment alignment) in Alloc() argument
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/
H A Dlitecg_codegen.cpp53 static uint8_t *AllocateCodeSection(void *object, uint32_t size, [[maybe_unused]] uint32_t alignment, in AllocateCodeSection() argument
60 static uint8_t *AllocateCodeSectionOnDemand(void *object, uint32_t size, [[maybe_unused]] uint32_t alignment, in AllocateCodeSectionOnDemand() argument

Completed in 12 milliseconds

12