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()
62 zval *func = zend_hash_find_ex(EG(function_table), name, 1); in zend_jit_find_func_helper()
77 zval *func = zend_hash_find_ex(EG(function_table), Z_STR_P(func_name + 1), 1); in zend_jit_find_ns_func_helper()
81 func = zend_hash_find_ex(EG(function_table), Z_STR_P(func_name + 2), 1); in zend_jit_find_ns_func_helper()
95 zend_execute_data *execute_data = EG(current_execute_data); in zend_jit_invalid_method_call()
103 if (UNEXPECTED(EG(exception) != NULL)) { in zend_jit_invalid_method_call()
106 object = &EG(uninitialized_zval); in zend_jit_invalid_method_call()
114 zend_execute_data *execute_data = EG(current_execute_data); in zend_jit_invalid_method_call_tmp()
142 zend_execute_data *execute_data = EG(current_execute_data); in zend_jit_find_method_helper()
149 if (EXPECTED(!EG(exception))) { in zend_jit_find_method_helper()
201 if (UNEXPECTED(EG(exception))) { in zend_jit_push_static_metod_call_frame_tmp()
260 retval = zend_hash_index_add_new(ht, idx, &EG(uninitialized_zval)); in zend_jit_hash_index_lookup_rw_no_packed()
273 retval = zend_hash_index_add_new(ht, idx, &EG(uninitialized_zval)); in zend_jit_hash_index_lookup_rw()
283 retval = zend_hash_index_add_new(ht, idx, &EG(uninitialized_zval)); in zend_jit_hash_index_lookup_w()
309 retval = zend_hash_add_new(ht, str, &EG(uninitialized_zval)); in zend_jit_hash_lookup_rw()
327 retval = zend_hash_add_new(ht, str, &EG(uninitialized_zval)); in zend_jit_hash_lookup_w()
356 retval = zend_hash_index_add_new(ht, idx, &EG(uninitialized_zval)); in zend_jit_symtable_lookup_rw()
380 retval = zend_hash_add_new(ht, str, &EG(uninitialized_zval)); in zend_jit_symtable_lookup_rw()
407 retval = zend_hash_index_add_new(ht, idx, &EG(uninitialized_zval)); in zend_jit_symtable_lookup_w()
422 retval = zend_hash_add_new(ht, str, &EG(uninitialized_zval)); in zend_jit_symtable_lookup_w()
429 const zend_execute_data *execute_data = EG(current_execute_data); in zend_jit_undefined_op_helper()
433 return EG(exception) == NULL; in zend_jit_undefined_op_helper()
438 const zend_execute_data *execute_data = EG(current_execute_data); in zend_jit_undefined_op_helper_write()
451 return EG(exception) == NULL; in zend_jit_undefined_op_helper_write()
479 execute_data = EG(current_execute_data); in zend_jit_fetch_dim_r_helper()
481 zend_jit_undefined_op_helper(EG(current_execute_data)->opline->op2.var); in zend_jit_fetch_dim_r_helper()
485 if (EG(exception)) { in zend_jit_fetch_dim_r_helper()
493 if (EG(exception)) { in zend_jit_fetch_dim_r_helper()
580 execute_data = EG(current_execute_data); in zend_jit_fetch_dim_is_helper()
582 zend_jit_undefined_op_helper(EG(current_execute_data)->opline->op2.var); in zend_jit_fetch_dim_is_helper()
586 if (EG(exception)) { in zend_jit_fetch_dim_is_helper()
594 if (EG(exception)) { in zend_jit_fetch_dim_is_helper()
676 zend_jit_undefined_op_helper(EG(current_execute_data)->opline->op2.var); in zend_jit_fetch_dim_isset_helper()
681 if (EG(exception)) { in zend_jit_fetch_dim_isset_helper()
755 execute_data = EG(current_execute_data); in zend_jit_fetch_dim_rw_helper()
758 opline = EG(opline_before_exception); in zend_jit_fetch_dim_rw_helper()
762 if (EG(exception)) { in zend_jit_fetch_dim_rw_helper()
816 retval = zend_hash_add_new(ht, offset_key, &EG(uninitialized_zval)); in zend_jit_fetch_dim_rw_helper()
829 retval = zend_hash_index_add_new(ht, hval, &EG(uninitialized_zval)); in zend_jit_fetch_dim_rw_helper()
853 execute_data = EG(current_execute_data); in zend_jit_fetch_dim_w_helper()
857 if (EG(exception)) { in zend_jit_fetch_dim_w_helper()
889 if ((EG(opline_before_exception)+1)->opcode == ZEND_OP_DATA in zend_jit_fetch_dim_w_helper()
890 && ((EG(opline_before_exception)+1)->op1_type & (IS_VAR|IS_TMP_VAR))) { in zend_jit_fetch_dim_w_helper()
891 zend_execute_data *execute_data = EG(current_execute_data); in zend_jit_fetch_dim_w_helper()
893 zval_ptr_dtor_nogc(EX_VAR((EG(opline_before_exception)+1)->op1.var)); in zend_jit_fetch_dim_w_helper()
912 retval = zend_hash_add_new(ht, offset_key, &EG(uninitialized_zval)); in zend_jit_fetch_dim_w_helper()
921 retval = zend_hash_index_add_new(ht, hval, &EG(uninitialized_zval)); in zend_jit_fetch_dim_w_helper()
940 && EG(current_execute_data)->opline->opcode != ZEND_FETCH_DIM_UNSET) { in zend_check_string_offset()
949 zend_jit_undefined_op_helper(EG(current_execute_data)->opline->op2.var); in zend_check_string_offset()
1025 zend_jit_undefined_op_helper(EG(current_execute_data)->opline->op2.var); in zend_jit_fetch_dim_str_is_helper()
1067 zend_jit_undefined_op_helper(EG(current_execute_data)->opline->op2.var); in zend_jit_fetch_dim_obj_r_helper()
1068 dim = &EG(uninitialized_zval); in zend_jit_fetch_dim_obj_r_helper()
1094 zend_jit_undefined_op_helper(EG(current_execute_data)->opline->op2.var); in zend_jit_fetch_dim_obj_is_helper()
1095 dim = &EG(uninitialized_zval); in zend_jit_fetch_dim_obj_is_helper()
1117 const zend_op *opline = EG(current_execute_data)->opline; in zend_wrong_string_offset()
1136 end = EG(current_execute_data)->func->op_array.opcodes + in zend_wrong_string_offset()
1137 EG(current_execute_data)->func->op_array.last; in zend_wrong_string_offset()
1246 if (UNEXPECTED(EG(exception) != NULL)) { in zend_assign_to_string_offset()
1272 const zend_op *op_data = EG(current_execute_data)->opline + 1; in zend_assign_to_string_offset()
1275 value = &EG(uninitialized_zval); in zend_assign_to_string_offset()
1336 if (UNEXPECTED(EG(exception) != NULL)) { in zend_assign_to_string_offset()
1375 const zend_op *opline = EG(current_execute_data)->opline; in zend_jit_fetch_dim_obj_helper()
1377 dim = &EG(uninitialized_zval); in zend_jit_fetch_dim_obj_helper()
1381 if (UNEXPECTED(retval == &EG(uninitialized_zval))) { in zend_jit_fetch_dim_obj_helper()
1403 ZEND_ASSERT(EG(exception) && "read_dimension() returned NULL without exception"); in zend_jit_fetch_dim_obj_helper()
1416 if (!EG(exception)) { in zend_jit_fetch_dim_obj_helper()
1454 const zend_op *opline = EG(current_execute_data)->opline; in zend_jit_assign_dim_helper()
1456 dim = &EG(uninitialized_zval); in zend_jit_assign_dim_helper()
1460 const zend_op *op_data = EG(current_execute_data)->opline + 1; in zend_jit_assign_dim_helper()
1463 value = &EG(uninitialized_zval); in zend_jit_assign_dim_helper()
1470 if (EXPECTED(!EG(exception))) { in zend_jit_assign_dim_helper()
1486 const zend_op *opline = EG(current_execute_data)->opline; in zend_jit_assign_dim_helper()
1488 dim = &EG(uninitialized_zval); in zend_jit_assign_dim_helper()
1492 const zend_op *op_data = EG(current_execute_data)->opline + 1; in zend_jit_assign_dim_helper()
1495 value = &EG(uninitialized_zval); in zend_jit_assign_dim_helper()
1520 const zend_op *opline = EG(current_execute_data)->opline; in zend_jit_assign_dim_op_helper()
1522 dim = &EG(uninitialized_zval); in zend_jit_assign_dim_op_helper()
1629 zend_jit_undefined_op_helper(EG(current_execute_data)->opline->op2.var); in zend_jit_isset_dim_helper()
1630 offset = &EG(uninitialized_zval); in zend_jit_isset_dim_helper()
1673 if (EXPECTED(idx < EG(symbol_table).nNumUsed * sizeof(Bucket))) { in zend_jit_fetch_global_helper()
1674 Bucket *p = (Bucket*)((char*)EG(symbol_table).arData + idx); in zend_jit_fetch_global_helper()
1687 value = zend_hash_find_ex(&EG(symbol_table), varname, 1); in zend_jit_fetch_global_helper()
1689 value = zend_hash_add_new(&EG(symbol_table), varname, &EG(uninitialized_zval)); in zend_jit_fetch_global_helper()
1690 idx = (char*)value - (char*)EG(symbol_table).arData; in zend_jit_fetch_global_helper()
1694 idx = (char*)value - (char*)EG(symbol_table).arData; in zend_jit_fetch_global_helper()
1778 zend_execute_data *execute_data = EG(current_execute_data); in zend_jit_verify_arg_slow()
1801 zend_execute_data *execute_data = EG(current_execute_data); in zend_jit_fetch_obj_r_slow()
1819 zend_execute_data *execute_data = EG(current_execute_data); in zend_jit_fetch_obj_r_dynamic()
1859 zend_execute_data *execute_data = EG(current_execute_data); in zend_jit_fetch_obj_is_slow()
1877 zend_execute_data *execute_data = EG(current_execute_data); in zend_jit_fetch_obj_is_dynamic()
2009 zend_execute_data *execute_data = EG(current_execute_data); in zend_jit_fetch_obj_w_slow()
2024 if (UNEXPECTED(EG(exception))) { in zend_jit_fetch_obj_w_slow()
2061 zend_execute_data *execute_data = EG(current_execute_data); in zend_jit_check_array_promotion()
2093 zend_execute_data *execute_data = EG(current_execute_data); in zend_jit_extract_helper()
2113 …return zend_assign_to_variable(&variable, value, value_type, ZEND_CALL_USES_STRICT_TYPES(EG(curren… in zend_jit_assign_to_typed_ref_helper()
2134 const zend_op *opline = EG(current_execute_data)->opline; in zend_jit_assign_cv_to_typed_ref()
2143 value = &EG(uninitialized_zval); in zend_jit_assign_cv_to_typed_ref()
2187 …!zend_verify_ref_assignable_zval(ref, var_ptr, ZEND_CALL_USES_STRICT_TYPES(EG(current_execute_data… in zend_jit_pre_inc_typed_ref()
2210 …!zend_verify_ref_assignable_zval(ref, var_ptr, ZEND_CALL_USES_STRICT_TYPES(EG(current_execute_data… in zend_jit_pre_dec_typed_ref()
2231 …!zend_verify_ref_assignable_zval(ref, var_ptr, ZEND_CALL_USES_STRICT_TYPES(EG(current_execute_data… in zend_jit_post_inc_typed_ref()
2247 …!zend_verify_ref_assignable_zval(ref, var_ptr, ZEND_CALL_USES_STRICT_TYPES(EG(current_execute_data… in zend_jit_post_dec_typed_ref()
2258 …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()
2271 …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()
2305 zend_execute_data *execute_data = EG(current_execute_data); in zend_jit_invalid_property_incdec()
2334 const zend_execute_data *execute_data = EG(current_execute_data); in zend_jit_invalid_property_assign_op()
2369 HashTableIterator *iter = EG(ht_iterators); in _zend_hash_iterators_remove()
2370 HashTableIterator *end = iter + EG(ht_iterators_used); in _zend_hash_iterators_remove()
2414 const zend_op *op_data = EG(current_execute_data)->opline + 1; in zend_jit_assign_obj_helper()
2417 value = &EG(uninitialized_zval); in zend_jit_assign_obj_helper()
2429 zend_execute_data *execute_data = EG(current_execute_data); in zend_jit_assign_to_typed_prop()
2436 value = &EG(uninitialized_zval); in zend_jit_assign_to_typed_prop()
2463 if (UNEXPECTED(EG(exception))) { in _zend_jit_assign_op_overloaded_property()
2483 zend_execute_data *execute_data = EG(current_execute_data); in zend_jit_assign_op_to_typed_prop()
2566 zend_execute_data *execute_data = EG(current_execute_data); in zend_jit_inc_typed_prop()
2589 zend_execute_data *execute_data = EG(current_execute_data); in zend_jit_dec_typed_prop()
2626 zend_execute_data *execute_data = EG(current_execute_data); in zend_jit_post_inc_typed_prop()
2647 zend_execute_data *execute_data = EG(current_execute_data); in zend_jit_post_dec_typed_prop()
2714 if (UNEXPECTED(EG(exception))) { in zend_jit_pre_inc_obj_helper()
2782 if (UNEXPECTED(EG(exception))) { in zend_jit_pre_dec_obj_helper()
2845 if (UNEXPECTED(EG(exception))) { in zend_jit_post_inc_obj_helper()
2904 if (UNEXPECTED(EG(exception))) { in zend_jit_post_dec_obj_helper()
2958 if (EG(exception)) { in zend_jit_exception_in_interrupt_handler_helper()
2960 const zend_op *throw_op = EG(opline_before_exception); in zend_jit_exception_in_interrupt_handler_helper()
2968 ZVAL_UNDEF(ZEND_CALL_VAR(EG(current_execute_data), throw_op->result.var)); in zend_jit_exception_in_interrupt_handler_helper()