Searched refs:GetUcontext (Results 1 – 4 of 4) sorted by relevance
58 inline ucontext_t* GetUcontext() { return &ucontext_; } in GetUcontext() function
166 std::unique_ptr<Regs> regs(Regs::CreateFromUcontext(Regs::CurrentArch(), entry->GetUcontext())); in UnwindWithSignal()
48 inline ucontext_t* GetUcontext() { return &ucontext_; } in GetUcontext() function
221 unwind_done = UnwindFromContext(num_ignore_frames, entry->GetUcontext()); in UnwindThread()