Home
last modified time | relevance | path

Searched refs:funcEntryAddr (Results 1 - 3 of 3) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/aot_file/
H A Dstub_file_info.cpp39 uint64_t funcEntryAddr = reinterpret_cast<uint64_t>(entries_.data()); in Save() local
41 des.SetSecAddrAndSize(ElfSecName::ARK_FUNCENTRY, funcEntryAddr, funcEntrySize); in Save()
92 uint64_t funcEntryAddr = des.GetSecAddr(ElfSecName::ARK_FUNCENTRY); in MmapLoad() local
94 FuncEntryDes *entryDes = reinterpret_cast<FuncEntryDes *>(funcEntryAddr); in MmapLoad()
133 uint64_t funcEntryAddr = des.GetSecAddr(ElfSecName::ARK_FUNCENTRY); in Load() local
135 FuncEntryDes *entryDes = reinterpret_cast<FuncEntryDes *>(funcEntryAddr); in Load()
H A Dan_file_info.cpp212 uint64_t funcEntryAddr = reinterpret_cast<uint64_t>(entries_.data()); in AddFuncEntrySec() local
214 des.SetSecAddrAndSize(ElfSecName::ARK_FUNCENTRY, funcEntryAddr, funcEntrySize); in AddFuncEntrySec()
/arkcompiler/ets_runtime/ecmascript/compiler/
H A Dfile_generators.cpp719 uint64_t funcEntryAddr = reinterpret_cast<uint64_t>(aotInfo_.GetStubs().data()); in GetMemoryCodeInfos() local
756 machineCodeDesc.funcEntryDesAddr = funcEntryAddr; in GetMemoryCodeInfos()

Completed in 3 milliseconds