Home
last modified time | relevance | path

Searched defs:retAddr (Results 1 – 6 of 6) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/aot_file/
Daot_file_info.cpp29 bool AOTFileInfo::CalCallSiteInfo(uintptr_t retAddr, std::tuple<uint64_t, uint8_t *, int, CalleeReg… in CalCallSiteInfo()
Dan_file_data_manager.cpp237 AOTFileInfo::CallSiteInfo AnFileDataManager::SafeCalCallSiteInfo(uintptr_t retAddr, bool isDeopt) in SafeCalCallSiteInfo()
Daot_file_manager.cpp329 AOTFileInfo::CallSiteInfo AOTFileManager::CalCallSiteInfo(uintptr_t retAddr, bool isDeopt) in CalCallSiteInfo()
/arkcompiler/ets_runtime/ecmascript/
Dframes.cpp125 std::pair<AOTFileInfo::CallSiteInfo, bool> FrameIterator::CalCallSiteInfo(uintptr_t retAddr, bool i… in CalCallSiteInfo()
Decma_context.cpp1220 uintptr_t retAddr, bool isDeopt) const in CalCallSiteInfo()
/arkcompiler/ets_runtime/ecmascript/dfx/stackinfo/
Djs_stackinfo.cpp366 long *retAddr = reinterpret_cast<long *>(&value); in ReadUintptrFromAddr() local