Lines Matching refs:opcodes
371 if (op_array->scope && !IS_SERIALIZED(op_array->opcodes)) { in zend_file_cache_serialize_op_array()
372 if (UNEXPECTED(zend_shared_alloc_get_xlat_entry(op_array->opcodes))) { in zend_file_cache_serialize_op_array()
375 SERIALIZE_PTR(op_array->opcodes); in zend_file_cache_serialize_op_array()
387 zend_shared_alloc_register_xlat_entry(op_array->opcodes, op_array->opcodes); in zend_file_cache_serialize_op_array()
403 if (!IS_SERIALIZED(op_array->opcodes)) { in zend_file_cache_serialize_op_array()
407 SERIALIZE_PTR(op_array->opcodes); in zend_file_cache_serialize_op_array()
408 opline = op_array->opcodes; in zend_file_cache_serialize_op_array()
452 SERIALIZE_PTR(op_array->opcodes); in zend_file_cache_serialize_op_array()
953 UNSERIALIZE_PTR(op_array->opcodes); in zend_file_cache_unserialize_op_array()
978 if (!IS_UNSERIALIZED(op_array->opcodes)) { in zend_file_cache_unserialize_op_array()
981 UNSERIALIZE_PTR(op_array->opcodes); in zend_file_cache_unserialize_op_array()
982 opline = op_array->opcodes; in zend_file_cache_unserialize_op_array()