Home
last modified time | relevance | path

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

/external/python/cpython2/Python/
Dcompile.c3649 assemble_emit(struct assembler *a, struct instr *i) in assemble_emit() function
3952 if (!assemble_emit(&a, &b->b_instr[j])) in assemble()
/external/python/cpython3/Python/
Dcompile.c5237 assemble_emit(struct assembler *a, struct instr *i) in assemble_emit() function
5523 if (!assemble_emit(&a, &b->b_instr[j])) in assemble()