/aosp_15_r20/system/unwinding/libunwindstack/utils/ |
H A D | RegsFake.h | 39 void set_sp(uint64_t sp) override { fake_sp_ = sp; } in set_sp() function 84 void set_sp(uint64_t sp) override { fake_sp_ = sp; } in set_sp() function
|
/aosp_15_r20/system/unwinding/libunwindstack/ |
H A D | RegsArm.cpp | 50 void RegsArm::set_sp(uint64_t sp) { in set_sp() function in unwindstack::RegsArm
|
H A D | RegsX86.cpp | 49 void RegsX86::set_sp(uint64_t sp) { in set_sp() function in unwindstack::RegsX86
|
H A D | RegsX86_64.cpp | 50 void RegsX86_64::set_sp(uint64_t sp) { in set_sp() function in unwindstack::RegsX86_64
|
H A D | RegsRiscv64.cpp | 91 void RegsRiscv64::set_sp(uint64_t sp) { in set_sp() function in unwindstack::RegsRiscv64
|
H A D | RegsArm64.cpp | 77 void RegsArm64::set_sp(uint64_t sp) { in set_sp() function in unwindstack::RegsArm64
|
/aosp_15_r20/prebuilts/go/linux-x86/src/runtime/ |
D | signal_linux_arm.go | 51 func (c *sigctxt) set_sp(x uint32) { c.regs().sp = x } func
|
D | signal_openbsd_arm.go | 52 func (c *sigctxt) set_sp(x uint32) { c.regs().sc_usr_sp = x } func
|
D | signal_freebsd_arm.go | 48 func (c *sigctxt) set_sp(x uint32) { c.regs().__gregs[13] = x } func
|
D | signal_netbsd_arm.go | 48 func (c *sigctxt) set_sp(x uint32) { c.regs().__gregs[_REG_R13] = x } func
|
D | defs_windows_arm64.go | 41 func (c *context) set_sp(x uintptr) { c.xsp = uint64(x) } func
|
D | signal_linux_s390x.go | 54 func (c *sigctxt) set_sp(x uint64) { c.regs().gregs[15] = x } func
|
D | defs_windows_386.go | 57 func (c *context) set_sp(x uintptr) { c.esp = uint32(x) } func
|
D | signal_linux_arm64.go | 65 func (c *sigctxt) set_sp(x uint64) { c.regs().sp = x } func
|
D | signal_darwin_arm64.go | 61 func (c *sigctxt) set_sp(x uint64) { c.regs().sp = x } func
|
D | signal_freebsd_arm64.go | 61 func (c *sigctxt) set_sp(x uint64) { c.regs().mc_gpregs.gp_sp = x } func
|
D | signal_freebsd_riscv64.go | 59 func (c *sigctxt) set_sp(x uint64) { c.regs().mc_gpregs.gp_sp = x } func
|
D | signal_openbsd_riscv64.go | 66 func (c *sigctxt) set_sp(x uint64) { c.regs().sc_sp = uintptr(x) } func
|
D | signal_openbsd_arm64.go | 68 func (c *sigctxt) set_sp(x uint64) { c.regs().sc_sp = uintptr(x) } func
|
D | signal_linux_riscv64.go | 62 func (c *sigctxt) set_sp(x uint64) { c.regs().sc_regs.sp = x } func
|
D | signal_linux_loong64.go | 69 func (c *sigctxt) set_sp(x uint64) { c.regs().sc_regs[3] = x } func
|
D | defs_windows_arm.go | 58 func (c *context) set_sp(x uintptr) { c.spr = uint32(x) } func
|
D | signal_openbsd_mips64.go | 72 func (c *sigctxt) set_sp(x uint64) { c.regs().sc_regs[29] = x } func
|
D | signal_netbsd_arm64.go | 66 func (c *sigctxt) set_sp(x uint64) { c.regs().__gregs[_REG_X31] = x } func
|
/aosp_15_r20/external/perfetto/src/profiling/perf/ |
H A D | frame_pointer_unwinder_unittest.cc | 47 void set_sp(uint64_t sp) override { fake_sp_ = sp; } in set_sp() function in perfetto::profiling::__anon43c18ef40111::RegsFake
|