Home
last modified time | relevance | path

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

/aosp_15_r20/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()
/aosp_15_r20/external/python/cpython3/Python/
Dcompile.c395 static int compiler_next_instr(basicblock *);
849 int n = compiler_next_instr(result); in compiler_copy_block()
866 compiler_next_instr(basicblock *b) in compiler_next_instr() function
1259 int off = compiler_next_instr(b); in compiler_addop_line()
1504 int off = compiler_next_instr(b); in compiler_addop_i_line()
1549 int off = compiler_next_instr(b); in add_jump_to_block()
8162 if (compiler_next_instr(block) < 0) { in insert_instruction()
9079 int index = compiler_next_instr(bb); in extend_block()