MCPcopy 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
33uintptr_t StackFrame::arg0() {
34 return (uintptr_t)_ucontext->uc_mcontext.arm_r0;
35}
36
37uintptr_t StackFrame::arg1() {
38 return (uintptr_t)_ucontext->uc_mcontext.arm_r1;

Callers 2

readCounterMethod · 0.45
trapHandlerMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected