Lines Matching refs:process_memory_
64 process_memory_.reset(memory_); in SetUpTestSuite()
188 static std::shared_ptr<Memory> process_memory_; member in unwindstack::UnwinderTest
194 std::shared_ptr<Memory> UnwinderTest::process_memory_(nullptr);
207 Unwinder unwinder(64, maps_.get(), ®s_, process_memory_); in TEST_F()
272 Unwinder unwinder(64, maps_.get(), ®s_, process_memory_); in TEST_F()
334 Unwinder unwinder(64, maps_.get(), ®s_, process_memory_); in TEST_F()
365 Unwinder unwinder(64, maps_.get(), ®s_, process_memory_); in TEST_F()
396 Unwinder unwinder(64, maps_.get(), ®s_, process_memory_); in TEST_F()
427 Unwinder unwinder(64, maps_.get(), ®s_, process_memory_); in TEST_F()
466 Unwinder unwinder(64, maps_.get(), ®s_, process_memory_); in TEST_F()
500 Unwinder unwinder(20, maps_.get(), ®s_, process_memory_); in TEST_F()
543 Unwinder unwinder(64, maps_.get(), ®s_, process_memory_); in TEST_F()
607 Unwinder unwinder(64, maps_.get(), ®s_, process_memory_); in TEST_F()
656 Unwinder unwinder(64, maps_.get(), ®s_, process_memory_); in TEST_F()
677 Unwinder unwinder(64, maps_.get(), ®s_, process_memory_); in TEST_F()
693 Unwinder unwinder(64, maps_.get(), ®s_, process_memory_); in TEST_F()
731 Unwinder unwinder(64, maps_.get(), ®s_, process_memory_); in TEST_F()
798 Unwinder unwinder(64, maps_.get(), ®s_, process_memory_); in TEST_F()
849 Unwinder unwinder(64, maps_.get(), ®s_, process_memory_); in TEST_F()
896 Unwinder unwinder(64, maps_.get(), ®s_, process_memory_); in TEST_F()
921 Unwinder unwinder(64, maps_.get(), ®s_, process_memory_); in TEST_F()
982 Unwinder unwinder(64, maps_.get(), ®s_, process_memory_); in TEST_F()
1042 Unwinder unwinder(64, maps_.get(), ®s_, process_memory_); in TEST_F()
1087 Unwinder unwinder(64, maps_.get(), ®s_, process_memory_); in TEST_F()
1132 Unwinder unwinder(64, maps_.get(), ®s_, process_memory_); in TEST_F()
1177 std::unique_ptr<DexFiles> dex_files = CreateDexFiles(regs_.Arch(), process_memory_); in TEST_F()
1178 Unwinder unwinder(64, maps_.get(), ®s_, process_memory_); in TEST_F()
1227 Unwinder unwinder(64, maps_.get(), ®s_, process_memory_); in TEST_F()
1287 Unwinder unwinder(1, maps_.get(), ®s_, process_memory_); in TEST_F()
1318 Unwinder unwinder(64, maps_.get(), ®s_, process_memory_); in TEST_F()
1349 Unwinder unwinder(64, maps_.get(), ®s_, process_memory_); in TEST_F()
1380 Unwinder unwinder(64, maps_.get(), ®s_, process_memory_); in TEST_F()
1411 Unwinder unwinder(64, maps_.get(), ®s_, process_memory_); in TEST_F()
1439 Unwinder unwinder32(10, maps_.get(), ®s_arm, process_memory_); in TEST_F()
1443 Unwinder unwinder64(10, maps_.get(), ®s_arm64, process_memory_); in TEST_F()
1495 Unwinder unwinder(10, maps_.get(), ®s, process_memory_); in TEST_F()
1566 Unwinder unwinder(64, maps_.get(), regs, process_memory_); in TEST_F()
1594 Unwinder unwinder(10, maps_.get(), ®s, process_memory_); in TEST_F()
1628 Unwinder unwinder(10, maps_.get(), ®s, process_memory_); in TEST_F()
1733 std::unique_ptr<JitDebug> jit_debug = CreateJitDebug(regs.Arch(), process_memory_); in TEST_F()
1734 Unwinder unwinder(10, maps_.get(), ®s, process_memory_); in TEST_F()