Lines Matching refs:regs_
180 regs_.FakeSetArch(ARCH_ARM); in SetUp()
181 regs_.FakeSetReturnAddressValid(false); in SetUp()
185 static RegsFake regs_; member in unwindstack::UnwinderTest
191 RegsFake UnwinderTest::regs_(5); member in unwindstack::UnwinderTest
200 regs_.set_pc(0x1000); in TEST_F()
201 regs_.set_sp(0x10000); in TEST_F()
206 Unwinder unwinder(64, maps_.get(), ®s_, process_memory_); in TEST_F()
270 regs_.set_pc(0x1000); in TEST_F()
271 regs_.set_sp(0x10000); in TEST_F()
276 Unwinder unwinder(64, maps_.get(), ®s_, process_memory_); in TEST_F()
339 regs_.set_pc(0xa5500); in TEST_F()
340 regs_.set_sp(0x10000); in TEST_F()
343 Unwinder unwinder(64, maps_.get(), ®s_, process_memory_); in TEST_F()
371 regs_.set_pc(0xa7500); in TEST_F()
372 regs_.set_sp(0x10000); in TEST_F()
375 Unwinder unwinder(64, maps_.get(), ®s_, process_memory_); in TEST_F()
403 regs_.set_pc(0x43000); in TEST_F()
404 regs_.set_sp(0x10000); in TEST_F()
407 Unwinder unwinder(64, maps_.get(), ®s_, process_memory_); in TEST_F()
440 regs_.set_pc(0x1000); in TEST_F()
441 regs_.set_sp(0x10000); in TEST_F()
446 Unwinder unwinder(64, maps_.get(), ®s_, process_memory_); in TEST_F()
478 regs_.set_pc(0x1000); in TEST_F()
479 regs_.set_sp(0x10000); in TEST_F()
481 Unwinder unwinder(20, maps_.get(), ®s_, process_memory_); in TEST_F()
515 regs_.set_pc(0x20000); in TEST_F()
516 regs_.set_sp(0x10000); in TEST_F()
526 Unwinder unwinder(64, maps_.get(), ®s_, process_memory_); in TEST_F()
590 regs_.set_pc(0x1000); in TEST_F()
591 regs_.set_sp(0x63000); in TEST_F()
595 Unwinder unwinder(64, maps_.get(), ®s_, process_memory_); in TEST_F()
641 regs_.set_pc(0x13000); in TEST_F()
642 regs_.set_sp(0x10000); in TEST_F()
647 Unwinder unwinder(64, maps_.get(), ®s_, process_memory_); in TEST_F()
661 regs_.set_pc(0x1000); in TEST_F()
662 regs_.set_sp(0x13000); in TEST_F()
667 Unwinder unwinder(64, maps_.get(), ®s_, process_memory_); in TEST_F()
679 regs_.set_pc(0x41000); in TEST_F()
680 regs_.set_sp(0x13000); in TEST_F()
682 Unwinder unwinder(64, maps_.get(), ®s_, process_memory_); in TEST_F()
705 regs_.set_pc(0); in TEST_F()
706 regs_.set_sp(0x10000); in TEST_F()
707 regs_.FakeSetReturnAddress(0x1204); in TEST_F()
708 regs_.FakeSetReturnAddressValid(true); in TEST_F()
713 Unwinder unwinder(64, maps_.get(), ®s_, process_memory_); in TEST_F()
771 regs_.set_pc(0x20000); in TEST_F()
772 regs_.set_sp(0x10000); in TEST_F()
774 regs_.FakeSetReturnAddress(0x12); in TEST_F()
775 regs_.FakeSetReturnAddressValid(true); in TEST_F()
777 Unwinder unwinder(64, maps_.get(), ®s_, process_memory_); in TEST_F()
818 regs_.set_pc(0); in TEST_F()
819 regs_.set_sp(0x10000); in TEST_F()
820 regs_.FakeSetReturnAddress(0x1204); in TEST_F()
821 regs_.FakeSetReturnAddressValid(true); in TEST_F()
823 Unwinder unwinder(64, maps_.get(), ®s_, process_memory_); in TEST_F()
860 regs_.set_pc(0x23000); in TEST_F()
861 regs_.set_sp(0x10000); in TEST_F()
862 regs_.FakeSetReturnAddress(0x23100); in TEST_F()
863 regs_.FakeSetReturnAddressValid(true); in TEST_F()
865 Unwinder unwinder(64, maps_.get(), ®s_, process_memory_); in TEST_F()
878 regs_.set_pc(0x100000); in TEST_F()
879 regs_.set_sp(0x10000); in TEST_F()
880 regs_.FakeSetReturnAddress(0x4); in TEST_F()
881 regs_.FakeSetReturnAddressValid(true); in TEST_F()
883 Unwinder unwinder(64, maps_.get(), ®s_, process_memory_); in TEST_F()
908 regs_.set_pc(0x1000); in TEST_F()
909 regs_.set_sp(0x10000); in TEST_F()
914 Unwinder unwinder(64, maps_.get(), ®s_, process_memory_); in TEST_F()
969 regs_.set_pc(0x1000); in TEST_F()
970 regs_.set_sp(0x10000); in TEST_F()
978 Unwinder unwinder(64, maps_.get(), ®s_, process_memory_); in TEST_F()
1039 regs_.set_pc(0x1000); in TEST_F()
1040 regs_.set_sp(0x10000); in TEST_F()
1041 regs_.FakeSetDexPc(0xa3400); in TEST_F()
1043 Unwinder unwinder(64, maps_.get(), ®s_, process_memory_); in TEST_F()
1087 regs_.set_pc(0x1000); in TEST_F()
1088 regs_.set_sp(0x10000); in TEST_F()
1089 regs_.FakeSetDexPc(0xd0400); in TEST_F()
1091 Unwinder unwinder(64, maps_.get(), ®s_, process_memory_); in TEST_F()
1135 regs_.set_pc(0x1000); in TEST_F()
1136 regs_.set_sp(0x10000); in TEST_F()
1137 regs_.FakeSetDexPc(0x50000); in TEST_F()
1139 Unwinder unwinder(64, maps_.get(), ®s_, process_memory_); in TEST_F()
1175 regs_.set_pc(0x1000); in TEST_F()
1176 regs_.set_sp(0x10000); in TEST_F()
1177 regs_.FakeSetDexPc(0x50000); in TEST_F()
1179 std::unique_ptr<DexFiles> dex_files = CreateDexFiles(regs_.Arch(), process_memory_); in TEST_F()
1180 Unwinder unwinder(64, maps_.get(), ®s_, process_memory_); in TEST_F()
1218 regs_.set_pc(0x1000); in TEST_F()
1219 regs_.set_sp(0x10000); in TEST_F()
1220 regs_.FakeSetDexPc(0xa3400); in TEST_F()
1224 Unwinder unwinder(64, maps_.get(), ®s_, process_memory_); in TEST_F()
1284 regs_.set_pc(0x1000); in TEST_F()
1285 regs_.set_sp(0x10000); in TEST_F()
1286 regs_.FakeSetDexPc(0xa3400); in TEST_F()
1288 Unwinder unwinder(1, maps_.get(), ®s_, process_memory_); in TEST_F()
1316 regs_.set_pc(0xc0050); in TEST_F()
1317 regs_.set_sp(0x10000); in TEST_F()
1320 Unwinder unwinder(64, maps_.get(), ®s_, process_memory_); in TEST_F()
1349 regs_.set_pc(0xc1050); in TEST_F()
1350 regs_.set_sp(0x10000); in TEST_F()
1353 Unwinder unwinder(64, maps_.get(), ®s_, process_memory_); in TEST_F()
1381 regs_.set_pc(0xc2050); in TEST_F()
1382 regs_.set_sp(0x10000); in TEST_F()
1385 Unwinder unwinder(64, maps_.get(), ®s_, process_memory_); in TEST_F()
1413 regs_.set_pc(0xc3050); in TEST_F()
1414 regs_.set_sp(0x10000); in TEST_F()
1417 Unwinder unwinder(64, maps_.get(), ®s_, process_memory_); in TEST_F()