Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/aot_file/
Dmodule_section_des.h72 void SetArkStackMapPtr(std::shared_ptr<uint8_t> ptr) in SetArkStackMapPtr() function
92 void SetArkStackMapPtr(uint8_t *ptr) in SetArkStackMapPtr() function
Daot_file_info.h108 des.SetArkStackMapPtr(ptr); in UpdateStackMap()
Delf_reader.cpp83 des.SetArkStackMapPtr(reinterpret_cast<uint8_t *>(secAddr)); in ParseELFSections()
312 des[i].SetArkStackMapPtr(reinterpret_cast<uint8_t *>(secAddr + secOffset)); in SeparateArkStackMapSections()
388 des[i].SetArkStackMapPtr(reinterpret_cast<uint8_t *>(secAddr + secOffset)); in SeparateArkStackMapSections()
/arkcompiler/ets_runtime/ecmascript/compiler/
Dfile_generators.cpp52 des.SetArkStackMapPtr(ptr); in CollectStackMapDes()