Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/aot_file/
Daot_file_info.cpp29 bool AOTFileInfo::CalCallSiteInfo(uintptr_t retAddr, in CalCallSiteInfo()
Dan_file_data_manager.cpp208 AOTFileInfo::CallSiteInfo AnFileDataManager::SafeCalCallSiteInfo(uintptr_t retAddr) in SafeCalCallSiteInfo()
Daot_file_manager.cpp242 AOTFileInfo::CallSiteInfo AOTFileManager::CalCallSiteInfo(uintptr_t retAddr) in CalCallSiteInfo()
/arkcompiler/ets_runtime/ecmascript/dfx/stackinfo/
Djs_stackinfo.cpp288 long *retAddr = reinterpret_cast<long *>(&value); in ReadUintptrFromAddr() local