Home
last modified time | relevance | path

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

/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/libutils/include/utils/
DStrongPointer.h70 inline sp() : m_ptr(nullptr) { } in sp() function
141 sp<T>::sp(T* other) in sp() function
148 sp<T>::sp(const sp<T>& other) in sp() function
155 sp<T>::sp(sp<T>&& other) noexcept : m_ptr(other.m_ptr) { in sp() function
160 sp<T>::sp(U* other) in sp() function
167 sp<T>::sp(const sp<U>& other) in sp() function
174 sp<T>::sp(sp<U>&& other) in sp() function
/system/core/libunwindstack/
DRegsArm.cpp42 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
DRegsMips64.cpp43 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
DRegsArm64.cpp43 uint64_t RegsArm64::sp() { in sp() function in unwindstack::RegsArm64
51 void RegsArm64::set_sp(uint64_t sp) { in set_sp()
DRegsX86_64.cpp42 uint64_t RegsX86_64::sp() { in sp() function in unwindstack::RegsX86_64
50 void RegsX86_64::set_sp(uint64_t sp) { in set_sp()
DRegsMips.cpp43 uint64_t RegsMips::sp() { in sp() function in unwindstack::RegsMips
51 void RegsMips::set_sp(uint64_t sp) { in set_sp()
DRegsX86.cpp41 uint64_t RegsX86::sp() { in sp() function in unwindstack::RegsX86
49 void RegsX86::set_sp(uint64_t sp) { in set_sp()
/system/core/libunwindstack/tests/
DRegsFake.h38 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()
DElfFake.h38 uint64_t sp; member
/system/extras/simpleperf/
DCallChainJoiner_test.cpp42 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
DCallChainJoiner.h35 uint64_t sp; member
79 CacheNode* FindNode(uint32_t tid, uint64_t ip, uint64_t sp) { in FindNode()
DCallChainJoiner.cpp112 CacheNode* LRUCache::GetNode(uint32_t tid, uint64_t ip, uint64_t sp) { in GetNode()
/system/core/libunwindstack/include/unwindstack/
DUserArm64.h36 uint64_t sp; member
DUnwinder.h45 uint64_t sp; member
/system/core/debuggerd/libdebuggerd/
Dtombstone.cpp158 uint64_t* sp, size_t words, int label) { in dump_stack_segment()
214 uint64_t sp = frames[first].sp - STACK_WORDS * sizeof(word_t); in dump_stack() local
/system/core/libbacktrace/include/backtrace/
DBacktrace.h88 uint64_t sp; // The top of the stack. member
/system/core/libunwindstack/tools/
Dunwind_for_offline.cpp256 uint64_t sp = regs->sp(); in SaveData() local
/system/core/libmemunreachable/
DThreadCapture.cpp228 const int sp = in PtraceThreadInfo() local
/system/bt/embdrv/g722/
Dg722_enc_dec.h71 int sp; member
/system/extras/simpleperf/scripts/
Ddebug_unwind_reporter.py134 def __init__(self, ip, sp, filename, vaddr_in_file, function_name, map_start_addr, argument
/system/netd/resolv/
Dgetaddrinfo.cpp690 struct servent* sp; in get_port() local
/system/core/libbacktrace/
Dbacktrace_test.cpp1513 static void SetUcontextSp(uint64_t sp, ucontext_t* ucontext) { in SetUcontextSp()
/system/core/lmkd/
Dlmkd.c1294 static void set_process_group_and_prio(int pid, SchedPolicy sp, int prio) { in set_process_group_and_prio()