/aosp_15_r20/system/unwinding/libunwindstack/utils/ |
H A 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
|
/aosp_15_r20/system/unwinding/libunwindstack/ |
H A D | RegsArm.cpp | 46 void RegsArm::set_pc(uint64_t pc) { in set_pc() function in unwindstack::RegsArm
|
H A D | RegsX86.cpp | 45 void RegsX86::set_pc(uint64_t pc) { in set_pc() function in unwindstack::RegsX86
|
H A D | RegsX86_64.cpp | 46 void RegsX86_64::set_pc(uint64_t pc) { in set_pc() function in unwindstack::RegsX86_64
|
H A D | RegsRiscv64.cpp | 87 void RegsRiscv64::set_pc(uint64_t pc) { in set_pc() function in unwindstack::RegsRiscv64
|
H A D | RegsArm64.cpp | 70 void RegsArm64::set_pc(uint64_t pc) { in set_pc() function in unwindstack::RegsArm64
|
/aosp_15_r20/prebuilts/go/linux-x86/src/runtime/ |
D | signal_linux_arm.go | 50 func (c *sigctxt) set_pc(x uint32) { c.regs().pc = x } func
|
D | signal_openbsd_arm.go | 51 func (c *sigctxt) set_pc(x uint32) { c.regs().sc_pc = x } func
|
D | signal_freebsd_arm.go | 47 func (c *sigctxt) set_pc(x uint32) { c.regs().__gregs[15] = x } func
|
D | signal_netbsd_arm.go | 47 func (c *sigctxt) set_pc(x uint32) { c.regs().__gregs[_REG_R15] = x } func
|
D | signal_linux_s390x.go | 55 func (c *sigctxt) set_pc(x uint64) { c.regs().psw_addr = x } func
|
D | signal_linux_arm64.go | 64 func (c *sigctxt) set_pc(x uint64) { c.regs().pc = x } func
|
D | signal_darwin_arm64.go | 60 func (c *sigctxt) set_pc(x uint64) { c.regs().pc = x } func
|
D | signal_freebsd_arm64.go | 60 func (c *sigctxt) set_pc(x uint64) { c.regs().mc_gpregs.gp_elr = x } func
|
D | signal_freebsd_riscv64.go | 57 func (c *sigctxt) set_pc(x uint64) { c.regs().mc_gpregs.gp_sepc = x } func
|
D | signal_openbsd_riscv64.go | 64 func (c *sigctxt) set_pc(x uint64) { c.regs().sc_sepc = uintptr(x) } func
|
D | signal_openbsd_arm64.go | 67 func (c *sigctxt) set_pc(x uint64) { c.regs().sc_elr = uintptr(x) } func
|
D | signal_linux_riscv64.go | 60 func (c *sigctxt) set_pc(x uint64) { c.regs().sc_regs.pc = x } func
|
D | signal_linux_loong64.go | 68 func (c *sigctxt) set_pc(x uint64) { c.regs().sc_pc = x } func
|
D | signal_openbsd_mips64.go | 71 func (c *sigctxt) set_pc(x uint64) { c.regs().sc_pc = x } func
|
D | signal_netbsd_arm64.go | 65 func (c *sigctxt) set_pc(x uint64) { c.regs().__gregs[_REG_ELR] = x } func
|
D | signal_linux_mipsx.go | 59 func (c *sigctxt) set_pc(x uint32) { c.regs().sc_pc = uint64(x) } func
|
D | signal_linux_mips64x.go | 70 func (c *sigctxt) set_pc(x uint64) { c.regs().sc_pc = x } func
|
D | signal_openbsd_ppc64.go | 76 func (c *sigctxt) set_pc(x uint64) { c.regs().sc_pc = x } func
|
/aosp_15_r20/external/perfetto/src/profiling/perf/ |
H A D | frame_pointer_unwinder_unittest.cc | 46 void set_pc(uint64_t pc) override { fake_pc_ = pc; } in set_pc() function in perfetto::profiling::__anon43c18ef40111::RegsFake
|