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

Method arg1

src/stackFrame_i386.cpp:38–40  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

36}
37
38uintptr_t StackFrame::arg1() {
39 return stackAt(2);
40}
41
42uintptr_t StackFrame::arg2() {
43 return stackAt(3);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected