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/
H A Daot_file_info.h40 static constexpr uint32_t PAGE_ALIGN = 4096; member in panda::ecmascript::AOTFileInfo
H A Delf_reader.cpp285 secOffset = AlignUp(secOffset, AOTFileInfo::PAGE_ALIGN); in SeparateTextSections()
354 secOffset = AlignUp(secOffset, AOTFileInfo::PAGE_ALIGN); in SeparateTextSections()
H A Delf_builder.cpp116 {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 Dllvm_codegen.cpp185 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 Dfile_generators.cpp176 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