Searched refs:IsCrash (Results 1 – 4 of 4) sorted by relevance
94 if (ProcessDumper::GetInstance().IsCrash() || request->siginfo.si_value.sival_int == 0) { in UnwindProcess()98 if (ProcessDumper::GetInstance().IsCrash()) { in UnwindProcess()131 if (ProcessDumper::GetInstance().IsCrash() && (process->vmThread_ != nullptr)) { in UnwindKeyThread()142 unwinder->SetIsJitCrashFlag(ProcessDumper::GetInstance().IsCrash()); in UnwindKeyThread()159 if (ProcessDumper::GetInstance().IsCrash()) { in UnwindKeyThread()168 if (ProcessDumper::GetInstance().IsCrash()) { in UnwindKeyThread()186 if ((index == 0) && ProcessDumper::GetInstance().IsCrash()) { in UnwindOtherThread()214 if (ProcessDumper::GetInstance().IsCrash()) { in UnwindOtherThread()
41 bool IsCrash() const;
52 if (ProcessDumper::GetInstance().IsCrash()) { in UnwindStack()
845 bool ProcessDumper::IsCrash() const in IsCrash() function in OHOS::HiviewDFX::ProcessDumper