Searched refs:CreateFromLocal (Results 1 – 9 of 9) sorted by relevance
95 std::unique_ptr<Regs> regs(Regs::CreateFromLocal()); in TEST()
184 std::unique_ptr<Regs> regs(Regs::CreateFromLocal()); in InnerFunction()451 std::unique_ptr<Regs> regs(Regs::CreateFromLocal()); in TEST_F()
181 std::unique_ptr<Regs> regs(Regs::CreateFromLocal()); in TEST()
87 static Regs* CreateFromLocal();
125 Regs* Regs::CreateFromLocal() { in CreateFromLocal() function in unwindstack::Regs
187 std::unique_ptr<Regs> regs(Regs::CreateFromLocal()); in InternalUnwind()
82 std::unique_ptr<unwindstack::Regs> regs(unwindstack::Regs::CreateFromLocal()); in GetContextAndExit()
172 regs.reset(unwindstack::Regs::CreateFromLocal()); in UnwindFromContext()
71 std::unique_ptr<unwindstack::Regs> regs(unwindstack::Regs::CreateFromLocal()); in Unwind()