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

Method ret

src/stackFrame_arm.cpp:62–64  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

60}
61
62void StackFrame::ret() {
63 pc() = link();
64}
65
66
67bool StackFrame::unwindStub(instruction_t* entry, const char* name, uintptr_t& pc, uintptr_t& sp, uintptr_t& fp) {

Callers 1

trapHandlerMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected