= {
}
Obj closureTrampoline8(Closure *C, Obj o0, Obj o1, Obj o2, Obj o3, Obj o4, Obj o5, Obj o6, Obj o7)
8-argument trampoline for jumping back into the interpreter when a closure that has not yet been comp...
Obj closureTrampoline3(Closure *C, Obj o0, Obj o1, Obj o2)
3-argument trampoline for jumping back into the interpreter when a closure that has not yet been comp...
Obj closureTrampoline4(Closure *C, Obj o0, Obj o1, Obj o2, Obj o3)
4-argument trampoline for jumping back into the interpreter when a closure that has not yet been comp...
Obj closureTrampoline9(Closure *C, Obj o0, Obj o1, Obj o2, Obj o3, Obj o4, Obj o5, Obj o6, Obj o7, Obj o8)
9-argument trampoline for jumping back into the interpreter when a closure that has not yet been comp...
Obj closureTrampoline2(Closure *C, Obj o0, Obj o1)
2-argument trampoline for jumping back into the interpreter when a closure that has not yet been comp...
Object *(* ClosureInvoke)(Closure *,...)
A compiled closure invoke function.
Obj closureTrampoline1(Closure *C, Obj o0)
1-argument trampoline for jumping back into the interpreter when a closure that has not yet been comp...
Obj closureTrampoline7(Closure *C, Obj o0, Obj o1, Obj o2, Obj o3, Obj o4, Obj o5, Obj o6)
7-argument trampoline for jumping back into the interpreter when a closure that has not yet been comp...
Obj closureTrampoline10(Closure *C, Obj o0, Obj o1, Obj o2, Obj o3, Obj o4, Obj o5, Obj o6, Obj o7, Obj o8, Obj o9)
10-argument trampoline for jumping back into the interpreter when a closure that has not yet been com...
Obj closureTrampoline6(Closure *C, Obj o0, Obj o1, Obj o2, Obj o3, Obj o4, Obj o5)
6-argument trampoline for jumping back into the interpreter when a closure that has not yet been comp...
Obj closureTrampoline5(Closure *C, Obj o0, Obj o1, Obj o2, Obj o3, Obj o4)
5-argument trampoline for jumping back into the interpreter when a closure that has not yet been comp...
Obj closureTrampoline0(Closure *C)
0-argument trampoline for jumping back into the interpreter when a closure that has not yet been comp...
Array of trampolines, indexed by number or arguments.