Home
last modified time | relevance | path

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

/external/python/cpython2/Python/
Dcompile.c152 static int compiler_next_instr(struct compiler *, basicblock *);
620 compiler_next_instr(struct compiler *c, basicblock *b) in compiler_next_instr() function
929 off = compiler_next_instr(c, c->u->u_curblock); in compiler_addop()
1007 off = compiler_next_instr(c, c->u->u_curblock); in compiler_addop_i()
1025 off = compiler_next_instr(c, c->u->u_curblock); in compiler_addop_j()