Home
last modified time | relevance | path

Searched defs:retAddr (Results 1 – 5 of 5) 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.cpp334 AOTFileInfo::CallSiteInfo AnFileDataManager::SafeCalCallSiteInfo(uintptr_t retAddr, bool isDeopt) in SafeCalCallSiteInfo()
Daot_file_manager.cpp356 AOTFileInfo::CallSiteInfo AOTFileManager::CalCallSiteInfo(uintptr_t retAddr, bool isDeopt) in CalCallSiteInfo()
/arkcompiler/ets_runtime/ecmascript/
Dframes.cpp124 std::pair<AOTFileInfo::CallSiteInfo, bool> FrameIterator::CalCallSiteInfo(uintptr_t retAddr, bool i… in CalCallSiteInfo()
Decma_vm.cpp1110 …<uint64_t, uint8_t*, int, kungfu::CalleeRegAndOffsetVec> EcmaVM::CalCallSiteInfo(uintptr_t retAddr, in CalCallSiteInfo()