Home
last modified time | relevance | path

Searched defs:allocateDataSection (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/runtime_core/static_core/libllvmbackend/object_code/
Dark_aot_linker.cpp46 uint8_t *PandaSectionMemoryManager::allocateDataSection(uintptr_t size, unsigned int alignment, uns… in allocateDataSection() function in ark::llvmbackend::PandaSectionMemoryManager
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/
Dcg_option.h89 MemoryManagerAllocateDataSectionCallback allocateDataSection; member
143 …void SetupEmitMemoryManager(void *codeSpace, MemoryManagerAllocateDataSectionCallback allocateData… in SetupEmitMemoryManager()