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

Method arg3

src/stackFrame_aarch64.cpp:55–57  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

53}
54
55uintptr_t StackFrame::arg3() {
56 return (uintptr_t)REG(regs[3], x[3]);
57}
58
59uintptr_t StackFrame::jarg0() {
60 return arg1();

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected