Searched refs:CrashRecoveryContextImpl (Results 1 – 1 of 1) sorted by relevance
24 struct CrashRecoveryContextImpl;29 struct CrashRecoveryContextImpl { struct34 const CrashRecoveryContextImpl *Next; argument43 CrashRecoveryContextImpl(CrashRecoveryContext *CRC) noexcept in CrashRecoveryContextImpl() function48 ~CrashRecoveryContextImpl() { in ~CrashRecoveryContextImpl() argument120 CrashRecoveryContextImpl *CRCI = (CrashRecoveryContextImpl *) Impl; in ~CrashRecoveryContext()216 const_cast<CrashRecoveryContextImpl *>(CRCI)->HandleCrash( in ExceptionFilter()232 Impl = new CrashRecoveryContextImpl(this); in RunSafely()416 CrashRecoveryContextImpl *CRCI = new CrashRecoveryContextImpl(this); in RunSafely()438 CrashRecoveryContextImpl *CRCI = (CrashRecoveryContextImpl *)Impl; in HandleExit()[all …]