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.h60 void SetArkStackMapPtr(std::shared_ptr<uint8_t> ptr) in SetArkStackMapPtr() function
80 void SetArkStackMapPtr(uint8_t *ptr) in SetArkStackMapPtr() function
Delf_reader.cpp79 des.SetArkStackMapPtr(reinterpret_cast<uint8_t *>(secAddr)); in ParseELFSections()
286 des[i].SetArkStackMapPtr(reinterpret_cast<uint8_t *>(secAddr + secOffset)); in SeparateArkStackMapSections()
336 des[i].SetArkStackMapPtr(reinterpret_cast<uint8_t *>(secAddr + secOffset)); in SeparateArkStackMapSections()
Daot_file_info.h149 des.SetArkStackMapPtr(ptr); in UpdateStackMap()
/arkcompiler/ets_runtime/ecmascript/compiler/
Dfile_generators.cpp43 des.SetArkStackMapPtr(ptr); in CollectStackMapDes()