/system/unwinding/libunwindstack/tests/ |
D | DwarfSectionImplTest.cpp | 81 regs.set_pc(0x100); in TYPED_TEST_P() 97 regs.set_pc(0x100); in TYPED_TEST_P() 113 regs.set_pc(0x100); in TYPED_TEST_P() 131 regs.set_pc(0x100); in TYPED_TEST_P() 149 regs.set_pc(0x100); in TYPED_TEST_P() 214 regs.set_pc(0x100); in TYPED_TEST_P() 231 regs.set_pc(0x100); in TYPED_TEST_P() 249 regs.set_pc(0x100); in TYPED_TEST_P() 270 regs.set_pc(0x100); in TYPED_TEST_P() 301 regs.set_pc(0x100); in TYPED_TEST_P() [all …]
|
D | UnwinderTest.cpp | 201 regs_.set_pc(0x1000); in TEST_F() 271 regs_.set_pc(0x1000); in TEST_F() 340 regs_.set_pc(0xa5500); in TEST_F() 372 regs_.set_pc(0xa7500); in TEST_F() 404 regs_.set_pc(0x43000); in TEST_F() 441 regs_.set_pc(0x1000); in TEST_F() 479 regs_.set_pc(0x1000); in TEST_F() 516 regs_.set_pc(0x20000); in TEST_F() 591 regs_.set_pc(0x1000); in TEST_F() 642 regs_.set_pc(0x13000); in TEST_F() [all …]
|
D | ElfInterfaceArmTest.cpp | 283 regs.set_pc(0x1234); in TEST_F() 328 regs.set_pc(0x1234); in TEST_F() 353 regs.set_pc(0x1234); in TEST_F() 376 regs.set_pc(0x1234); in TEST_F() 403 regs.set_pc(0x1234); in TEST_F() 417 regs.set_pc(0x1234); in TEST_F()
|
D | RegsTest.cpp | 63 regs32.set_pc(0xf0120340); in TEST_F() 85 regs64.set_pc(0xf123456780102030UL); in TEST_F() 270 arm64.set_pc(0x0020007214bb3a04ULL); in TEST_F() 277 arm64.set_pc(0x0020007214bb3a04ULL); in TEST_F()
|
D | ElfFake.cpp | 69 fake_regs->set_pc(entry.pc); in Step()
|
D | ArmExidxDecodeTest.cpp | 47 regs_arm_->set_pc(0); in Init()
|
/system/unwinding/libunwindstack/utils/ |
D | RegsFake.h | 38 void set_pc(uint64_t pc) override { fake_pc_ = pc; } in set_pc() function 83 void set_pc(uint64_t pc) override { fake_pc_ = pc; } in set_pc() function
|
/system/unwinding/libunwindstack/include/unwindstack/ |
D | RegsArm.h | 47 void set_pc(uint64_t pc) override;
|
D | RegsX86_64.h | 50 void set_pc(uint64_t pc) override;
|
D | RegsX86.h | 50 void set_pc(uint64_t pc) override;
|
D | RegsRiscv64.h | 48 void set_pc(uint64_t pc) override;
|
D | RegsArm64.h | 48 void set_pc(uint64_t pc) override;
|
D | Regs.h | 62 virtual void set_pc(uint64_t pc) = 0;
|
/system/unwinding/libunwindstack/ |
D | RegsArm.cpp | 46 void RegsArm::set_pc(uint64_t pc) { in set_pc() function in unwindstack::RegsArm
|
D | RegsX86.cpp | 45 void RegsX86::set_pc(uint64_t pc) { in set_pc() function in unwindstack::RegsX86
|
D | RegsRiscv64.cpp | 87 void RegsRiscv64::set_pc(uint64_t pc) { in set_pc() function in unwindstack::RegsRiscv64
|
D | RegsX86_64.cpp | 46 void RegsX86_64::set_pc(uint64_t pc) { in set_pc() function in unwindstack::RegsX86_64
|
D | RegsArm64.cpp | 70 void RegsArm64::set_pc(uint64_t pc) { in set_pc() function in unwindstack::RegsArm64
|
D | DwarfSection.cpp | 575 cur_regs->set_pc(0); in Eval() 577 cur_regs->set_pc((*cur_regs)[cie->return_address_register]); in Eval()
|
/system/extras/simpleperf/ |
D | OfflineUnwinder_test.cpp | 118 arm64.set_pc(0xffccccccccULL); in TEST()
|
/system/unwinding/libunwindstack/benchmarks/ |
D | EvalBenchmark.cpp | 67 regs.set_pc(0x1000); in RunBenchmark()
|
/system/core/debuggerd/libdebuggerd/ |
D | tombstone_proto.cpp | 372 f->set_pc(frame.pc); in fill_in_backtrace_frame()
|