Home
last modified time | relevance | path

Searched refs:extended_value (Results 26 – 40 of 40) sorted by relevance

12

/PHP-8.1/ext/opcache/jit/
H A Dzend_jit.c577 if (!(opline->extended_value & ZEND_ISEMPTY)) { in zend_jit_may_avoid_refcounting()
1207 if (opline->extended_value == ZEND_ADD) { in zend_may_overflow()
1234 } else if (opline->extended_value == ZEND_SUB) { in zend_may_overflow()
1261 } else if (opline->extended_value == ZEND_MUL) { in zend_may_overflow()
2203 if (opline->extended_value == ZEND_ADD in zend_jit_try_allocate_free_reg()
2204 || opline->extended_value == ZEND_SUB in zend_jit_try_allocate_free_reg()
2205 || opline->extended_value == ZEND_MUL) { in zend_jit_try_allocate_free_reg()
3120 opline->extended_value, op1_info, op2_info)) { in zend_jit()
3531 if (opline->extended_value == MAY_BE_RESOURCE) { in zend_jit()
3651 if ((opline->extended_value & ZEND_ISEMPTY)) { in zend_jit()
[all …]
H A Dzend_jit_helpers.c1815 void **cache_slot = CACHE_ADDR(opline->extended_value); in zend_jit_verify_arg_slow()
1840 void **cache_slot = CACHE_ADDR(opline->extended_value & ~ZEND_FETCH_OBJ_FLAGS); in zend_jit_fetch_obj_r_slow()
1858 void **cache_slot = CACHE_ADDR(opline->extended_value & ~ZEND_FETCH_OBJ_FLAGS); in zend_jit_fetch_obj_r_dynamic()
1898 void **cache_slot = CACHE_ADDR(opline->extended_value & ~ZEND_FETCH_OBJ_FLAGS); in zend_jit_fetch_obj_is_slow()
1916 void **cache_slot = CACHE_ADDR(opline->extended_value & ~ZEND_FETCH_OBJ_FLAGS); in zend_jit_fetch_obj_is_dynamic()
2048 void **cache_slot = CACHE_ADDR(opline->extended_value & ~ZEND_FETCH_OBJ_FLAGS); in zend_jit_fetch_obj_w_slow()
2072 uint32_t flags = opline->extended_value & ZEND_FETCH_OBJ_FLAGS; in zend_jit_fetch_obj_w_slow()
H A Dzend_jit_vm_helpers.c279 …CACHE_PTR(opline->extended_value, ENCODE_SPECIAL_CACHE_NUM(zend_hash_num_elements(EG(zend_constant… in _zend_quick_get_constant()
293 CACHE_PTR(opline->extended_value, c); in _zend_quick_get_constant()
/PHP-8.1/Zend/Optimizer/
H A Descape_analysis.c300 if (opline->extended_value & ZEND_ARRAY_ELEMENT_REF) { in is_escape_use()
H A Dzend_ssa.c476 uint32_t type = (opline-1)->extended_value; in place_essa_pis()
724 || (opline->extended_value & ZEND_ARRAY_ELEMENT_REF)) in _zend_ssa_rename_op()
754 if ((opline->extended_value & ZEND_BIND_REF) || (build_flags & ZEND_SSA_RC_INFERENCE)) { in _zend_ssa_rename_op()
/PHP-8.1/ext/opcache/
H A DZendAccelerator.c1907 (EG(current_execute_data)->opline->extended_value != ZEND_INCLUDE_ONCE && in file_cache_compile_file()
1908 EG(current_execute_data)->opline->extended_value != ZEND_REQUIRE_ONCE)) { in file_cache_compile_file()
2227 (EG(current_execute_data)->opline->extended_value != ZEND_INCLUDE_ONCE && in persistent_compile_file()
2228 EG(current_execute_data)->opline->extended_value != ZEND_REQUIRE_ONCE)) { in persistent_compile_file()
2536 (EG(current_execute_data)->opline->extended_value == ZEND_INCLUDE_ONCE || in persistent_zend_resolve_path()
2537 EG(current_execute_data)->opline->extended_value == ZEND_REQUIRE_ONCE))) { in persistent_zend_resolve_path()
4092 opline->extended_value != ZEND_EVAL &&
4133 opline->extended_value != ZEND_EVAL &&
H A Dzend_file_cache.c546 if (!(opline->extended_value & ZEND_LAST_CATCH)) {
1347 if (!(opline->extended_value & ZEND_LAST_CATCH)) {
H A Dzend_persist.c590 if (!(opline->extended_value & ZEND_LAST_CATCH)) { in zend_persist_op_array_ex()
/PHP-8.1/Zend/
H A Dzend_execute.c1430 size_t opcode = (size_t)opline->extended_value; in zend_binary_op()
1475 if (opline->extended_value == ZEND_CONCAT && Z_TYPE(ref->val) == IS_STRING) { in zend_binary_assign_op_typed_ref()
1495 if (opline->extended_value == ZEND_CONCAT && Z_TYPE_P(zptr) == IS_STRING) { in zend_binary_assign_op_typed_prop()
3216 …void **cache_addr = (prop_op_type == IS_CONST) ? CACHE_ADDR(opline->extended_value & ~ZEND_RETURNS… in zend_assign_to_property_reference()
3224 (opline->extended_value & ZEND_RETURNS_FUNCTION) && in zend_assign_to_property_reference()
4428 int j = last->extended_value; in cleanup_live_vars()
4933 CACHE_PTR(opline->extended_value, c); in _zend_quick_get_constant()
H A Dzend_compile.h138 uint32_t extended_value; member
H A Dzend_builtin_functions.c1769 include_kind = prev->opline->extended_value; in zend_fetch_debug_backtrace()
H A Dzend.c1530 EG(current_execute_data)->opline->extended_value == ZEND_EVAL)) { in zend_error_zstr_at()
/PHP-8.1/sapi/phpdbg/
H A Dphpdbg.c453 || op_array->function_name == NULL || (end - 1)->extended_value == -1))) { in phpdbg_oplog_fill_executable()
/PHP-8.1/main/
H A Dmain.c965 switch (EG(current_execute_data)->opline->extended_value) { in php_verror()
/PHP-8.1/ext/reflection/
H A Dphp_reflection.c1756 if (!(opline->extended_value & (ZEND_BIND_IMPLICIT|ZEND_BIND_EXPLICIT))) { in ZEND_METHOD()
1762 (opline->extended_value & ~(ZEND_BIND_REF|ZEND_BIND_IMPLICIT|ZEND_BIND_EXPLICIT))); in ZEND_METHOD()

Completed in 117 milliseconds

12