Home
last modified time | relevance | path

Searched refs:CACHE_PTR (Results 1 – 6 of 6) sorted by relevance

/PHP-8.1/ext/opcache/jit/
H A Dzend_jit_vm_helpers.c279CACHE_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/sapi/phpdbg/
H A Dphpdbg_utils.c638 CACHE_PTR(cur->extended_value & ~ZEND_LAST_CATCH, ce); in phpdbg_check_caught_ex()
/PHP-8.1/Zend/
H A Dzend_execute.h397 #define CACHE_PTR(num, ptr) do { \ macro
H A Dzend_vm_def.h3410 CACHE_PTR(opline->extended_value, ce);
3614 CACHE_PTR(opline->result.num, ce);
3744 CACHE_PTR(opline->result.num, fbc);
3891 CACHE_PTR(opline->result.num, fbc);
3921 CACHE_PTR(opline->result.num, fbc);
5744 CACHE_PTR(opline->op2.num, ce);
7676 CACHE_PTR(opline->extended_value, ce);
7700 CACHE_PTR(opline->extended_value, ce);
7750 CACHE_PTR(opline->extended_value, ce);
8366 CACHE_PTR(opline->extended_value, (void*)(idx + 1));
[all …]
H A Dzend_execute.c3301 CACHE_PTR(cache_slot, ce); in zend_fetch_static_property_address_ex()
3354 CACHE_PTR(cache_slot + sizeof(void *) * 2, property_info); in zend_fetch_static_property_address_ex()
4933 CACHE_PTR(opline->extended_value, c); in _zend_quick_get_constant()
H A Dzend_vm_execute.h2960 CACHE_PTR(opline->extended_value, ce); in ZEND_DECLARE_ANON_CLASS_SPEC_HANDLER()
3587 CACHE_PTR(opline->result.num, fbc); in ZEND_INIT_FCALL_BY_NAME_SPEC_CONST_HANDLER()
3672 CACHE_PTR(opline->result.num, fbc); in ZEND_INIT_NS_FCALL_BY_NAME_SPEC_CONST_HANDLER()
3702 CACHE_PTR(opline->result.num, fbc); in ZEND_INIT_FCALL_SPEC_CONST_HANDLER()
6811 CACHE_PTR(opline->result.num, ce); in ZEND_INIT_STATIC_METHOD_CALL_SPEC_CONST_CONST_HANDLER()
9134 CACHE_PTR(opline->result.num, ce); in ZEND_INIT_STATIC_METHOD_CALL_SPEC_CONST_TMPVAR_HANDLER()
9887 CACHE_PTR(opline->result.num, ce); in ZEND_INIT_STATIC_METHOD_CALL_SPEC_CONST_UNUSED_HANDLER()
10186 CACHE_PTR(opline->op2.num, ce); in ZEND_NEW_SPEC_CONST_UNUSED_HANDLER()
11499 CACHE_PTR(opline->result.num, ce); in ZEND_INIT_STATIC_METHOD_CALL_SPEC_CONST_CV_HANDLER()
28911 CACHE_PTR(opline->op2.num, ce); in ZEND_NEW_SPEC_VAR_UNUSED_HANDLER()
[all …]

Completed in 272 milliseconds