Searched refs:ZEND_FETCH_GLOBAL_LOCK (Results 1 – 8 of 8) sorted by relevance
415 } else if ((opline->extended_value & (ZEND_FETCH_GLOBAL | ZEND_FETCH_GLOBAL_LOCK)) && in zend_build_cfg()
585 } else if (opline->extended_value & ZEND_FETCH_GLOBAL_LOCK) { in zend_dump_op()
997 #define ZEND_FETCH_GLOBAL_LOCK (1<<3) macro
1730 if (!(opline->extended_value & ZEND_FETCH_GLOBAL_LOCK)) {1792 if (!(opline->extended_value & ZEND_FETCH_GLOBAL_LOCK)) {
2187 if (EXPECTED(fetch_type & (ZEND_FETCH_GLOBAL_LOCK | ZEND_FETCH_GLOBAL))) { in zend_get_target_symbol_table()
4931 opline->extended_value = ZEND_FETCH_GLOBAL_LOCK; in zend_compile_global_var()
10092 if (!(opline->extended_value & ZEND_FETCH_GLOBAL_LOCK)) { in zend_fetch_var_address_helper_SPEC_CONST_UNUSED()10154 if (!(opline->extended_value & ZEND_FETCH_GLOBAL_LOCK)) { in zend_fetch_var_address_helper_SPEC_CONST_UNUSED()17947 if (!(opline->extended_value & ZEND_FETCH_GLOBAL_LOCK)) { in zend_fetch_var_address_helper_SPEC_TMPVAR_UNUSED()18009 if (!(opline->extended_value & ZEND_FETCH_GLOBAL_LOCK)) { in zend_fetch_var_address_helper_SPEC_TMPVAR_UNUSED()48335 if (!(opline->extended_value & ZEND_FETCH_GLOBAL_LOCK)) { in zend_fetch_var_address_helper_SPEC_CV_UNUSED()48397 if (!(opline->extended_value & ZEND_FETCH_GLOBAL_LOCK)) { in zend_fetch_var_address_helper_SPEC_CV_UNUSED()
1238 } else if ((opline->extended_value & (ZEND_FETCH_GLOBAL | ZEND_FETCH_GLOBAL_LOCK)) && in zend_jit_trace_build_tssa()
Completed in 396 milliseconds