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

Method arg0

src/stackFrame_i386.cpp:34–36  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

32}
33
34uintptr_t StackFrame::arg0() {
35 return stackAt(1);
36}
37
38uintptr_t StackFrame::arg1() {
39 return stackAt(2);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected