/system/core/libutils/include/utils/ |
D | StrongPointer.h | 33 inline sp() : m_ptr(nullptr) { } in sp() function 178 sp<T>::sp(T* other) in sp() function 187 sp<T>::sp(const sp<T>& other) in sp() function 194 sp<T>::sp(sp<T>&& other) noexcept : m_ptr(other.m_ptr) { in sp() function 199 sp<T>::sp(U* other) in sp() function 208 sp<T>::sp(const sp<U>& other) in sp() function 215 sp<T>::sp(sp<U>&& other) in sp() function
|
/system/core/libunwindstack/ |
D | RegsArm.cpp | 42 uint64_t RegsArm::sp() { in sp() function in unwindstack::RegsArm 50 void RegsArm::set_sp(uint64_t sp) { in set_sp() 141 uint64_t sp = regs_[ARM_REG_SP]; in StepIfSignalHandler() local 166 uint64_t sp = regs_[ARM_REG_SP]; in StepIfSignalHandler() local
|
D | RegsMips64.cpp | 43 uint64_t RegsMips64::sp() { in sp() function in unwindstack::RegsMips64 51 void RegsMips64::set_sp(uint64_t sp) { in set_sp() 150 uint64_t sp = regs_[MIPS64_REG_SP]; in StepIfSignalHandler() local
|
D | RegsArm64.cpp | 43 uint64_t RegsArm64::sp() { in sp() function in unwindstack::RegsArm64 51 void RegsArm64::set_sp(uint64_t sp) { in set_sp()
|
D | RegsX86_64.cpp | 42 uint64_t RegsX86_64::sp() { in sp() function in unwindstack::RegsX86_64 50 void RegsX86_64::set_sp(uint64_t sp) { in set_sp()
|
D | RegsX86.cpp | 41 uint64_t RegsX86::sp() { in sp() function in unwindstack::RegsX86 49 void RegsX86::set_sp(uint64_t sp) { in set_sp()
|
D | RegsMips.cpp | 43 uint64_t RegsMips::sp() { in sp() function in unwindstack::RegsMips 51 void RegsMips::set_sp(uint64_t sp) { in set_sp()
|
/system/core/libunwindstack/tests/ |
D | RegsFake.h | 38 uint64_t sp() override { return fake_sp_; } in sp() function 40 void set_sp(uint64_t sp) override { fake_sp_ = sp; } in set_sp() 85 uint64_t sp() override { return fake_sp_; } in sp() function 87 void set_sp(uint64_t sp) override { fake_sp_ = sp; } in set_sp()
|
D | ElfFake.h | 38 uint64_t sp; member
|
/system/core/init/ |
D | epoll.cpp | 45 auto sp = std::make_shared<decltype(handler)>(std::move(handler)); in RegisterHandler() local 87 auto sp = *reinterpret_cast<std::shared_ptr<Handler>*>(ev[i].data.ptr); in Wait() local
|
/system/extras/simpleperf/ |
D | CallChainJoiner_test.cpp | 42 std::vector<uint64_t> sp = {0x1}; in TEST() local 100 std::vector<uint64_t> sp = {1, 1}; in TEST() local 112 std::vector<uint64_t> sp; in TEST() local 135 std::vector<uint64_t> sp = {1, 2, 3, 4}; in TEST() local
|
D | CallChainJoiner.h | 35 uint64_t sp; member 79 CacheNode* FindNode(uint32_t tid, uint64_t ip, uint64_t sp) { in FindNode()
|
D | CallChainJoiner.cpp | 112 CacheNode* LRUCache::GetNode(uint32_t tid, uint64_t ip, uint64_t sp) { in GetNode()
|
/system/core/libunwindstack/include/unwindstack/ |
D | UserArm64.h | 36 uint64_t sp; member
|
D | Unwinder.h | 45 uint64_t sp; member
|
/system/core/libbacktrace/include/backtrace/ |
D | Backtrace.h | 88 uint64_t sp; // The top of the stack. member
|
/system/memory/libmemunreachable/ |
D | ThreadCapture.cpp | 228 const int sp = in PtraceThreadInfo() local
|
/system/core/libunwindstack/tools/ |
D | unwind_for_offline.cpp | 256 uint64_t sp = regs->sp(); in SaveData() local
|
/system/bt/embdrv/g722/ |
D | g722_enc_dec.h | 71 int sp; member
|
/system/extras/simpleperf/scripts/ |
D | debug_unwind_reporter.py | 134 def __init__(self, ip, sp, filename, vaddr_in_file, function_name, map_start_addr, argument
|
/system/core/debuggerd/libdebuggerd/ |
D | tombstone.cpp | 90 static std::string get_stack_overflow_cause(uint64_t fault_addr, uint64_t sp, in get_stack_overflow_cause()
|
/system/core/libbacktrace/ |
D | backtrace_test.cpp | 1513 static void SetUcontextSp(uint64_t sp, ucontext_t* ucontext) { in SetUcontextSp()
|
/system/memory/lmkd/ |
D | lmkd.cpp | 1923 static void set_process_group_and_prio(int pid, SchedPolicy sp, int prio) { in set_process_group_and_prio()
|