Searched refs:stackMapSize (Results 1 – 4 of 4) sorted by relevance
309 uint32_t stackMapSize = moduleInfo->stackMapSize; in SeparateArkStackMapSections() local311 des[i].SetArkStackMapSize(stackMapSize); in SeparateArkStackMapSections()316 secOffset += stackMapSize; in SeparateArkStackMapSections()384 uint32_t stackMapSize = moduleInfo.stackMapSize; in SeparateArkStackMapSections() local385 …parser.ParseBuffer(reinterpret_cast<void *>(secAddr + secOffset), stackMapSize, curShOffset + secO… in SeparateArkStackMapSections()387 des[i].SetArkStackMapSize(stackMapSize); in SeparateArkStackMapSections()392 secOffset += stackMapSize; in SeparateArkStackMapSections()
34 uint32_t stackMapSize {0};
465 curInfo.stackMapSize = curSecSize; in MergeArkStackMapSections()
752 size_t stackMapSize = moduleSectionDes.GetArkStackMapSize(); in GetMemoryCodeInfos() local759 machineCodeDesc.stackMapOrOffsetTableSize = stackMapSize; in GetMemoryCodeInfos()