Home
last modified time | relevance | path

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

/aosp_15_r20/external/python/cpython2/Python/
Dcompile.c153 static int compiler_addop(struct compiler *, int);
924 compiler_addop(struct compiler *c, int opcode) in compiler_addop() function
1062 if (!compiler_addop((C), (OP))) \
1067 if (!compiler_addop((C), (OP))) { \
/aosp_15_r20/external/python/cpython3/Python/
Dcompile.c396 static int compiler_addop(struct compiler *, int);
1279 compiler_addop(struct compiler *c, int opcode) in compiler_addop() function
1580 if (!compiler_addop((C), (OP))) \
1590 if (!compiler_addop((C), (OP))) { \
6353 if (!compiler_addop(c, POP_TOP)) { in emit_and_reset_fail_pop()
6862 if (!compiler_addop(c, POP_TOP) || !jump_to_fail_pop(c, pc, JUMP)) { in compiler_pattern_or()