Searched refs:Funcode (Results 1 – 4 of 4) sorted by relevance
183 func (e *encoder) function(fn *Funcode) {269 funcs := make([]*Funcode, d.int())363 func (d *decoder) function() *Funcode {379 return &Funcode{
314 Functions []*Funcode316 Toplevel *Funcode // module initialization function326 type Funcode struct { struct364 functions map[*Funcode]uint32369 fn *Funcode // what we're building404 func (fn *Funcode) Position(pc uint32) syntax.Position { argument436 func (fn *Funcode) decodeLNT() { argument500 functions: make(map[*Funcode]uint32),507 …e string, pos syntax.Position, stmts []syntax.Stmt, locals, freevars []*resolve.Binding) *Funcode {511 fn: &Funcode{[all …]
76 func disassemble(f *Funcode) string { argument
659 funcode *compile.Funcode