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

Method arg1

src/stackFrame_aarch64.cpp:47–49  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

45}
46
47uintptr_t StackFrame::arg1() {
48 return (uintptr_t)REG(regs[1], x[1]);
49}
50
51uintptr_t StackFrame::arg2() {
52 return (uintptr_t)REG(regs[2], x[2]);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected