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

Method arg0

src/stackFrame_x64.cpp:42–44  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

40}
41
42uintptr_t StackFrame::arg0() {
43 return (uintptr_t)REG(RDI, rdi);
44}
45
46uintptr_t StackFrame::arg1() {
47 return (uintptr_t)REG(RSI, rsi);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected