Searched refs:PAGE_ALIGN (Results 1 - 5 of 5) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/compiler/aot_file/ |
H A D | aot_file_info.h | 40 static constexpr uint32_t PAGE_ALIGN = 4096; member in panda::ecmascript::AOTFileInfo
|
H A D | elf_reader.cpp | 285 secOffset = AlignUp(secOffset, AOTFileInfo::PAGE_ALIGN); in SeparateTextSections() 354 secOffset = AlignUp(secOffset, AOTFileInfo::PAGE_ALIGN); in SeparateTextSections()
|
H A D | elf_builder.cpp | 116 {ElfSecName::TEXT, AOTFileInfo::PAGE_ALIGN}, in Initialize() 361 curSecOffset = AlignUp(curSecOffset, AOTFileInfo::PAGE_ALIGN); in MergeTextSections() 574 curSecOffset = AlignUp(curSecOffset, AOTFileInfo::PAGE_ALIGN); in PackELFSections()
|
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/llvm/ |
H A D | llvm_codegen.cpp | 185 addr = (this->*allocaInReqSecBuffer)(size, AOTFileInfo::PAGE_ALIGN); in AllocaCodeSectionImp() 220 addr = curSec.isSequentialAOTSec() ? (this->*allocaInReqSecBuffer)(size, AOTFileInfo::PAGE_ALIGN) in AllocaDataSectionImp() 221 : (this->*allocaInNotReqSecBuffer)(size, AOTFileInfo::PAGE_ALIGN); in AllocaDataSectionImp()
|
/arkcompiler/ets_runtime/ecmascript/compiler/ |
H A D | file_generators.cpp | 176 aotInfo.AlignTextSec(AOTFileInfo::PAGE_ALIGN); in CollectFuncEntryInfo() 240 aotInfo.AlignTextSec(AOTFileInfo::PAGE_ALIGN); in CollectFuncEntryInfoByLiteCG() 584 lastModulePC = AlignUp(lastModulePC, AOTFileInfo::PAGE_ALIGN); in CompileLatestModuleThenDestroy()
|
Completed in 7 milliseconds