Home
last modified time | relevance | path

Searched defs:sp (Results 1 – 11 of 11) sorted by relevance

/system/core/libutils/include/utils/
DStrongPointer.h55 inline sp() : m_ptr(0) { } in sp() function
114 sp<T>::sp(T* other) in sp() function
121 sp<T>::sp(const sp<T>& other) in sp() function
128 sp<T>::sp(sp<T>&& other) in sp() function
134 sp<T>::sp(U* other) in sp() function
141 sp<T>::sp(const sp<U>& other) in sp() function
148 sp<T>::sp(sp<U>&& other) in sp() function
/system/core/libpixelflinger/codeflinger/tinyutils/
Dsmartpointer.h52 inline sp() : m_ptr(0) { } in sp() function
97 sp<T>::sp(T* other) in sp() function
104 sp<T>::sp(const sp<T>& other) in sp() function
111 sp<T>::sp(U* other) : m_ptr(other) in sp() function
117 sp<T>::sp(const sp<U>& other) in sp() function
/system/core/libunwindstack/include/unwindstack/
DRegs.h88 uint64_t sp() override { return sp_; } in sp() function
91 void set_sp(AddressType sp) { sp_ = sp; } in set_sp()
/system/core/libbacktrace/
DUnwindCurrent.cpp109 unw_word_t sp; in UnwindFromContext() local
DUnwindPtrace.cpp117 unw_word_t sp; in Unwind() local
DBacktraceOffline.cpp200 unw_word_t sp; in Unwind() local
Dbacktrace_test.cpp1439 static void SetUcontextSp(uintptr_t sp, ucontext_t* ucontext) { in SetUcontextSp()
/system/core/libbacktrace/include/backtrace/
DBacktrace.h59 uintptr_t sp; // The top of the stack. member
/system/core/debuggerd/libdebuggerd/
Dtombstone.cpp285 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
/system/core/libmemunreachable/
DThreadCapture.cpp228 const int sp = in PtraceThreadInfo() local
/system/core/libunwindstack/
DUser.h90 uint64_t sp; member