Searched defs:set_sp (Results 1 – 7 of 7) sorted by relevance
/system/unwinding/libunwindstack/tests/ | ||
D | RegsFake.h | 40 void set_sp(uint64_t sp) override { fake_sp_ = sp; } in set_sp() function |
/system/unwinding/libunwindstack/ | ||
D | RegsMips64.cpp | 51 void RegsMips64::set_sp(uint64_t sp) { in set_sp() function in unwindstack::RegsMips64 |
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 | 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 | RegsArm64.cpp | 77 void RegsArm64::set_sp(uint64_t sp) { in set_sp() function in unwindstack::RegsArm64 |