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

Method arg3

src/stackFrame_x64.cpp:54–56  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

52}
53
54uintptr_t StackFrame::arg3() {
55 return (uintptr_t)REG(RCX, rcx);
56}
57
58uintptr_t StackFrame::jarg0() {
59 return arg1();

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected