Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/async-profiler/async-profiler
/ method
Method
method
src/stackFrame_arm.cpp:54–56 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
52
}
53
54
uintptr_t StackFrame::method() {
55
return (uintptr_t)_ucontext->uc_mcontext.arm_r9;
56
}
57
58
uintptr_t StackFrame::senderSP() {
59
return (uintptr_t)_ucontext->uc_mcontext.arm_r4;
Callers
1
walkVM
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected