Searched refs:CreateFromLocal (Results 1 – 8 of 8) sorted by relevance
32 std::unique_ptr<unwindstack::Regs> regs(unwindstack::Regs::CreateFromLocal()); in Call6()
94 std::unique_ptr<Regs> regs(Regs::CreateFromLocal()); in TEST()
162 std::unique_ptr<Regs> regs(Regs::CreateFromLocal()); in InnerFunction()462 std::unique_ptr<Regs> regs(Regs::CreateFromLocal()); in TEST_F()
108 Regs* Regs::CreateFromLocal() { in CreateFromLocal() function in unwindstack::Regs
89 std::unique_ptr<unwindstack::Regs> regs(unwindstack::Regs::CreateFromLocal()); in Unwind()
84 static Regs* CreateFromLocal();
82 std::unique_ptr<unwindstack::Regs> regs(unwindstack::Regs::CreateFromLocal()); in GetContextAndExit()
149 regs.reset(unwindstack::Regs::CreateFromLocal()); in UnwindFromContext()