Home | History | Annotate | Download | only in runtime

Lines Matching defs:throw

15 // malloc is locked, causing a confusing error message. Throw a better
20 throw(string(err.(errorString)))
67 throw("recursive call during initialization - linker skew")
76 throw("defer on system stack")
90 throw("deferproc: d.panic != nil after newdefer")
162 throw("bad defer size class")
294 throw("freedefer with d._panic != nil")
299 throw("freedefer with d.fn != nil")
379 throw("bad defer entry in Goexit")
396 throw("panic while printing panic value")
434 throw("panic on system stack")
444 throw("panic during softfloat")
450 throw("panic during malloc")
459 throw("panic during preemptoff")
465 throw("panic holding locks")
510 throw("bad defer entry in panic")
538 throw("recovery failed") // mcall should not return
606 //go:linkname sync_throw sync.throw
608 throw(s)
612 func throw(s string) {
647 throw("bad recovery")
672 // could happen in a signal handler, or in a throw, or inside
760 // canpanic returns false if a signal should throw instead of