Searched refs:CurrentContext (Results 1 – 2 of 2) sorted by relevance
25 static ManagedStatic<sys::ThreadLocal<const CrashRecoveryContextImpl> > CurrentContext; variable38 CurrentContext->set(this); in CrashRecoveryContextImpl()42 CurrentContext->erase(); in ~CrashRecoveryContextImpl()52 CurrentContext->erase(); in HandleCrash()99 const CrashRecoveryContextImpl *CRCI = CurrentContext->get(); in GetCurrent()158 const CrashRecoveryContextImpl *CRCI = CurrentContext->get(); in ExceptionHandler()240 const CrashRecoveryContextImpl *CRCI = CurrentContext->get(); in CrashRecoverySignalHandler()
520 const StackFrameContext *CurrentContext = LCtx->getCurrentStackFrame(); in isLive() local522 if (VarContext == CurrentContext) { in isLive()551 return VarContext->isParentOf(CurrentContext); in isLive()