Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
58
uintptr_t StackFrame::senderSP() {
59
return (uintptr_t)_ucontext->uc_mcontext.arm_r4;
60
}
61
62
void StackFrame::ret() {
63
pc() = link();
Callers
1
walkVM
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected