Home
last modified time | relevance | path

Searched refs:GetArkStackMapSize (Results 1 – 4 of 4) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/aot_file/
Dmodule_section_des.h107 uint32_t GetArkStackMapSize() const in GetArkStackMapSize() function
173 uint32_t arkStackMapSize = GetArkStackMapSize(); in AddArkStackMapSection()
Dstub_file_info.h37 accumulateTotalSize(moduleDes.GetArkStackMapSize()); in AddModuleDes()
Dan_file_info.h43 accumulateTotalSize(moduleDes.GetArkStackMapSize()); in AddModuleDes()
/arkcompiler/ets_runtime/ecmascript/compiler/
Dfile_generators.cpp752 size_t stackMapSize = moduleSectionDes.GetArkStackMapSize(); in GetMemoryCodeInfos()