Searched defs:retAddr (Results 1 - 6 of 6) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/compiler/aot_file/ |
| H A D | aot_file_info.cpp | 29 bool AOTFileInfo::CalCallSiteInfo(uintptr_t retAddr, std::tuple<uint64_t, uint8_t *, int, CalleeRegAndOffsetVec> &ret, in CalCallSiteInfo() argument
|
| H A D | an_file_data_manager.cpp | 237 AOTFileInfo::CallSiteInfo AnFileDataManager::SafeCalCallSiteInfo(uintptr_t retAddr, bool isDeopt) in SafeCalCallSiteInfo() argument
|
| H A D | aot_file_manager.cpp | 329 AOTFileInfo::CallSiteInfo AOTFileManager::CalCallSiteInfo(uintptr_t retAddr, bool isDeopt) in CalCallSiteInfo() argument
|
| /arkcompiler/ets_runtime/ecmascript/ |
| H A D | frames.cpp | 125 std::pair<AOTFileInfo::CallSiteInfo, bool> FrameIterator::CalCallSiteInfo(uintptr_t retAddr, bool isDeopt) const in CalCallSiteInfo() argument
|
| H A D | ecma_context.cpp | 1218 CalCallSiteInfo( uintptr_t retAddr, bool isDeopt) const CalCallSiteInfo() argument
|
| /arkcompiler/ets_runtime/ecmascript/dfx/stackinfo/ |
| H A D | js_stackinfo.cpp | 370 long *retAddr = reinterpret_cast<long *>(&value); in ReadUintptrFromAddr() local
|
Completed in 8 milliseconds