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

Method arg1

src/stackFrame_arm.cpp:37–39  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

35}
36
37uintptr_t StackFrame::arg1() {
38 return (uintptr_t)_ucontext->uc_mcontext.arm_r1;
39}
40
41uintptr_t StackFrame::arg2() {
42 return (uintptr_t)_ucontext->uc_mcontext.arm_r2;

Callers 3

readCounterMethod · 0.45
checkFaultMethod · 0.45
trapHandlerMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected