Home
last modified time | relevance | path

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

/php-src/Zend/
H A Dzend_opcode.c1051 if (CG(context).opcodes_size != op_array->last) { in pass_two()
1053 CG(context).opcodes_size = op_array->last; in pass_two()
1069 CG(context).opcodes_size = op_array->last; in pass_two()
H A Dzend_compile.h193 uint32_t opcodes_size; member
H A Dzend_compile.c149 if (UNEXPECTED(next_op_num >= CG(context).opcodes_size)) { in get_next_op()
150 CG(context).opcodes_size *= 4; in get_next_op()
151 op_array->opcodes = erealloc(op_array->opcodes, CG(context).opcodes_size * sizeof(zend_op)); in get_next_op()
319 CG(context).opcodes_size = INITIAL_OP_ARRAY_SIZE; in zend_oparray_context_begin()

Completed in 39 milliseconds