Home
last modified time | relevance | path

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

/aosp_15_r20/external/python/cpython2/Python/
Dcompile.c156 static int compiler_addop_j(struct compiler *, int, basicblock *, int);
1019 compiler_addop_j(struct compiler *c, int opcode, basicblock *b, int absolute) in compiler_addop_j() function
1098 if (!compiler_addop_j((C), (OP), (O), 1)) \
1103 if (!compiler_addop_j((C), (OP), (O), 0)) \
/aosp_15_r20/external/python/cpython3/Python/
Dcompile.c398 static int compiler_addop_j(struct compiler *, int, basicblock *);
1566 compiler_addop_j(struct compiler *c, int opcode, basicblock *b) in compiler_addop_j() function
1639 if (!compiler_addop_j((C), (OP), (O))) \
6850 if (!compiler_addop_j(c, JUMP, end) || in compiler_pattern_or()