Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/aot_file/
H A Dmodule_section_des.h173 uint32_t arkStackMapSize = GetArkStackMapSize(); in AddArkStackMapSection() local
174 if (arkStackMapSize > 0) { in AddArkStackMapSection()
175 sectionsInfo_[ElfSecName::ARK_STACKMAP] = std::pair(arkStackMapAddr, arkStackMapSize); in AddArkStackMapSection()
/arkcompiler/ets_runtime/ecmascript/stackmap/
H A Dark_stackmap_builder.h57 uint32_t arkStackMapSize {0};
H A Dark_stackmap_builder.cpp46 double stackMapsSize = static_cast<double>(dumpInfo.arkStackMapSize); in Dump()
122 dumper_.arkStackMapSize += regOffsetSize; in SaveArkStackMap()
167 dumper_.arkStackMapSize += regOffsetSize; in SaveArkDeopt()

Completed in 2 milliseconds