Home
last modified time | relevance | path

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

/system/core/libunwindstack/tests/
DUnwinderTest.cpp144 regs_.set_pc(0x1000); in TEST_F()
204 regs_.set_pc(0x1000); in TEST_F()
263 regs_.set_pc(0xa5500); in TEST_F()
291 regs_.set_pc(0xa7500); in TEST_F()
319 regs_.set_pc(0x43000); in TEST_F()
352 regs_.set_pc(0x1000); in TEST_F()
386 regs_.set_pc(0x1000); in TEST_F()
418 regs_.set_pc(0x20000); in TEST_F()
484 regs_.set_pc(0x1000); in TEST_F()
530 regs_.set_pc(0x13000); in TEST_F()
[all …]
DRegsTest.cpp59 regs32.set_pc(0xf0120340); in TEST_F()
81 regs64.set_pc(0xf123456780102030UL); in TEST_F()
189 regs_arm.set_pc(0x1500); in TEST_F()
194 regs_arm64.set_pc(0x1600); in TEST_F()
198 regs_x86.set_pc(0x1700); in TEST_F()
202 regs_x86_64.set_pc(0x1800); in TEST_F()
206 regs_mips.set_pc(0x1900); in TEST_F()
210 regs_mips64.set_pc(0x1a00); in TEST_F()
DDwarfSectionImplTest.cpp98 regs.set_pc(0x100); in TYPED_TEST_P()
114 regs.set_pc(0x100); in TYPED_TEST_P()
130 regs.set_pc(0x100); in TYPED_TEST_P()
148 regs.set_pc(0x100); in TYPED_TEST_P()
166 regs.set_pc(0x100); in TYPED_TEST_P()
231 regs.set_pc(0x100); in TYPED_TEST_P()
248 regs.set_pc(0x100); in TYPED_TEST_P()
266 regs.set_pc(0x100); in TYPED_TEST_P()
287 regs.set_pc(0x100); in TYPED_TEST_P()
318 regs.set_pc(0x100); in TYPED_TEST_P()
[all …]
DRegsFake.h37 void set_pc(uint64_t pc) override { fake_pc_ = pc; } in set_pc() function
81 void set_pc(uint64_t pc) override { fake_pc_ = pc; } in set_pc() function
DElfInterfaceArmTest.cpp318 regs.set_pc(0x1234); in TEST_F()
361 regs.set_pc(0x1234); in TEST_F()
386 regs.set_pc(0x1234); in TEST_F()
409 regs.set_pc(0x1234); in TEST_F()
436 regs.set_pc(0x1234); in TEST_F()
450 regs.set_pc(0x1234); in TEST_F()
DElfFake.cpp68 fake_regs->set_pc(entry.pc); in Step()
DArmExidxDecodeTest.cpp49 regs_arm_->set_pc(0); in Init()
/system/core/libunwindstack/include/unwindstack/
DRegsArm64.h50 void set_pc(uint64_t pc) override;
DRegsArm.h50 void set_pc(uint64_t pc) override;
DRegsMips.h50 void set_pc(uint64_t pc) override;
DRegsMips64.h50 void set_pc(uint64_t pc) override;
DRegsX86.h53 void set_pc(uint64_t pc) override;
DRegsX86_64.h53 void set_pc(uint64_t pc) override;
DRegs.h60 virtual void set_pc(uint64_t pc) = 0;
/system/core/libunwindstack/
DRegsArm.cpp45 void RegsArm::set_pc(uint64_t pc) { in set_pc() function in unwindstack::RegsArm
DRegsArm64.cpp46 void RegsArm64::set_pc(uint64_t pc) { in set_pc() function in unwindstack::RegsArm64
DRegsMips64.cpp46 void RegsMips64::set_pc(uint64_t pc) { in set_pc() function in unwindstack::RegsMips64
DRegsMips.cpp46 void RegsMips::set_pc(uint64_t pc) { in set_pc() function in unwindstack::RegsMips
DRegsX86.cpp45 void RegsX86::set_pc(uint64_t pc) { in set_pc() function in unwindstack::RegsX86
DRegsX86_64.cpp45 void RegsX86_64::set_pc(uint64_t pc) { in set_pc() function in unwindstack::RegsX86_64
DDwarfSection.cpp249 cur_regs->set_pc(0); in Eval()
251 cur_regs->set_pc((*cur_regs)[cie->return_address_register]); in Eval()