Home
last modified time | relevance | path

Searched defs:funcEntrySize (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/aot_file/
Dstub_file_info.cpp44 uint32_t funcEntrySize = sizeof(FuncEntryDes) * entryNum_; in Save() local
100 uint32_t funcEntrySize = des.GetSecSize(ElfSecName::ARK_FUNCENTRY); in MmapLoad() local
141 uint32_t funcEntrySize = des.GetSecSize(ElfSecName::ARK_FUNCENTRY); in Load() local
Dan_file_info.cpp258 uint32_t funcEntrySize = sizeof(FuncEntryDes) * entryNum_; in AddFuncEntrySec() local
/arkcompiler/ets_runtime/ecmascript/compiler/
Dfile_generators.cpp720 uint32_t funcEntrySize = sizeof(AOTFileInfo::FuncEntryDes) * aotInfo_.GetStubs().size(); in GetMemoryCodeInfos() local