Lines Matching refs:EG

22 	const zend_op *opline = EG(opline_before_exception);  in undef_result_after_exception()
23 ZEND_ASSERT(EG(exception)); in undef_result_after_exception()
25 zend_execute_data *execute_data = EG(current_execute_data); in undef_result_after_exception()
66 zval *func = zend_hash_find_known_hash(EG(function_table), name); in zend_jit_find_func_helper()
82 zval *func = zend_hash_find_known_hash(EG(function_table), Z_STR_P(func_name + 1)); in zend_jit_find_ns_func_helper()
86 func = zend_hash_find_known_hash(EG(function_table), Z_STR_P(func_name + 2)); in zend_jit_find_ns_func_helper()
101 zend_execute_data *execute_data = EG(current_execute_data); in zend_jit_invalid_method_call()
109 if (UNEXPECTED(EG(exception) != NULL)) { in zend_jit_invalid_method_call()
112 object = &EG(uninitialized_zval); in zend_jit_invalid_method_call()
120 zend_execute_data *execute_data = EG(current_execute_data); in zend_jit_invalid_method_call_tmp()
148 zend_execute_data *execute_data = EG(current_execute_data); in zend_jit_find_method_helper()
155 if (EXPECTED(!EG(exception))) { in zend_jit_find_method_helper()
207 if (UNEXPECTED(EG(exception))) { in zend_jit_push_static_metod_call_frame_tmp()
350 const zend_execute_data *execute_data = EG(current_execute_data); in zend_jit_undefined_op_helper()
354 return EG(exception) == NULL; in zend_jit_undefined_op_helper()
359 const zend_execute_data *execute_data = EG(current_execute_data); in zend_jit_undefined_op_helper_write()
374 return EG(exception) == NULL; in zend_jit_undefined_op_helper_write()
402 execute_data = EG(current_execute_data); in zend_jit_fetch_dim_r_helper()
404 zend_jit_undefined_op_helper(EG(current_execute_data)->opline->op2.var); in zend_jit_fetch_dim_r_helper()
408 if (EG(exception)) { in zend_jit_fetch_dim_r_helper()
416 if (EG(exception)) { in zend_jit_fetch_dim_r_helper()
434 execute_data = EG(current_execute_data); in zend_jit_fetch_dim_r_helper()
440 if (EG(exception)) { in zend_jit_fetch_dim_r_helper()
448 if (EG(exception)) { in zend_jit_fetch_dim_r_helper()
462 execute_data = EG(current_execute_data); in zend_jit_fetch_dim_r_helper()
468 if (EG(exception)) { in zend_jit_fetch_dim_r_helper()
476 if (EG(exception)) { in zend_jit_fetch_dim_r_helper()
544 execute_data = EG(current_execute_data); in zend_jit_fetch_dim_is_helper()
546 zend_jit_undefined_op_helper(EG(current_execute_data)->opline->op2.var); in zend_jit_fetch_dim_is_helper()
550 if (EG(exception)) { in zend_jit_fetch_dim_is_helper()
558 if (EG(exception)) { in zend_jit_fetch_dim_is_helper()
576 execute_data = EG(current_execute_data); in zend_jit_fetch_dim_is_helper()
582 if (EG(exception)) { in zend_jit_fetch_dim_is_helper()
590 if (EG(exception)) { in zend_jit_fetch_dim_is_helper()
604 execute_data = EG(current_execute_data); in zend_jit_fetch_dim_is_helper()
610 if (EG(exception)) { in zend_jit_fetch_dim_is_helper()
618 if (EG(exception)) { in zend_jit_fetch_dim_is_helper()
682 zend_jit_undefined_op_helper(EG(current_execute_data)->opline->op2.var); in zend_jit_fetch_dim_isset_helper()
687 if (EG(exception)) { in zend_jit_fetch_dim_isset_helper()
707 if (EG(exception)) { in zend_jit_fetch_dim_isset_helper()
723 if (EG(exception)) { in zend_jit_fetch_dim_isset_helper()
783 execute_data = EG(current_execute_data); in zend_jit_fetch_dim_rw_helper()
786 opline = EG(opline_before_exception); in zend_jit_fetch_dim_rw_helper()
790 if (EG(exception)) { in zend_jit_fetch_dim_rw_helper()
810 execute_data = EG(current_execute_data); in zend_jit_fetch_dim_rw_helper()
818 if (EG(exception)) { in zend_jit_fetch_dim_rw_helper()
826 if (EG(exception)) { in zend_jit_fetch_dim_rw_helper()
840 execute_data = EG(current_execute_data); in zend_jit_fetch_dim_rw_helper()
848 if (EG(exception)) { in zend_jit_fetch_dim_rw_helper()
856 if (EG(exception)) { in zend_jit_fetch_dim_rw_helper()
915 execute_data = EG(current_execute_data); in zend_jit_fetch_dim_w_helper()
919 if (EG(exception)) { in zend_jit_fetch_dim_w_helper()
943 execute_data = EG(current_execute_data); in zend_jit_fetch_dim_w_helper()
951 if (EG(exception)) { in zend_jit_fetch_dim_w_helper()
959 if (EG(exception)) { in zend_jit_fetch_dim_w_helper()
973 execute_data = EG(current_execute_data); in zend_jit_fetch_dim_w_helper()
981 if (EG(exception)) { in zend_jit_fetch_dim_w_helper()
989 if (EG(exception)) { in zend_jit_fetch_dim_w_helper()
1006 if ((EG(opline_before_exception)+1)->opcode == ZEND_OP_DATA in zend_jit_fetch_dim_w_helper()
1007 && ((EG(opline_before_exception)+1)->op1_type & (IS_VAR|IS_TMP_VAR))) { in zend_jit_fetch_dim_w_helper()
1008 zend_execute_data *execute_data = EG(current_execute_data); in zend_jit_fetch_dim_w_helper()
1010 zval_ptr_dtor_nogc(EX_VAR((EG(opline_before_exception)+1)->op1.var)); in zend_jit_fetch_dim_w_helper()
1041 && EG(current_execute_data)->opline->opcode != ZEND_FETCH_DIM_UNSET) { in zend_check_string_offset()
1050 zend_jit_undefined_op_helper(EG(current_execute_data)->opline->op2.var); in zend_check_string_offset()
1127 zend_jit_undefined_op_helper(EG(current_execute_data)->opline->op2.var); in zend_jit_fetch_dim_str_is_helper()
1170 zend_jit_undefined_op_helper(EG(current_execute_data)->opline->op2.var); in zend_jit_fetch_dim_obj_r_helper()
1171 dim = &EG(uninitialized_zval); in zend_jit_fetch_dim_obj_r_helper()
1197 zend_jit_undefined_op_helper(EG(current_execute_data)->opline->op2.var); in zend_jit_fetch_dim_obj_is_helper()
1198 dim = &EG(uninitialized_zval); in zend_jit_fetch_dim_obj_is_helper()
1248 if (UNEXPECTED(EG(exception) != NULL)) { in zend_assign_to_string_offset()
1274 const zend_op *op_data = EG(current_execute_data)->opline + 1; in zend_assign_to_string_offset()
1277 value = &EG(uninitialized_zval); in zend_assign_to_string_offset()
1338 if (UNEXPECTED(EG(exception) != NULL)) { in zend_assign_to_string_offset()
1377 const zend_op *opline = EG(current_execute_data)->opline; in zend_jit_fetch_dim_obj_helper()
1379 dim = &EG(uninitialized_zval); in zend_jit_fetch_dim_obj_helper()
1383 if (UNEXPECTED(retval == &EG(uninitialized_zval))) { in zend_jit_fetch_dim_obj_helper()
1405 ZEND_ASSERT(EG(exception) && "read_dimension() returned NULL without exception"); in zend_jit_fetch_dim_obj_helper()
1442 var = zend_hash_next_index_insert_new(arr, &EG(uninitialized_zval)); in zend_jit_fetch_dim_obj_helper()
1482 const zend_op *opline = EG(current_execute_data)->opline; in zend_jit_assign_dim_helper()
1484 dim = &EG(uninitialized_zval); in zend_jit_assign_dim_helper()
1488 const zend_op *op_data = EG(current_execute_data)->opline + 1; in zend_jit_assign_dim_helper()
1491 value = &EG(uninitialized_zval); in zend_jit_assign_dim_helper()
1498 if (EXPECTED(!EG(exception))) { in zend_jit_assign_dim_helper()
1514 const zend_op *op_data = EG(current_execute_data)->opline + 1; in zend_jit_assign_dim_helper()
1517 value = &EG(uninitialized_zval); in zend_jit_assign_dim_helper()
1541 : zend_hash_next_index_insert_new(arr, &EG(uninitialized_zval)); in zend_jit_assign_dim_helper()
1555 const zend_op *opline = EG(current_execute_data)->opline; in zend_jit_assign_dim_helper()
1557 dim = &EG(uninitialized_zval); in zend_jit_assign_dim_helper()
1575 const zend_op *opline = EG(current_execute_data)->opline; in zend_jit_assign_dim_op_helper()
1577 dim = &EG(uninitialized_zval); in zend_jit_assign_dim_op_helper()
1621 : zend_hash_next_index_insert_new(arr, &EG(uninitialized_zval)); in zend_jit_assign_dim_op_helper()
1722 zend_jit_undefined_op_helper(EG(current_execute_data)->opline->op2.var); in zend_jit_isset_dim_helper()
1723 offset = &EG(uninitialized_zval); in zend_jit_isset_dim_helper()
1766 if (EXPECTED(idx < EG(symbol_table).nNumUsed * sizeof(Bucket))) { in zend_jit_fetch_global_helper()
1767 Bucket *p = (Bucket*)((char*)EG(symbol_table).arData + idx); in zend_jit_fetch_global_helper()
1780 value = zend_hash_find_known_hash(&EG(symbol_table), varname); in zend_jit_fetch_global_helper()
1782 value = zend_hash_add_new(&EG(symbol_table), varname, &EG(uninitialized_zval)); in zend_jit_fetch_global_helper()
1783 idx = (char*)value - (char*)EG(symbol_table).arData; in zend_jit_fetch_global_helper()
1787 idx = (char*)value - (char*)EG(symbol_table).arData; in zend_jit_fetch_global_helper()
1813 zend_execute_data *execute_data = EG(current_execute_data); in zend_jit_verify_arg_slow()
1836 zend_execute_data *execute_data = EG(current_execute_data); in zend_jit_fetch_obj_r_slow()
1854 zend_execute_data *execute_data = EG(current_execute_data); in zend_jit_fetch_obj_r_dynamic()
1894 zend_execute_data *execute_data = EG(current_execute_data); in zend_jit_fetch_obj_is_slow()
1912 zend_execute_data *execute_data = EG(current_execute_data); in zend_jit_fetch_obj_is_dynamic()
2044 zend_execute_data *execute_data = EG(current_execute_data); in zend_jit_fetch_obj_w_slow()
2059 if (UNEXPECTED(EG(exception))) { in zend_jit_fetch_obj_w_slow()
2096 zend_execute_data *execute_data = EG(current_execute_data); in zend_jit_check_array_promotion()
2128 zend_execute_data *execute_data = EG(current_execute_data); in zend_jit_extract_helper()
2148 …return zend_assign_to_variable(&variable, value, value_type, ZEND_CALL_USES_STRICT_TYPES(EG(curren… in zend_jit_assign_to_typed_ref_helper()
2169 const zend_op *opline = EG(current_execute_data)->opline; in zend_jit_assign_cv_to_typed_ref()
2178 value = &EG(uninitialized_zval); in zend_jit_assign_cv_to_typed_ref()
2234 …!zend_verify_ref_assignable_zval(ref, var_ptr, ZEND_CALL_USES_STRICT_TYPES(EG(current_execute_data… in zend_jit_pre_inc_typed_ref()
2260 …!zend_verify_ref_assignable_zval(ref, var_ptr, ZEND_CALL_USES_STRICT_TYPES(EG(current_execute_data… in zend_jit_pre_dec_typed_ref()
2284 …!zend_verify_ref_assignable_zval(ref, var_ptr, ZEND_CALL_USES_STRICT_TYPES(EG(current_execute_data… in zend_jit_post_inc_typed_ref()
2303 …!zend_verify_ref_assignable_zval(ref, var_ptr, ZEND_CALL_USES_STRICT_TYPES(EG(current_execute_data… in zend_jit_post_dec_typed_ref()
2321 …if (EXPECTED(zend_verify_ref_assignable_zval(ref, &z_copy, ZEND_CALL_USES_STRICT_TYPES(EG(current_… in zend_jit_assign_op_to_typed_ref()
2334 …if (EXPECTED(zend_verify_ref_assignable_zval(ref, &z_copy, ZEND_CALL_USES_STRICT_TYPES(EG(current_… in zend_jit_assign_op_to_typed_ref_tmp()
2368 zend_execute_data *execute_data = EG(current_execute_data); in zend_jit_invalid_property_incdec()
2397 const zend_execute_data *execute_data = EG(current_execute_data); in zend_jit_invalid_property_assign_op()
2414 if (EG(exception)) { in zend_jit_prepare_assign_dim_ref()
2440 HashTableIterator *iter = EG(ht_iterators); in _zend_hash_iterators_remove()
2441 HashTableIterator *end = iter + EG(ht_iterators_used); in _zend_hash_iterators_remove()
2485 const zend_op *op_data = EG(current_execute_data)->opline + 1; in zend_jit_assign_obj_helper()
2488 value = &EG(uninitialized_zval); in zend_jit_assign_obj_helper()
2500 zend_execute_data *execute_data = EG(current_execute_data); in zend_jit_assign_to_typed_prop()
2507 value = &EG(uninitialized_zval); in zend_jit_assign_to_typed_prop()
2542 if (UNEXPECTED(EG(exception))) { in _zend_jit_assign_op_overloaded_property()
2564 zend_execute_data *execute_data = EG(current_execute_data); in zend_jit_assign_op_to_typed_prop()
2666 zend_execute_data *execute_data = EG(current_execute_data); in zend_jit_inc_typed_prop()
2696 zend_execute_data *execute_data = EG(current_execute_data); in zend_jit_dec_typed_prop()
2743 zend_execute_data *execute_data = EG(current_execute_data); in zend_jit_post_inc_typed_prop()
2774 zend_execute_data *execute_data = EG(current_execute_data); in zend_jit_post_dec_typed_prop()
2841 if (UNEXPECTED(EG(exception))) { in zend_jit_pre_inc_obj_helper()
2911 if (UNEXPECTED(EG(exception))) { in zend_jit_pre_dec_obj_helper()
2976 if (UNEXPECTED(EG(exception))) { in zend_jit_post_inc_obj_helper()
3037 if (UNEXPECTED(EG(exception))) { in zend_jit_post_dec_obj_helper()
3105 if (EG(exception)) { in zend_jit_exception_in_interrupt_handler_helper()
3107 const zend_op *throw_op = EG(opline_before_exception); in zend_jit_exception_in_interrupt_handler_helper()
3115 ZVAL_UNDEF(ZEND_CALL_VAR(EG(current_execute_data), throw_op->result.var)); in zend_jit_exception_in_interrupt_handler_helper()