Searched refs:compiler_next_instr (Results 1 – 2 of 2) sorted by relevance
| /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/ |
| D | compile.c | 152 static int compiler_next_instr(struct compiler *, basicblock *); 597 compiler_next_instr(struct compiler *c, basicblock *b) in compiler_next_instr() function 906 off = compiler_next_instr(c, c->u->u_curblock); in compiler_addop() 1025 off = compiler_next_instr(c, c->u->u_curblock); in compiler_addop_i() 1043 off = compiler_next_instr(c, c->u->u_curblock); in compiler_addop_j()
|
| /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Python/ |
| D | compile.c | 152 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() 1048 off = compiler_next_instr(c, c->u->u_curblock); in compiler_addop_i() 1066 off = compiler_next_instr(c, c->u->u_curblock); in compiler_addop_j()
|