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

Method method

src/stackFrame_arm.cpp:54–56  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

52}
53
54uintptr_t StackFrame::method() {
55 return (uintptr_t)_ucontext->uc_mcontext.arm_r9;
56}
57
58uintptr_t StackFrame::senderSP() {
59 return (uintptr_t)_ucontext->uc_mcontext.arm_r4;

Callers 1

walkVMMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected