Home
last modified time | relevance | path

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

/PHP-8.2/ext/opcache/jit/
H A Dzend_jit_vm_helpers.c316CACHE_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 Dphpdbg_utils.c638 CACHE_PTR(cur->extended_value & ~ZEND_LAST_CATCH, ce); in phpdbg_check_caught_ex()
/PHP-8.2/Zend/
H A Dzend_execute.h399 #define CACHE_PTR(num, ptr) do { \ macro
H A Dzend_vm_def.h3398 CACHE_PTR(opline->extended_value, ce);
3602 CACHE_PTR(opline->result.num, ce);
3732 CACHE_PTR(opline->result.num, fbc);
3879 CACHE_PTR(opline->result.num, fbc);
3907 CACHE_PTR(opline->result.num, fbc);
5736 CACHE_PTR(opline->op2.num, ce);
7731 CACHE_PTR(opline->extended_value, ce);
7755 CACHE_PTR(opline->extended_value, ce);
7807 CACHE_PTR(opline->extended_value, ce);
8427 CACHE_PTR(opline->extended_value, (void*)(idx + 1));
[all …]
H A Dzend_execute.c3269 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 Dzend_vm_execute.h3043 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()
9244 CACHE_PTR(opline->result.num, ce); in ZEND_INIT_STATIC_METHOD_CALL_SPEC_CONST_TMPVAR_HANDLER()
9997 CACHE_PTR(opline->result.num, ce); in ZEND_INIT_STATIC_METHOD_CALL_SPEC_CONST_UNUSED_HANDLER()
10296 CACHE_PTR(opline->op2.num, ce); in ZEND_NEW_SPEC_CONST_UNUSED_HANDLER()
11618 CACHE_PTR(opline->result.num, ce); in ZEND_INIT_STATIC_METHOD_CALL_SPEC_CONST_CV_HANDLER()
29080 CACHE_PTR(opline->op2.num, ce); in ZEND_NEW_SPEC_VAR_UNUSED_HANDLER()
[all …]

Completed in 183 milliseconds