Home
last modified time | relevance | path

Searched refs:aotInfo (Results 1 - 2 of 2) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/
H A Dfile_generators.cpp140 void Module::CollectFuncEntryInfo(std::map<uintptr_t, std::string> &addr2name, AnFileInfo &aotInfo, uint32_t fileIndex, in CollectFuncEntryInfo() argument
145 CollectFuncEntryInfoByLiteCG(addr2name, aotInfo, fileIndex, moduleIndex); in CollectFuncEntryInfo()
176 aotInfo.AlignTextSec(AOTFileInfo::PAGE_ALIGN); in CollectFuncEntryInfo()
178 aotInfo.UpdateCurTextSecOffset(rodataSizeBeforeText); in CollectFuncEntryInfo()
179 aotInfo.AlignTextSec(AOTFileInfo::TEXT_SEC_ALIGN); in CollectFuncEntryInfo()
184 startIndex_ = aotInfo.GetEntrySize(); in CollectFuncEntryInfo()
200 uint64_t offset = funcEntry - textAddr + aotInfo.GetCurTextSecOffset(); in CollectFuncEntryInfo()
201 aotInfo.AddEntry(CallSignature::TargetKind::JSFUNCTION, isMainFunc, isFastCall, idx, in CollectFuncEntryInfo()
204 aotInfo.UpdateCurTextSecOffset(textSize); in CollectFuncEntryInfo()
206 aotInfo in CollectFuncEntryInfo()
212 CollectFuncEntryInfoByLiteCG(std::map<uintptr_t, std::string> &addr2name, AnFileInfo &aotInfo, uint32_t fileIndex, uint32_t moduleIndex) CollectFuncEntryInfoByLiteCG() argument
[all...]
H A Dfile_generators.h45 void CollectFuncEntryInfo(std::map<uintptr_t, std::string> &addr2name, AnFileInfo &aotInfo, uint32_t fileIndex,
49 void CollectFuncEntryInfoByLiteCG(std::map<uintptr_t, std::string> &addr2name, AnFileInfo &aotInfo,

Completed in 3 milliseconds