MCPcopy 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
100void StackFrame::adjustSP(const void* entry, const void* pc, uintptr_t& sp) {
101 // Not needed
102}
103
104bool StackFrame::checkInterruptedSyscall() {
105 return retval() == (uintptr_t)-EINTR;

Callers 1

walkVMMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected