Home
last modified time | relevance | path

Searched refs:set_pc (Results 1 – 22 of 22) sorted by relevance

/system/core/libunwindstack/tests/
DDwarfSectionImplTest.cpp103 regs.set_pc(0x100); in TYPED_TEST_P()
119 regs.set_pc(0x100); in TYPED_TEST_P()
135 regs.set_pc(0x100); in TYPED_TEST_P()
153 regs.set_pc(0x100); in TYPED_TEST_P()
171 regs.set_pc(0x100); in TYPED_TEST_P()
236 regs.set_pc(0x100); in TYPED_TEST_P()
253 regs.set_pc(0x100); in TYPED_TEST_P()
271 regs.set_pc(0x100); in TYPED_TEST_P()
292 regs.set_pc(0x100); in TYPED_TEST_P()
323 regs.set_pc(0x100); in TYPED_TEST_P()
[all …]
DUnwinderTest.cpp162 regs_.set_pc(0x1000); in TEST_F()
226 regs_.set_pc(0x1000); in TEST_F()
289 regs_.set_pc(0xa5500); in TEST_F()
319 regs_.set_pc(0xa7500); in TEST_F()
349 regs_.set_pc(0x43000); in TEST_F()
379 regs_.set_pc(0x43000); in TEST_F()
415 regs_.set_pc(0x1000); in TEST_F()
451 regs_.set_pc(0x1000); in TEST_F()
485 regs_.set_pc(0x20000); in TEST_F()
554 regs_.set_pc(0x1000); in TEST_F()
[all …]
DElfInterfaceArmTest.cpp280 regs.set_pc(0x1234); in TEST_F()
325 regs.set_pc(0x1234); in TEST_F()
350 regs.set_pc(0x1234); in TEST_F()
373 regs.set_pc(0x1234); in TEST_F()
400 regs.set_pc(0x1234); in TEST_F()
414 regs.set_pc(0x1234); in TEST_F()
DRegsFake.h39 void set_pc(uint64_t pc) override { fake_pc_ = pc; } in set_pc() function
84 void set_pc(uint64_t pc) override { fake_pc_ = pc; } in set_pc() function
DElfFake.cpp68 fake_regs->set_pc(entry.pc); in Step()
DRegsTest.cpp59 regs32.set_pc(0xf0120340); in TEST_F()
81 regs64.set_pc(0xf123456780102030UL); in TEST_F()
254 arm64.set_pc(0x0020007214bb3a04ULL); in TEST_F()
DArmExidxDecodeTest.cpp47 regs_arm_->set_pc(0); in Init()
/system/core/libunwindstack/include/unwindstack/
DRegsMips.h48 void set_pc(uint64_t pc) override;
DRegsArm.h48 void set_pc(uint64_t pc) override;
DRegsMips64.h48 void set_pc(uint64_t pc) override;
DRegsX86_64.h51 void set_pc(uint64_t pc) override;
DRegsX86.h51 void set_pc(uint64_t pc) override;
DRegsArm64.h49 void set_pc(uint64_t pc) override;
DRegs.h61 virtual void set_pc(uint64_t pc) = 0;
/system/core/libunwindstack/
DRegsArm.cpp46 void RegsArm::set_pc(uint64_t pc) { in set_pc() function in unwindstack::RegsArm
DRegsMips64.cpp47 void RegsMips64::set_pc(uint64_t pc) { in set_pc() function in unwindstack::RegsMips64
DRegsMips.cpp47 void RegsMips::set_pc(uint64_t pc) { in set_pc() function in unwindstack::RegsMips
DRegsX86_64.cpp46 void RegsX86_64::set_pc(uint64_t pc) { in set_pc() function in unwindstack::RegsX86_64
DRegsX86.cpp45 void RegsX86::set_pc(uint64_t pc) { in set_pc() function in unwindstack::RegsX86
DRegsArm64.cpp50 void RegsArm64::set_pc(uint64_t pc) { in set_pc() function in unwindstack::RegsArm64
DDwarfSection.cpp556 cur_regs->set_pc(0); in Eval()
558 cur_regs->set_pc((*cur_regs)[cie->return_address_register]); in Eval()
/system/extras/simpleperf/
DOfflineUnwinder_test.cpp115 arm64.set_pc(0xffccccccccULL); in TEST()