Searched refs:CreateFromLocal (Results 1 – 7 of 7) sorted by relevance
112 Regs* Regs::CreateFromLocal() { in CreateFromLocal() function in unwindstack::Regs
89 std::unique_ptr<unwindstack::Regs> regs(unwindstack::Regs::CreateFromLocal()); in Unwind()
82 static Regs* CreateFromLocal();
33 std::unique_ptr<unwindstack::Regs> regs(unwindstack::Regs::CreateFromLocal()); in Call6()
82 std::unique_ptr<unwindstack::Regs> regs(unwindstack::Regs::CreateFromLocal()); in GetContextAndExit()
158 regs.reset(unwindstack::Regs::CreateFromLocal()); in UnwindFromContext()
162 std::unique_ptr<Regs> regs(Regs::CreateFromLocal()); in InnerFunction()462 std::unique_ptr<Regs> regs(Regs::CreateFromLocal()); in TEST_F()