Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/async-profiler/async-profiler
/ adjustSP
Method
adjustSP
src/stackFrame_arm.cpp:100–102 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
98
}
99
100
void StackFrame::adjustSP(const void* entry, const void* pc, uintptr_t& sp) {
101
// Not needed
102
}
103
104
bool StackFrame::checkInterruptedSyscall() {
105
return retval() == (uintptr_t)-EINTR;
Callers
1
walkVM
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected