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

Method link

src/stackFrame_arm.cpp:29–31  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

27}
28
29uintptr_t StackFrame::link() {
30 return (uintptr_t)_ucontext->uc_mcontext.arm_lr;
31}
32
33uintptr_t StackFrame::arg0() {
34 return (uintptr_t)_ucontext->uc_mcontext.arm_r0;

Callers 2

walkDwarfMethod · 0.45
walkVMMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected