Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/aot_file/
H A Delf_reader.cpp309 uint32_t stackMapSize = moduleInfo->stackMapSize; in SeparateArkStackMapSections() local
311 des[i].SetArkStackMapSize(stackMapSize); in SeparateArkStackMapSections()
316 secOffset += stackMapSize; in SeparateArkStackMapSections()
384 uint32_t stackMapSize = moduleInfo.stackMapSize; in SeparateArkStackMapSections() local
385 parser.ParseBuffer(reinterpret_cast<void *>(secAddr + secOffset), stackMapSize, curShOffset + secOffset); in SeparateArkStackMapSections()
387 des[i].SetArkStackMapSize(stackMapSize); in SeparateArkStackMapSections()
392 secOffset += stackMapSize; in SeparateArkStackMapSections()
H A Dmodule_section_des.h34 uint32_t stackMapSize {0};
H A Delf_builder.cpp465 curInfo.stackMapSize = curSecSize; in MergeArkStackMapSections()
/arkcompiler/ets_runtime/ecmascript/compiler/
H A Dfile_generators.cpp752 size_t stackMapSize = moduleSectionDes.GetArkStackMapSize(); in GetMemoryCodeInfos() local
759 machineCodeDesc.stackMapOrOffsetTableSize = stackMapSize; in GetMemoryCodeInfos()

Completed in 5 milliseconds