Home | History | Annotate | Download | only in out

Lines Matching full:goto

49  * There's a "hybrid" approach that uses a goto table instead of a switch
431 * In the C mterp stubs, "goto" is a function call followed immediately
488 * The "goto label" statements turn into function calls followed by
519 * As a special case, "goto bail" turns into a longjmp. Use "bail_switch"
531 * started. If so, switch to a different "goto" table.
548 /* forward declarations of goto targets */
1246 * Everything from here on is a "goto target". In the basic interpreter
2046 * (This was originally a "goto" target; I've kept it separate from the