Searched refs:CrashRecoveryContextImpl (Results 1 – 1 of 1) sorted by relevance
21 struct CrashRecoveryContextImpl;26 struct CrashRecoveryContextImpl { struct31 const CrashRecoveryContextImpl *Next; argument39 CrashRecoveryContextImpl(CrashRecoveryContext *CRC) : CRC(CRC), in CrashRecoveryContextImpl() argument45 ~CrashRecoveryContextImpl() { in ~CrashRecoveryContextImpl() argument100 CrashRecoveryContextImpl *CRCI = (CrashRecoveryContextImpl *) Impl; in ~CrashRecoveryContext()112 const CrashRecoveryContextImpl *CRCI = CurrentContext->get(); in GetCurrent()241 const_cast<CrashRecoveryContextImpl*>(CRCI)->HandleCrash(); in ExceptionHandler()351 CrashRecoveryContextImpl *CRCI = new CrashRecoveryContextImpl(this); in RunSafely()366 CrashRecoveryContextImpl *CRCI = (CrashRecoveryContextImpl *) Impl; in HandleCrash()[all …]