Searched refs:CACHE_PTR (Results 1 – 6 of 6) sorted by relevance
/php-src/ext/opcache/jit/ |
H A D | zend_jit_vm_helpers.c | 320 …CACHE_PTR(opline->extended_value, ENCODE_SPECIAL_CACHE_NUM(zend_hash_num_elements(EG(zend_constant… in _zend_quick_get_constant() 334 CACHE_PTR(opline->extended_value, c); in _zend_quick_get_constant()
|
/php-src/sapi/phpdbg/ |
H A D | phpdbg_utils.c | 639 CACHE_PTR(cur->extended_value & ~ZEND_LAST_CATCH, ce); in phpdbg_check_caught_ex()
|
/php-src/Zend/ |
H A D | zend_vm_def.h | 3509 CACHE_PTR(opline->extended_value, ce); 3713 CACHE_PTR(opline->result.num, ce); 3843 CACHE_PTR(opline->result.num, fbc); 4000 CACHE_PTR(opline->result.num, fbc); 4028 CACHE_PTR(opline->result.num, fbc); 4048 CACHE_PTR(opline->result.num, fbc); 5892 CACHE_PTR(opline->op2.num, ce); 6051 CACHE_PTR(opline->extended_value, ce); 7922 CACHE_PTR(opline->extended_value, ce); 7946 CACHE_PTR(opline->extended_value, ce); [all …]
|
H A D | zend_execute.h | 454 #define CACHE_PTR(num, ptr) do { \ macro
|
H A D | zend_vm_execute.h | 3927 CACHE_PTR(opline->result.num, fbc); in ZEND_INIT_FCALL_BY_NAME_SPEC_CONST_HANDLER() 4012 CACHE_PTR(opline->result.num, fbc); in ZEND_INIT_NS_FCALL_BY_NAME_SPEC_CONST_HANDLER() 4040 CACHE_PTR(opline->result.num, fbc); in ZEND_INIT_FCALL_SPEC_CONST_HANDLER() 4060 CACHE_PTR(opline->result.num, fbc); in ZEND_INIT_FCALL_OFFSET_SPEC_CONST_HANDLER() 7299 CACHE_PTR(opline->result.num, ce); in ZEND_INIT_STATIC_METHOD_CALL_SPEC_CONST_CONST_HANDLER() 9873 CACHE_PTR(opline->result.num, ce); in ZEND_INIT_STATIC_METHOD_CALL_SPEC_CONST_TMPVAR_HANDLER() 10631 CACHE_PTR(opline->result.num, ce); in ZEND_INIT_STATIC_METHOD_CALL_SPEC_CONST_UNUSED_HANDLER() 10930 CACHE_PTR(opline->op2.num, ce); in ZEND_NEW_SPEC_CONST_UNUSED_HANDLER() 12365 CACHE_PTR(opline->result.num, ce); in ZEND_INIT_STATIC_METHOD_CALL_SPEC_CONST_CV_HANDLER() 30468 CACHE_PTR(opline->op2.num, ce); in ZEND_NEW_SPEC_VAR_UNUSED_HANDLER() [all …]
|
H A D | zend_execute.c | 3555 CACHE_PTR(cache_slot, ce); in zend_fetch_static_property_address_ex() 3606 CACHE_PTR(cache_slot + sizeof(void *) * 2, property_info); in zend_fetch_static_property_address_ex() 5271 CACHE_PTR(opline->extended_value, c); in _zend_quick_get_constant()
|
Completed in 162 milliseconds