Searched refs:CACHE_PTR (Results 1 – 7 of 7) sorted by relevance
/PHP-8.0/ext/opcache/jit/ |
H A D | zend_jit_vm_helpers.c | 269 …CACHE_PTR(opline->extended_value, ENCODE_SPECIAL_CACHE_NUM(zend_hash_num_elements(EG(zend_constant… in _zend_quick_get_constant() 283 CACHE_PTR(opline->extended_value, c); in _zend_quick_get_constant()
|
H A D | zend_jit_x86.dasc | 9597 | // CACHE_PTR(opline->result.num, fbc);
|
/PHP-8.0/Zend/ |
H A D | zend_execute.h | 366 #define CACHE_PTR(num, ptr) do { \ macro
|
H A D | zend_vm_def.h | 3384 CACHE_PTR(opline->extended_value, ce); 3588 CACHE_PTR(opline->result.num, ce); 3717 CACHE_PTR(opline->result.num, fbc); 3864 CACHE_PTR(opline->result.num, fbc); 3894 CACHE_PTR(opline->result.num, fbc); 5691 CACHE_PTR(opline->op2.num, ce); 7586 CACHE_PTR(opline->extended_value, ce); 7623 CACHE_PTR(opline->extended_value, ce); 7671 CACHE_PTR(opline->extended_value, ce); 7925 CACHE_PTR(opline->extended_value, func); [all …]
|
H A D | zend_execute.c | 3032 CACHE_PTR(cache_slot, ce); in zend_fetch_static_property_address_ex() 3084 CACHE_PTR(cache_slot + sizeof(void *) * 2, property_info); in zend_fetch_static_property_address_ex() 4585 CACHE_PTR(opline->extended_value, c); in _zend_quick_get_constant()
|
H A D | zend_vm_execute.h | 2820 CACHE_PTR(opline->extended_value, ce); in ZEND_DECLARE_ANON_CLASS_SPEC_HANDLER() 3437 CACHE_PTR(opline->result.num, fbc); in ZEND_INIT_FCALL_BY_NAME_SPEC_CONST_HANDLER() 3522 CACHE_PTR(opline->result.num, fbc); in ZEND_INIT_NS_FCALL_BY_NAME_SPEC_CONST_HANDLER() 3552 CACHE_PTR(opline->result.num, fbc); in ZEND_INIT_FCALL_SPEC_CONST_HANDLER() 6610 CACHE_PTR(opline->result.num, ce); in ZEND_INIT_STATIC_METHOD_CALL_SPEC_CONST_CONST_HANDLER() 8903 CACHE_PTR(opline->result.num, ce); in ZEND_INIT_STATIC_METHOD_CALL_SPEC_CONST_TMPVAR_HANDLER() 9646 CACHE_PTR(opline->result.num, ce); in ZEND_INIT_STATIC_METHOD_CALL_SPEC_CONST_UNUSED_HANDLER() 9944 CACHE_PTR(opline->op2.num, ce); in ZEND_NEW_SPEC_CONST_UNUSED_HANDLER() 11291 CACHE_PTR(opline->result.num, ce); in ZEND_INIT_STATIC_METHOD_CALL_SPEC_CONST_CV_HANDLER() 28540 CACHE_PTR(opline->op2.num, ce); in ZEND_NEW_SPEC_VAR_UNUSED_HANDLER() [all …]
|
/PHP-8.0/sapi/phpdbg/ |
H A D | phpdbg_utils.c | 761 CACHE_PTR(cur->extended_value & ~ZEND_LAST_CATCH, ce); in phpdbg_check_caught_ex()
|
Completed in 250 milliseconds