Home
last modified time | relevance | path

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

/third_party/python/Python/
Dcompile.c119 struct instr *b_instr; member
569 if (block->b_instr != NULL) { in compiler_unit_check()
589 if (b->b_instr) in compiler_unit_free()
590 PyObject_Free((void *)b->b_instr); in compiler_unit_free()
876 result->b_instr[n] = block->b_instr[i]; in compiler_copy_block()
892 if (b->b_instr == NULL) { in compiler_next_instr()
893 b->b_instr = (struct instr *)PyObject_Calloc( in compiler_next_instr()
895 if (b->b_instr == NULL) { in compiler_next_instr()
918 (void *)b->b_instr, newsize); in compiler_next_instr()
923 b->b_instr = tmp; in compiler_next_instr()
[all …]