Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/async-profiler/async-profiler
/ arg0
Method
arg0
src/stackFrame_arm.cpp:33–35 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
31
}
32
33
uintptr_t StackFrame::arg0() {
34
return (uintptr_t)_ucontext->uc_mcontext.arm_r0;
35
}
36
37
uintptr_t StackFrame::arg1() {
38
return (uintptr_t)_ucontext->uc_mcontext.arm_r1;
Callers
2
readCounter
Method · 0.45
trapHandler
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected