Home
last modified time | relevance | path

Searched refs:compiler_next_instr (Results 1 – 2 of 2) 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()
/external/python/cpython3/Python/
Dcompile.c169 static int compiler_next_instr(struct compiler *, basicblock *);
799 compiler_next_instr(struct compiler *c, basicblock *b) in compiler_next_instr() function
1142 off = compiler_next_instr(c, c->u->u_curblock); in compiler_addop()
1235 off = compiler_next_instr(c, c->u->u_curblock); in compiler_addop_i()
1253 off = compiler_next_instr(c, c->u->u_curblock); in compiler_addop_j()