Home
last modified time | relevance | path

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

/system/core/debuggerd/libdebuggerd/
Dtombstone_proto.cpp400 std::unique_ptr<unwindstack::Regs> regs_copy(thread_info.registers->Clone()); in dump_thread() local
401 unwinder->SetRegs(regs_copy.get()); in dump_thread()
Dtombstone.cpp414 std::unique_ptr<unwindstack::Regs> regs_copy(thread_info.registers->Clone()); in dump_thread() local
415 unwinder->SetRegs(regs_copy.get()); in dump_thread()
/system/unwinding/libunwindstack/tests/
DUnwindOfflineTest.cpp217 std::unique_ptr<Regs> regs_copy(regs_->Clone()); in TEST_F() local
239 unwinder.SetRegs(regs_copy.get()); in TEST_F()
944 std::unique_ptr<Regs> regs_copy(leak_data->regs->Clone()); in OfflineUnwind() local
947 Unwinder unwinder(128, leak_data->maps, regs_copy.get(), leak_data->process_memory); in OfflineUnwind()