Home
last modified time | relevance | path

Searched defs:set_sp (Results 1 – 7 of 7) sorted by relevance

/system/unwinding/libunwindstack/tests/
DRegsFake.h40 void set_sp(uint64_t sp) override { fake_sp_ = sp; } in set_sp() function
85 void set_sp(uint64_t sp) override { fake_sp_ = sp; } in set_sp() function
/system/unwinding/libunwindstack/
DRegsMips64.cpp51 void RegsMips64::set_sp(uint64_t sp) { in set_sp() function in unwindstack::RegsMips64
DRegsArm.cpp50 void RegsArm::set_sp(uint64_t sp) { in set_sp() function in unwindstack::RegsArm
DRegsX86_64.cpp50 void RegsX86_64::set_sp(uint64_t sp) { in set_sp() function in unwindstack::RegsX86_64
DRegsMips.cpp51 void RegsMips::set_sp(uint64_t sp) { in set_sp() function in unwindstack::RegsMips
DRegsX86.cpp49 void RegsX86::set_sp(uint64_t sp) { in set_sp() function in unwindstack::RegsX86
DRegsArm64.cpp77 void RegsArm64::set_sp(uint64_t sp) { in set_sp() function in unwindstack::RegsArm64