Home
last modified time | relevance | path

Searched refs:arkStackMapSize (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/aot_file/
Dmodule_section_des.h161 uint32_t arkStackMapSize = GetArkStackMapSize(); in AddArkStackMapSection() local
162 if (arkStackMapSize > 0) { in AddArkStackMapSection()
163 sectionsInfo_[ElfSecName::ARK_STACKMAP] = std::pair(arkStackMapAddr, arkStackMapSize); in AddArkStackMapSection()
/arkcompiler/ets_runtime/ecmascript/stackmap/
Dark_stackmap_builder.h57 uint32_t arkStackMapSize {0};
Dark_stackmap_builder.cpp47 double stackMapsSize = static_cast<double>(dumpInfo.arkStackMapSize); in Dump()
127 dumper_.arkStackMapSize += regOffsetSize; in SaveArkStackMap()
172 dumper_.arkStackMapSize += regOffsetSize; in SaveArkDeopt()