Lines Matching refs:Funcode
314 Functions []*Funcode
316 Toplevel *Funcode // module initialization function
326 type Funcode struct { struct
364 functions map[*Funcode]uint32
369 fn *Funcode // what we're building
404 func (fn *Funcode) Position(pc uint32) syntax.Position { argument
436 func (fn *Funcode) decodeLNT() { argument
500 functions: make(map[*Funcode]uint32),
507 …e string, pos syntax.Position, stmts []syntax.Stmt, locals, freevars []*resolve.Binding) *Funcode {
511 fn: &Funcode{
858 func PrintOp(fn *Funcode, pc uint32, op Opcode, arg uint32) { argument
976 func (pcomp *pcomp) functionIndex(fn *Funcode) uint32 {