Home
last modified time | relevance | path

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

/system/core/libunwindstack/
DRegs.cpp94 ArchEnum Regs::CurrentArch() { in CurrentArch() function in unwindstack::Regs
/system/core/libunwindstack/include/unwindstack/
DRegs.h79 static ArchEnum CurrentArch();
/system/core/libbacktrace/
DUnwindStack.cpp163 regs.reset(unwindstack::Regs::CreateFromUcontext(unwindstack::Regs::CurrentArch(), ucontext)); in UnwindFromContext()
185 regs.reset(unwindstack::Regs::CreateFromUcontext(unwindstack::Regs::CurrentArch(), context)); in Unwind()
DUnwindStackMap.cpp112 arch_ = unwindstack::Regs::CurrentArch(); in GetFunctionName()
/system/core/libunwindstack/benchmarks/
Dunwind_benchmarks.cpp113 unwindstack::Regs::CurrentArch()); in BM_get_build_id_from_elf()
/system/core/debuggerd/
Dcrash_dump.cpp293 regs->reset(unwindstack::Regs::CreateFromUcontext(unwindstack::Regs::CurrentArch(), in ReadCrashInfo()
577 if (!unwinder.Init(unwindstack::Regs::CurrentArch())) { in main()
/system/core/debuggerd/handler/
Ddebuggerd_fallback.cpp84 unwindstack::ArchEnum arch = unwindstack::Regs::CurrentArch(); in debuggerd_fallback_trace()
/system/core/debuggerd/libdebuggerd/
Dtombstone.cpp636 unwindstack::Regs::CreateFromUcontext(unwindstack::Regs::CurrentArch(), ucontext)); in engrave_tombstone_ucontext()
650 if (!unwinder.Init(unwindstack::Regs::CurrentArch())) { in engrave_tombstone_ucontext()
/system/core/libunwindstack/tests/
DUnwindTest.cpp383 std::unique_ptr<Regs> regs(Regs::CreateFromUcontext(Regs::CurrentArch(), ucontext)); in TEST_F()