Home
last modified time | relevance | path

Searched refs:CreateFromLocal (Results 1 – 7 of 7) sorted by relevance

/system/core/libunwindstack/
DRegs.cpp112 Regs* Regs::CreateFromLocal() { in CreateFromLocal() function in unwindstack::Regs
DLocalUnwinder.cpp89 std::unique_ptr<unwindstack::Regs> regs(unwindstack::Regs::CreateFromLocal()); in Unwind()
/system/core/libunwindstack/include/unwindstack/
DRegs.h82 static Regs* CreateFromLocal();
/system/core/libunwindstack/benchmarks/
Dunwind_benchmarks.cpp33 std::unique_ptr<unwindstack::Regs> regs(unwindstack::Regs::CreateFromLocal()); in Call6()
/system/core/libbacktrace/
Dbacktrace_testlib.cpp82 std::unique_ptr<unwindstack::Regs> regs(unwindstack::Regs::CreateFromLocal()); in GetContextAndExit()
DUnwindStack.cpp158 regs.reset(unwindstack::Regs::CreateFromLocal()); in UnwindFromContext()
/system/core/libunwindstack/tests/
DUnwindTest.cpp162 std::unique_ptr<Regs> regs(Regs::CreateFromLocal()); in InnerFunction()
462 std::unique_ptr<Regs> regs(Regs::CreateFromLocal()); in TEST_F()