Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
62
void StackFrame::ret() {
63
pc() = link();
64
}
65
66
67
bool StackFrame::unwindStub(instruction_t* entry, const char* name, uintptr_t& pc, uintptr_t& sp, uintptr_t& fp) {
Callers
1
trapHandler
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected