Searched refs:CreateFromLocal (Results 1 – 9 of 9) sorted by relevance
71 std::unique_ptr<unwindstack::Regs> regs(unwindstack::Regs::CreateFromLocal()); in Unwind()
108 Regs* Regs::CreateFromLocal() { in CreateFromLocal() function in unwindstack::Regs
94 std::unique_ptr<Regs> regs(Regs::CreateFromLocal()); in TEST()
173 std::unique_ptr<Regs> regs(Regs::CreateFromLocal()); in InnerFunction()473 std::unique_ptr<Regs> regs(Regs::CreateFromLocal()); in TEST_F()
87 static Regs* CreateFromLocal();
116 std::unique_ptr<unwindstack::Regs> regs(unwindstack::Regs::CreateFromLocal()); in CollectImpl()
82 std::unique_ptr<unwindstack::Regs> regs(unwindstack::Regs::CreateFromLocal()); in GetContextAndExit()
161 regs.reset(unwindstack::Regs::CreateFromLocal()); in UnwindFromContext()
70 std::unique_ptr<unwindstack::Regs> regs(unwindstack::Regs::CreateFromLocal()); in Unwind()