Searched defs:set_sp (Results 1 – 7 of 7) sorted by relevance
| /system/core/libunwindstack/tests/ | ||
| D | RegsFake.h | 40 void set_sp(uint64_t sp) override { fake_sp_ = sp; } in set_sp() function |
| /system/core/libunwindstack/ | ||
| D | RegsArm64.cpp | 51 void RegsArm64::set_sp(uint64_t sp) { in set_sp() function in unwindstack::RegsArm64 |
| D | RegsMips64.cpp | 51 void RegsMips64::set_sp(uint64_t sp) { in set_sp() function in unwindstack::RegsMips64 |
| D | RegsX86_64.cpp | 50 void RegsX86_64::set_sp(uint64_t sp) { in set_sp() function in unwindstack::RegsX86_64 |
| D | RegsMips.cpp | 51 void RegsMips::set_sp(uint64_t sp) { in set_sp() function in unwindstack::RegsMips |
| D | RegsX86.cpp | 49 void RegsX86::set_sp(uint64_t sp) { in set_sp() function in unwindstack::RegsX86 |
| D | RegsArm.cpp | 50 void RegsArm::set_sp(uint64_t sp) { in set_sp() function in unwindstack::RegsArm |