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

Method arg3

src/stackFrame_arm.cpp:45–47  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

43}
44
45uintptr_t StackFrame::arg3() {
46 return (uintptr_t)_ucontext->uc_mcontext.arm_r3;
47}
48
49uintptr_t StackFrame::jarg0() {
50 // Unimplemented

Callers 2

readCounterMethod · 0.45
trapHandlerMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected