Home | History | Annotate | Download | only in runtime

Lines Matching full:setssp

2550 	// we don't ask for a traceback. C.F. the function setsSP for more about this.
2553 // the "PC within setsSP function" check turns out not to be usable.
2574 if gp == nil || sp < gp.stack.lo || gp.stack.hi < sp || setsSP(pc) {
2636 func setsSP(pc uintptr) bool {