Home | History | Annotate | Download | only in gc

Lines Matching defs:exit

118 		dumplist("buildssa-exit", fn.Func.Exit)
146 s.exitCode = fn.Func.Exit
204 // fallthrough to exit
207 s.exit()
856 b := s.exit()
861 b := s.exit()
1036 // exit processes any code that needs to be generated just before returning.
1039 func (s *state) exit() *ssa.Block {
1044 // Run exit code. Typically, this code copies heap-allocated PPARAMOUT
3446 // Add recover edge to exit code.
3449 s.exit()
3676 // boundsCheck generates bounds checking code. Checks if 0 <= idx < len, branches to exit if not.
3689 // sliceBoundsCheck generates slice bounds checking code. Checks if 0 <= idx <= len, branches to exit if not.
3745 // If returns is false, the block is marked as an exit block.