Searched defs:set_sp (Results 1 – 6 of 6) sorted by relevance
| /system/unwinding/libunwindstack/utils/ | ||
| D | RegsFake.h | 39 void set_sp(uint64_t sp) override { fake_sp_ = sp; } in set_sp() function |
| /system/unwinding/libunwindstack/ | ||
| D | RegsArm.cpp | 50 void RegsArm::set_sp(uint64_t sp) { in set_sp() function in unwindstack::RegsArm |
| D | RegsX86_64.cpp | 50 void RegsX86_64::set_sp(uint64_t sp) { in set_sp() function in unwindstack::RegsX86_64 |
| D | RegsX86.cpp | 49 void RegsX86::set_sp(uint64_t sp) { in set_sp() function in unwindstack::RegsX86 |
| D | RegsRiscv64.cpp | 91 void RegsRiscv64::set_sp(uint64_t sp) { in set_sp() function in unwindstack::RegsRiscv64 |
| D | RegsArm64.cpp | 77 void RegsArm64::set_sp(uint64_t sp) { in set_sp() function in unwindstack::RegsArm64 |