MCPcopy Create free account
hub / github.com/async-profiler/async-profiler / senderSP

Method senderSP

src/stackFrame_arm.cpp:58–60  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

56}
57
58uintptr_t StackFrame::senderSP() {
59 return (uintptr_t)_ucontext->uc_mcontext.arm_r4;
60}
61
62void StackFrame::ret() {
63 pc() = link();

Callers 1

walkVMMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected