Lines Matching refs:process_memory_
64 process_memory_.reset(memory_); in SetUpTestSuite()
186 static std::shared_ptr<Memory> process_memory_; member in unwindstack::UnwinderTest
192 std::shared_ptr<Memory> UnwinderTest::process_memory_(nullptr);
205 Unwinder unwinder(64, maps_.get(), ®s_, process_memory_); in TEST_F()
275 Unwinder unwinder(64, maps_.get(), ®s_, process_memory_); in TEST_F()
342 Unwinder unwinder(64, maps_.get(), ®s_, process_memory_); in TEST_F()
374 Unwinder unwinder(64, maps_.get(), ®s_, process_memory_); in TEST_F()
406 Unwinder unwinder(64, maps_.get(), ®s_, process_memory_); in TEST_F()
445 Unwinder unwinder(64, maps_.get(), ®s_, process_memory_); in TEST_F()
480 Unwinder unwinder(20, maps_.get(), ®s_, process_memory_); in TEST_F()
525 Unwinder unwinder(64, maps_.get(), ®s_, process_memory_); in TEST_F()
594 Unwinder unwinder(64, maps_.get(), ®s_, process_memory_); in TEST_F()
646 Unwinder unwinder(64, maps_.get(), ®s_, process_memory_); in TEST_F()
666 Unwinder unwinder(64, maps_.get(), ®s_, process_memory_); in TEST_F()
681 Unwinder unwinder(64, maps_.get(), ®s_, process_memory_); in TEST_F()
712 Unwinder unwinder(64, maps_.get(), ®s_, process_memory_); in TEST_F()
776 Unwinder unwinder(64, maps_.get(), ®s_, process_memory_); in TEST_F()
822 Unwinder unwinder(64, maps_.get(), ®s_, process_memory_); in TEST_F()
864 Unwinder unwinder(64, maps_.get(), ®s_, process_memory_); in TEST_F()
882 Unwinder unwinder(64, maps_.get(), ®s_, process_memory_); in TEST_F()
913 Unwinder unwinder(64, maps_.get(), ®s_, process_memory_); in TEST_F()
977 Unwinder unwinder(64, maps_.get(), ®s_, process_memory_); in TEST_F()
1042 Unwinder unwinder(64, maps_.get(), ®s_, process_memory_); in TEST_F()
1090 Unwinder unwinder(64, maps_.get(), ®s_, process_memory_); in TEST_F()
1138 Unwinder unwinder(64, maps_.get(), ®s_, process_memory_); in TEST_F()
1178 std::unique_ptr<DexFiles> dex_files = CreateDexFiles(regs_.Arch(), process_memory_); in TEST_F()
1179 Unwinder unwinder(64, maps_.get(), ®s_, process_memory_); in TEST_F()
1223 Unwinder unwinder(64, maps_.get(), ®s_, process_memory_); in TEST_F()
1287 Unwinder unwinder(1, maps_.get(), ®s_, process_memory_); in TEST_F()
1319 Unwinder unwinder(64, maps_.get(), ®s_, process_memory_); in TEST_F()
1352 Unwinder unwinder(64, maps_.get(), ®s_, process_memory_); in TEST_F()
1384 Unwinder unwinder(64, maps_.get(), ®s_, process_memory_); in TEST_F()
1416 Unwinder unwinder(64, maps_.get(), ®s_, process_memory_); in TEST_F()
1445 Unwinder unwinder32(10, maps_.get(), ®s_arm, process_memory_); in TEST_F()
1449 Unwinder unwinder64(10, maps_.get(), ®s_arm64, process_memory_); in TEST_F()
1498 Unwinder unwinder(10, maps_.get(), ®s, process_memory_); in TEST_F()
1567 Unwinder unwinder(64, maps_.get(), regs, process_memory_); in TEST_F()
1595 Unwinder unwinder(10, maps_.get(), ®s, process_memory_); in TEST_F()
1631 Unwinder unwinder(10, maps_.get(), ®s, process_memory_); in TEST_F()
1742 std::unique_ptr<JitDebug> jit_debug = CreateJitDebug(regs.Arch(), process_memory_); in TEST_F()
1743 Unwinder unwinder(10, maps_.get(), ®s, process_memory_); in TEST_F()