Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/aot_file/
H A Dstub_file_info.cpp43 uint32_t asmStubSize = GetAsmStubSize(); in Save() local
44 des.SetSecAddrAndSize(ElfSecName::ARK_ASMSTUB, asmStubAddr, asmStubSize); in Save()
98 uint32_t asmStubSize = des.GetSecSize(ElfSecName::ARK_ASMSTUB); in MmapLoad() local
100 SetAsmStubSize(asmStubSize); in MmapLoad()
139 uint32_t asmStubSize = des.GetSecSize(ElfSecName::ARK_ASMSTUB); in Load() local
141 SetAsmStubSize(asmStubSize); in Load()

Completed in 1 milliseconds