Home
last modified time | relevance | path

Searched refs:SetIsJitCrashFlag (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/base/hiviewdfx/faultloggerd/tools/process_dump/
H A Ddfx_unwind_remote.cpp142 unwinder->SetIsJitCrashFlag(ProcessDumper::GetInstance().IsCrash()); in UnwindKeyThread()
182 unwinder->SetIsJitCrashFlag(false); in UnwindOtherThread()
/ohos5.0/base/hiviewdfx/faultloggerd/interfaces/innerkits/unwinder/include/
H A Dunwinder.h87 void SetIsJitCrashFlag(bool isCrash);
/ohos5.0/base/hiviewdfx/faultloggerd/interfaces/innerkits/unwinder/
H A Dlibunwinder.map32 OHOS::HiviewDFX::Unwinder::SetIsJitCrashFlag*;
H A Dunwinder.cpp197 inline void SetIsJitCrashFlag(bool isCrash) in SetIsJitCrashFlag() function in OHOS::HiviewDFX::Unwinder::Impl
440 void Unwinder::SetIsJitCrashFlag(bool isCrash) in SetIsJitCrashFlag() function in OHOS::HiviewDFX::Unwinder
442 impl_->SetIsJitCrashFlag(isCrash); in SetIsJitCrashFlag()