Home
last modified time | relevance | path

Searched refs:Funcode (Results 1 – 4 of 4) sorted by relevance

/external/starlark-go/internal/compile/
Dserial.go183 func (e *encoder) function(fn *Funcode) {
269 funcs := make([]*Funcode, d.int())
363 func (d *decoder) function() *Funcode {
379 return &Funcode{
Dcompile.go314 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{
[all …]
Dcodegen_test.go76 func disassemble(f *Funcode) string { argument
/external/starlark-go/starlark/
Dvalue.go659 funcode *compile.Funcode