Searched refs:CACHE_PTR (Results 1 – 6 of 6) sorted by relevance
/PHP-8.2/ext/opcache/jit/ |
H A D | zend_jit_vm_helpers.c | 316 …CACHE_PTR(opline->extended_value, ENCODE_SPECIAL_CACHE_NUM(zend_hash_num_elements(EG(zend_constant… in _zend_quick_get_constant() 330 CACHE_PTR(opline->extended_value, c); in _zend_quick_get_constant()
|
/PHP-8.2/sapi/phpdbg/ |
H A D | phpdbg_utils.c | 638 CACHE_PTR(cur->extended_value & ~ZEND_LAST_CATCH, ce); in phpdbg_check_caught_ex()
|
/PHP-8.2/Zend/ |
H A D | zend_execute.h | 399 #define CACHE_PTR(num, ptr) do { \ macro
|
H A D | zend_vm_def.h | 3398 CACHE_PTR(opline->extended_value, ce); 3602 CACHE_PTR(opline->result.num, ce); 3732 CACHE_PTR(opline->result.num, fbc); 3889 CACHE_PTR(opline->result.num, fbc); 3917 CACHE_PTR(opline->result.num, fbc); 5746 CACHE_PTR(opline->op2.num, ce); 7741 CACHE_PTR(opline->extended_value, ce); 7765 CACHE_PTR(opline->extended_value, ce); 7817 CACHE_PTR(opline->extended_value, ce); 8437 CACHE_PTR(opline->extended_value, (void*)(idx + 1)); [all …]
|
H A D | zend_execute.c | 3269 CACHE_PTR(cache_slot, ce); in zend_fetch_static_property_address_ex() 3322 CACHE_PTR(cache_slot + sizeof(void *) * 2, property_info); in zend_fetch_static_property_address_ex() 4912 CACHE_PTR(opline->extended_value, c); in _zend_quick_get_constant()
|
H A D | zend_vm_execute.h | 3043 CACHE_PTR(opline->extended_value, ce); in ZEND_DECLARE_ANON_CLASS_SPEC_HANDLER() 3686 CACHE_PTR(opline->result.num, fbc); in ZEND_INIT_FCALL_BY_NAME_SPEC_CONST_HANDLER() 3771 CACHE_PTR(opline->result.num, fbc); in ZEND_INIT_NS_FCALL_BY_NAME_SPEC_CONST_HANDLER() 3799 CACHE_PTR(opline->result.num, fbc); in ZEND_INIT_FCALL_SPEC_CONST_HANDLER() 6899 CACHE_PTR(opline->result.num, ce); in ZEND_INIT_STATIC_METHOD_CALL_SPEC_CONST_CONST_HANDLER() 9254 CACHE_PTR(opline->result.num, ce); in ZEND_INIT_STATIC_METHOD_CALL_SPEC_CONST_TMPVAR_HANDLER() 10017 CACHE_PTR(opline->result.num, ce); in ZEND_INIT_STATIC_METHOD_CALL_SPEC_CONST_UNUSED_HANDLER() 10316 CACHE_PTR(opline->op2.num, ce); in ZEND_NEW_SPEC_CONST_UNUSED_HANDLER() 11638 CACHE_PTR(opline->result.num, ce); in ZEND_INIT_STATIC_METHOD_CALL_SPEC_CONST_CV_HANDLER() 29110 CACHE_PTR(opline->op2.num, ce); in ZEND_NEW_SPEC_VAR_UNUSED_HANDLER() [all …]
|
Completed in 160 milliseconds