Home
last modified time | relevance | path

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

/system/unwinding/libunwindstack/
DThreadUnwinder.cpp71 : UnwinderFromPid(max_frames, getpid(), Regs::CurrentArch(), maps) {} in ThreadUnwinder()
75 : UnwinderFromPid(max_frames, getpid(), Regs::CurrentArch(), maps, process_memory) {} in ThreadUnwinder()
78 : UnwinderFromPid(max_frames, getpid(), Regs::CurrentArch()) { in ThreadUnwinder()
167 std::unique_ptr<Regs> regs(Regs::CreateFromUcontext(Regs::CurrentArch(), entry->GetUcontext())); in UnwindWithSignal()
DRegs.cpp139 ArchEnum Regs::CurrentArch() { in CurrentArch() function in unwindstack::Regs
DAndroidUnwinder.cpp103 arch_ = Regs::CurrentArch(); in InternalInitialize()
/system/unwinding/libunwindstack/include/unwindstack/
DRegs.h84 static ArchEnum CurrentArch();
/system/unwinding/libunwindstack/benchmarks/
DElfBenchmark.cpp113 unwindstack::Regs::CurrentArch()); in BM_elf_get_build_id_from_object()
/system/core/debuggerd/libdebuggerd/
Dtombstone.cpp70 unwindstack::Regs::CreateFromUcontext(unwindstack::Regs::CurrentArch(), ucontext)); in engrave_tombstone_ucontext()
/system/unwinding/libunwindstack/tests/
DAndroidUnwinderTest.cpp124 if (Regs::CurrentArch() == ARCH_ARM) { in TEST()
471 AndroidRemoteUnwinder unwinder(getpid(), Regs::CurrentArch()); in TEST()
DUnwindTest.cpp376 std::unique_ptr<Regs> regs(Regs::CreateFromUcontext(Regs::CurrentArch(), ucontext)); in TEST_F()
DUnwinderTest.cpp1772 unwinder.SetArch(unwindstack::Regs::CurrentArch()); in TEST_F()
1796 unwinder1.SetArch(Regs::CurrentArch()); in TEST_F()
1801 UnwinderFromPid unwinder2(10, getpid(), Regs::CurrentArch(), &map); in TEST_F()
/system/core/debuggerd/handler/
Ddebuggerd_fallback.cpp71 unwindstack::Regs::CreateFromUcontext(unwindstack::Regs::CurrentArch(), ucontext)); in debuggerd_fallback_trace()
/system/core/debuggerd/
Dcrash_dump.cpp336 regs->reset(unwindstack::Regs::CreateFromUcontext(unwindstack::Regs::CurrentArch(), in ReadCrashInfo()
643 unwindstack::AndroidRemoteUnwinder unwinder(vm_pid, unwindstack::Regs::CurrentArch()); in main()