Home
last modified time | relevance | path

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

12

/system/core/libutils/include/utils/
DStrongPointer.h33 inline sp() : m_ptr(nullptr) { } in sp() function
62 sp(std::nullptr_t) : sp() {} in sp() function
240 sp<T>::sp(T* other) in sp() function
250 sp<T>::sp(U* other) : m_ptr(other) { in sp() function
272 sp<T>::sp(const sp<T>& other) in sp() function
279 sp<T>::sp(sp<T>&& other) noexcept : m_ptr(other.m_ptr) { in sp() function
284 sp<T>::sp(const sp<U>& other) in sp() function
291 sp<T>::sp(sp<U>&& other) in sp() function
/system/unwinding/libunwindstack/
DRegsArm.cpp42 uint64_t RegsArm::sp() { in sp() function in unwindstack::RegsArm
50 void RegsArm::set_sp(uint64_t sp) { in set_sp()
110 uint64_t sp = regs_[ARM_REG_SP]; in StepIfSignalHandler() local
135 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()
142 uint64_t sp = regs_[MIPS64_REG_SP]; in StepIfSignalHandler() local
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()
DRegsArm64.cpp50 uint64_t RegsArm64::sp() { in sp() function in unwindstack::RegsArm64
77 void RegsArm64::set_sp(uint64_t sp) { in set_sp()
/system/unwinding/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()
83 uint64_t sp() override { return fake_sp_; } in sp() function
85 void set_sp(uint64_t sp) override { fake_sp_ = sp; } in set_sp()
DElfFake.h39 uint64_t sp; member
/system/core/init/
Depoll.cpp45 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/
DCallChainJoiner_test.cpp41 std::vector<uint64_t> sp = {0x1}; in TEST() local
99 std::vector<uint64_t> sp = {1, 1}; in TEST() local
111 std::vector<uint64_t> sp; in TEST() local
134 std::vector<uint64_t> sp = {1, 2, 3, 4}; in TEST() local
DCallChainJoiner.h35 uint64_t sp; member
77 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/unwinding/libunwindstack/include/unwindstack/
DUserArm64.h36 uint64_t sp; member
DUnwinder.h47 uint64_t sp; member
/system/extras/simpleperf/scripts/purgatorio/
Dpurgatorio.py45 import simpleperf_report_lib as sp namespace
/system/tools/aidl/tests/java/src/android/aidl/tests/
DExtensionTests.java55 private NonVintfParcelable sp; field in ExtensionTests
/system/unwinding/libbacktrace/include/backtrace/
DBacktrace.h88 uint64_t sp; // The top of the stack. member
/system/memory/libmemunreachable/
DThreadCapture.cpp228 const int sp = in PtraceThreadInfo() local
/system/unwinding/libunwindstack/tools/
Dunwind_for_offline.cpp252 uint64_t sp = regs->sp(); in SaveData() local
/system/bt/embdrv/g722/
Dg722_enc_dec.h71 int sp; member
/system/core/debuggerd/proto/
Dtombstone.proto136 uint64 sp = 3; field
/system/unwinding/libunwindstack/tests/fuzz/
DUnwinderComponentCreator.cpp89 uint64_t sp = data_provider->ConsumeIntegral<uint64_t>(); in ElfPushFakeStepData() local
/system/core/debuggerd/libdebuggerd/
Dtombstone_proto.cpp83 static std::optional<std::string> get_stack_overflow_cause(uint64_t fault_addr, uint64_t sp, in get_stack_overflow_cause()
Dtombstone.cpp87 static std::string get_stack_overflow_cause(uint64_t fault_addr, uint64_t sp, in get_stack_overflow_cause()

12