Home
last modified time | relevance | path

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

/PHP-7.0/Zend/
H A Dzend_opcode.c436 if (next_op_num >= CG(context).opcodes_size) { in get_next_op()
437 CG(context).opcodes_size *= 4; in get_next_op()
438 op_array_alloc_ops(op_array, CG(context).opcodes_size); in get_next_op()
597 if (CG(context).opcodes_size != op_array->last) { in pass_two()
599 CG(context).opcodes_size = op_array->last; in pass_two()
H A Dzend_compile.h116 uint32_t opcodes_size; member
H A Dzend_compile.c221 CG(context).opcodes_size = INITIAL_OP_ARRAY_SIZE; in zend_oparray_context_begin()

Completed in 52 milliseconds