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

Method arg1

src/stackFrame_loongarch64.cpp:39–41  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

37}
38
39uintptr_t StackFrame::arg1() {
40 return (uintptr_t)REG(LARCH_REG_A0 + 1);
41}
42
43uintptr_t StackFrame::arg2() {
44 return (uintptr_t)REG(LARCH_REG_A0 + 2);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected