Searched defs:retAddr (Results 1 – 6 of 6) sorted by relevance
29 bool AOTFileInfo::CalCallSiteInfo(uintptr_t retAddr, std::tuple<uint64_t, uint8_t *, int, CalleeReg… in CalCallSiteInfo()
237 AOTFileInfo::CallSiteInfo AnFileDataManager::SafeCalCallSiteInfo(uintptr_t retAddr, bool isDeopt) in SafeCalCallSiteInfo()
329 AOTFileInfo::CallSiteInfo AOTFileManager::CalCallSiteInfo(uintptr_t retAddr, bool isDeopt) in CalCallSiteInfo()
125 std::pair<AOTFileInfo::CallSiteInfo, bool> FrameIterator::CalCallSiteInfo(uintptr_t retAddr, bool i… in CalCallSiteInfo()
1220 uintptr_t retAddr, bool isDeopt) const in CalCallSiteInfo()
366 long *retAddr = reinterpret_cast<long *>(&value); in ReadUintptrFromAddr() local