Searched defs:sp (Results 1 – 11 of 11) sorted by relevance
55 inline sp() : m_ptr(0) { } in sp() function114 sp<T>::sp(T* other) in sp() function121 sp<T>::sp(const sp<T>& other) in sp() function128 sp<T>::sp(sp<T>&& other) in sp() function134 sp<T>::sp(U* other) in sp() function141 sp<T>::sp(const sp<U>& other) in sp() function148 sp<T>::sp(sp<U>&& other) in sp() function
52 inline sp() : m_ptr(0) { } in sp() function97 sp<T>::sp(T* other) in sp() function104 sp<T>::sp(const sp<T>& other) in sp() function111 sp<T>::sp(U* other) : m_ptr(other) in sp() function117 sp<T>::sp(const sp<U>& other) in sp() function
88 uint64_t sp() override { return sp_; } in sp() function91 void set_sp(AddressType sp) { sp_ = sp; } in set_sp()
109 unw_word_t sp; in UnwindFromContext() local
117 unw_word_t sp; in Unwind() local
200 unw_word_t sp; in Unwind() local
1439 static void SetUcontextSp(uintptr_t sp, ucontext_t* ucontext) { in SetUcontextSp()
59 uintptr_t sp; // The top of the stack. member
285 Backtrace* backtrace, log_t* log, uintptr_t* sp, size_t words, int label) { in dump_stack_segment()338 word_t sp = backtrace->GetFrame(first)->sp - STACK_WORDS * sizeof(word_t); in dump_stack() local
228 const int sp = in PtraceThreadInfo() local
90 uint64_t sp; member