Searched refs:CrashRecoveryContextImpl (Results 1 – 1 of 1) sorted by relevance
23 struct CrashRecoveryContextImpl;26 struct CrashRecoveryContextImpl { struct31 const CrashRecoveryContextImpl *Next; argument45 ~CrashRecoveryContextImpl() { in ~CrashRecoveryContextImpl() argument121 CrashRecoveryContextImpl *CRCI = (CrashRecoveryContextImpl *) Impl; in ~CrashRecoveryContext()133 const CrashRecoveryContextImpl *CRCI = CurrentContext; in GetCurrent()203 const CrashRecoveryContextImpl *CRCI = CurrentContext; in ExceptionFilter()233 Impl = new CrashRecoveryContextImpl(this); in RunSafely()417 CrashRecoveryContextImpl *CRCI = new CrashRecoveryContextImpl(this); in RunSafely()442 CrashRecoveryContextImpl *CRCI = (CrashRecoveryContextImpl *)Impl; in HandleExit()[all …]