Home
last modified time | relevance | path

Searched defs:fcomp (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/external/starlark-go/internal/compile/
H A Dcompile.go368 type fcomp struct { struct
369 fn *Funcode // what we're building
371 pcomp *pcomp
372 pos syntax.Position // current position of generated code
373 loops []loop
374 block *block
730 func (fcomp *fcomp) generate(blocks []*block, codelen uint32) {
901 func (fcomp) newBlock() *block {
906 func (fcomp *fcomp) emit(op Opcode) {
917 func (fcomp *fcomp) emit1(op Opcode, arg uint32) {
[all …]