Home
last modified time | relevance | path

Searched refs:PAGE_ALIGN (Results 1 – 5 of 5) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/aot_file/
Daot_file_info.h39 static constexpr uint32_t PAGE_ALIGN = 4096; variable
Delf_builder.cpp86 {ElfSecName::TEXT, AOTFileInfo::PAGE_ALIGN}, in Initialize()
331 curSecOffset = AlignUp(curSecOffset, AOTFileInfo::PAGE_ALIGN); in MergeTextSections()
513 curSecOffset = AlignUp(curSecOffset, AOTFileInfo::PAGE_ALIGN); in PackELFSections()
Delf_reader.cpp287 secOffset = AlignUp(secOffset, AOTFileInfo::PAGE_ALIGN); in SeparateTextSections()
356 secOffset = AlignUp(secOffset, AOTFileInfo::PAGE_ALIGN); in SeparateTextSections()
/arkcompiler/ets_runtime/ecmascript/compiler/
Dllvm_codegen.cpp154 addr = AllocaInReqSecBuffer(size, AOTFileInfo::PAGE_ALIGN); in AllocaCodeSection()
177 addr = curSec.isSequentialAOTSec() ? AllocaInReqSecBuffer(size, AOTFileInfo::PAGE_ALIGN) in AllocaDataSection()
178 … : AllocaInNotReqSecBuffer(size, AOTFileInfo::PAGE_ALIGN); in AllocaDataSection()
Dfile_generators.cpp159 aotInfo.AlignTextSec(AOTFileInfo::PAGE_ALIGN); in CollectFuncEntryInfo()
223 aotInfo.AlignTextSec(AOTFileInfo::PAGE_ALIGN); in CollectFuncEntryInfoByLiteCG()
507 lastModulePC = AlignUp(lastModulePC, AOTFileInfo::PAGE_ALIGN); in CompileLatestModuleThenDestroy()