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

Method arg0

src/stackFrame_ppc64.cpp:33–35  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

31}
32
33uintptr_t StackFrame::arg0() {
34 return (uintptr_t)_ucontext->uc_mcontext.regs->gpr[3];
35}
36
37uintptr_t StackFrame::arg1() {
38 return (uintptr_t)_ucontext->uc_mcontext.regs->gpr[4];

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected