Home
last modified time | relevance | path

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

/aosp12/system/unwinding/libunwindstack/
H A DLocalUnwinder.cpp71 std::unique_ptr<unwindstack::Regs> regs(unwindstack::Regs::CreateFromLocal()); in Unwind()
H A DRegs.cpp108 Regs* Regs::CreateFromLocal() { in CreateFromLocal() function in unwindstack::Regs
/aosp12/system/unwinding/libunwindstack/tests/
H A DVerifyBionicTerminationTest.cpp94 std::unique_ptr<Regs> regs(Regs::CreateFromLocal()); in TEST()
H A DUnwindTest.cpp173 std::unique_ptr<Regs> regs(Regs::CreateFromLocal()); in InnerFunction()
473 std::unique_ptr<Regs> regs(Regs::CreateFromLocal()); in TEST_F()
/aosp12/system/unwinding/libunwindstack/include/unwindstack/
H A DRegs.h87 static Regs* CreateFromLocal();
/aosp12/art/runtime/
H A Dbacktrace_helper.cc116 std::unique_ptr<unwindstack::Regs> regs(unwindstack::Regs::CreateFromLocal()); in CollectImpl()
/aosp12/system/unwinding/libbacktrace/
H A Dbacktrace_testlib.cpp82 std::unique_ptr<unwindstack::Regs> regs(unwindstack::Regs::CreateFromLocal()); in GetContextAndExit()
H A DUnwindStack.cpp161 regs.reset(unwindstack::Regs::CreateFromLocal()); in UnwindFromContext()
/aosp12/system/unwinding/libunwindstack/benchmarks/
H A Dlocal_unwind_benchmarks.cpp70 std::unique_ptr<unwindstack::Regs> regs(unwindstack::Regs::CreateFromLocal()); in Unwind()