Searched refs:regs_copy (Results 1 – 2 of 2) sorted by relevance
207 std::unique_ptr<Regs> regs_copy(regs_->Clone()); in TEST_F() local229 unwinder.SetRegs(regs_copy.get()); in TEST_F()934 std::unique_ptr<Regs> regs_copy(leak_data->regs->Clone()); in OfflineUnwind() local936 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()
460 std::unique_ptr<unwindstack::Regs> regs_copy(thread_info.registers->Clone()); in dump_thread() local461 unwinder->SetRegs(regs_copy.get()); in dump_thread()