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

Method arg1

src/stackFrame_x64.cpp:46–48  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

44}
45
46uintptr_t StackFrame::arg1() {
47 return (uintptr_t)REG(RSI, rsi);
48}
49
50uintptr_t StackFrame::arg2() {
51 return (uintptr_t)REG(RDX, rdx);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected