Home
last modified time | relevance | path

Searched refs:DATA_SEC_ALIGN (Results 1 - 5 of 5) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/aot_file/
H A Delf_builder.cpp118 {ElfSecName::SYMTAB, AOTFileInfo::DATA_SEC_ALIGN}, in Initialize()
119 {ElfSecName::SHSTRTAB, AOTFileInfo::DATA_SEC_ALIGN}, in Initialize()
120 {ElfSecName::ARK_STACKMAP, AOTFileInfo::DATA_SEC_ALIGN}, in Initialize()
121 {ElfSecName::ARK_FUNCENTRY, AOTFileInfo::DATA_SEC_ALIGN}, in Initialize()
122 {ElfSecName::ARK_ASMSTUB, AOTFileInfo::DATA_SEC_ALIGN}, in Initialize()
123 {ElfSecName::ARK_MODULEINFO, AOTFileInfo::DATA_SEC_ALIGN}, in Initialize()
382 curSecOffset = AlignUp(curSecOffset, AOTFileInfo::DATA_SEC_ALIGN); in MergeTextSections()
H A Daot_file_info.h39 static constexpr uint32_t DATA_SEC_ALIGN = 8; member in panda::ecmascript::AOTFileInfo
H A Delf_reader.cpp296 secOffset = AlignUp(secOffset, AOTFileInfo::DATA_SEC_ALIGN); in SeparateTextSections()
368 secOffset = AlignUp(secOffset, AOTFileInfo::DATA_SEC_ALIGN); in SeparateTextSections()
/arkcompiler/ets_runtime/ecmascript/compiler/
H A Dfile_generators.cpp206 aotInfo.AlignTextSec(AOTFileInfo::DATA_SEC_ALIGN); in CollectFuncEntryInfo()
270 aotInfo.AlignTextSec(AOTFileInfo::DATA_SEC_ALIGN); in CollectFuncEntryInfoByLiteCG()
437 textStart = AlignDown(textStart, AOTFileInfo::DATA_SEC_ALIGN); in RollbackTextSize()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/llvm/
H A Dllvm_codegen.cpp224 addr = curSec.isSequentialAOTSec() ? (this->*allocaInReqSecBuffer)(size, AOTFileInfo::DATA_SEC_ALIGN) in AllocaDataSectionImp()
225 : (this->*allocaInNotReqSecBuffer)(size, AOTFileInfo::DATA_SEC_ALIGN); in AllocaDataSectionImp()

Completed in 6 milliseconds