Home
last modified time | relevance | path

Searched refs:regs_copy (Results 1 – 2 of 2) sorted by relevance

/system/core/libunwindstack/tests/
DUnwindOfflineTest.cpp207 std::unique_ptr<Regs> regs_copy(regs_->Clone()); in TEST_F() local
229 unwinder.SetRegs(regs_copy.get()); in TEST_F()
934 std::unique_ptr<Regs> regs_copy(leak_data->regs->Clone()); in OfflineUnwind() local
936 Unwinder unwinder(128, leak_data->maps, regs_copy.get(), leak_data->process_memory); in OfflineUnwind()
937 unwinder.SetJitDebug(&jit_debug, regs_copy->Arch()); in OfflineUnwind()
/system/core/debuggerd/libdebuggerd/
Dtombstone.cpp460 std::unique_ptr<unwindstack::Regs> regs_copy(thread_info.registers->Clone()); in dump_thread() local
461 unwinder->SetRegs(regs_copy.get()); in dump_thread()