Searched refs:PAGE_ALIGN (Results 1 – 5 of 5) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/compiler/aot_file/ |
D | aot_file_info.h | 39 static constexpr uint32_t PAGE_ALIGN = 4096; variable
|
D | elf_builder.cpp | 86 {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()
|
D | elf_reader.cpp | 287 secOffset = AlignUp(secOffset, AOTFileInfo::PAGE_ALIGN); in SeparateTextSections() 356 secOffset = AlignUp(secOffset, AOTFileInfo::PAGE_ALIGN); in SeparateTextSections()
|
/arkcompiler/ets_runtime/ecmascript/compiler/ |
D | llvm_codegen.cpp | 154 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()
|
D | file_generators.cpp | 159 aotInfo.AlignTextSec(AOTFileInfo::PAGE_ALIGN); in CollectFuncEntryInfo() 223 aotInfo.AlignTextSec(AOTFileInfo::PAGE_ALIGN); in CollectFuncEntryInfoByLiteCG() 507 lastModulePC = AlignUp(lastModulePC, AOTFileInfo::PAGE_ALIGN); in CompileLatestModuleThenDestroy()
|