Searched refs:b_instr (Results 1 – 1 of 1) sorted by relevance
66 struct instr *b_instr; member426 if (block->b_instr != NULL) { in compiler_unit_check()446 if (b->b_instr) in compiler_unit_free()447 PyObject_Free((void *)b->b_instr); in compiler_unit_free()623 if (b->b_instr == NULL) { in compiler_next_instr()624 b->b_instr = (struct instr *)PyObject_Malloc( in compiler_next_instr()626 if (b->b_instr == NULL) { in compiler_next_instr()631 memset((char *)b->b_instr, 0, in compiler_next_instr()651 (void *)b->b_instr, newsize); in compiler_next_instr()656 b->b_instr = tmp; in compiler_next_instr()[all …]