Searched refs:UnwindLocalWithContext (Results 1 – 5 of 5) sorted by relevance
63 bool UnwindLocalWithContext(const ucontext_t& context,
92 unwind.UnwindLocalWithContext(request->context); in CrashLocalUnwind()
16 OHOS::HiviewDFX::Unwinder::UnwindLocalWithContext*;
176 bool UnwindLocalWithContext(const ucontext_t& context, size_t maxFrameNum, size_t skipFrameNum);360 bool Unwinder::UnwindLocalWithContext(const ucontext_t& context, size_t maxFrameNum, size_t skipFra… in UnwindLocalWithContext() function in OHOS::HiviewDFX::Unwinder362 return impl_->UnwindLocalWithContext(context, maxFrameNum, skipFrameNum); in UnwindLocalWithContext()584 bool Unwinder::Impl::UnwindLocalWithContext(const ucontext_t& context, size_t maxFrameNum, size_t s… in UnwindLocalWithContext() function in OHOS::HiviewDFX::Unwinder::Impl
779 ASSERT_TRUE(unwinder->UnwindLocalWithContext(context));