Lines Matching defs:assembler
7122 struct assembler { struct
7123 PyObject *a_bytecode; /* bytes containing bytecode */
7124 PyObject *a_except_table; /* bytes containing exception table */
7125 basicblock *a_entry;
7126 int a_offset; /* offset into bytecode */
7127 int a_nblocks; /* number of reachable blocks */
7128 int a_except_table_off; /* offset into exception table */
7129 int a_prevlineno; /* lineno of last emitted line in line table */
7130 int a_prev_end_lineno; /* end_lineno of last emitted line in line table */
7131 int a_lineno; /* lineno of last emitted instruction */
7132 int a_end_lineno; /* end_lineno of last emitted instruction */
7133 int a_lineno_start; /* bytecode start offset of current lineno */
7134 int a_end_lineno_start; /* bytecode start offset of current end_lineno */
7136 PyObject* a_linetable; /* bytes containing location info */
7137 int a_location_off; /* offset of last written location info frame */