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")
283 throw("freedefer with d._panic != nil")
288 throw("freedefer with d.fn != nil")
368 throw("bad defer entry in Goexit")
385 throw("panic while printing panic value")
420 throw("panic on system stack")
430 throw("panic during softfloat")
436 throw("panic during malloc")
445 throw("panic during preemptoff")
451 throw("panic holding locks")
494 throw("bad defer entry in panic")
520 throw("recovery failed") // mcall should not return
583 //go:linkname sync_throw sync.throw
585 throw(s)
589 func throw(s string) {
614 throw("bad recovery")
633 } else if _g_.m.mcache == nil { // can happen if called from signal handler or throw