Home
last modified time | relevance | path

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

/PHP-8.0/Zend/
H A Dzend_vm_execute.h6095 if (EXPECTED(zobj->ce == CACHED_PTR_EX(cache_slot))) { in ZEND_FETCH_OBJ_R_SPEC_CONST_CONST_HANDLER()
6209 if (EXPECTED(zobj->ce == CACHED_PTR_EX(cache_slot))) { in ZEND_FETCH_OBJ_IS_SPEC_CONST_CONST_HANDLER()
8388 if (EXPECTED(zobj->ce == CACHED_PTR_EX(cache_slot))) { in ZEND_FETCH_OBJ_R_SPEC_CONST_TMPVAR_HANDLER()
8502 if (EXPECTED(zobj->ce == CACHED_PTR_EX(cache_slot))) { in ZEND_FETCH_OBJ_IS_SPEC_CONST_TMPVAR_HANDLER()
10776 if (EXPECTED(zobj->ce == CACHED_PTR_EX(cache_slot))) { in ZEND_FETCH_OBJ_R_SPEC_CONST_CV_HANDLER()
10890 if (EXPECTED(zobj->ce == CACHED_PTR_EX(cache_slot))) { in ZEND_FETCH_OBJ_IS_SPEC_CONST_CV_HANDLER()
15150 if (EXPECTED(zobj->ce == CACHED_PTR_EX(cache_slot))) { in ZEND_FETCH_OBJ_R_SPEC_TMPVAR_CONST_HANDLER()
15264 if (EXPECTED(zobj->ce == CACHED_PTR_EX(cache_slot))) { in ZEND_FETCH_OBJ_IS_SPEC_TMPVAR_CONST_HANDLER()
16573 if (EXPECTED(zobj->ce == CACHED_PTR_EX(cache_slot))) { in ZEND_FETCH_OBJ_R_SPEC_TMPVAR_TMPVAR_HANDLER()
16687 if (EXPECTED(zobj->ce == CACHED_PTR_EX(cache_slot))) { in ZEND_FETCH_OBJ_IS_SPEC_TMPVAR_TMPVAR_HANDLER()
[all …]
H A Dzend_execute.h381 #define CACHED_PTR_EX(slot) \ macro
H A Dzend_object_handlers.c278 if (cache_slot && EXPECTED(ce == CACHED_PTR_EX(cache_slot))) { in zend_get_property_offset()
279 *info_ptr = CACHED_PTR_EX(cache_slot + 2); in zend_get_property_offset()
280 return (uintptr_t)CACHED_PTR_EX(cache_slot + 1); in zend_get_property_offset()
H A Dzend_execute.c2864 EXPECTED(zobj->ce == CACHED_PTR_EX(cache_slot))) { in zend_fetch_property_address()
2865 uintptr_t prop_offset = (uintptr_t)CACHED_PTR_EX(cache_slot + 1); in zend_fetch_property_address()
2872 zend_property_info *prop_info = CACHED_PTR_EX(cache_slot + 2); in zend_fetch_property_address()
2922 prop_info = CACHED_PTR_EX(cache_slot + 2); in zend_fetch_property_address()
2964 prop_info = (zend_property_info *) CACHED_PTR_EX(cache_addr + 2); in zend_assign_to_property_reference()
H A Dzend_vm_def.h1070 prop_info = (zend_property_info*)CACHED_PTR_EX(cache_slot + 2);
1321 prop_info = (zend_property_info *) CACHED_PTR_EX(cache_slot + 2);
1392 prop_info = (zend_property_info*)CACHED_PTR_EX(cache_slot + 2);
2060 if (EXPECTED(zobj->ce == CACHED_PTR_EX(cache_slot))) {
2061 uintptr_t prop_offset = (uintptr_t)CACHED_PTR_EX(cache_slot + 1);
2212 if (EXPECTED(zobj->ce == CACHED_PTR_EX(cache_slot))) {
2213 uintptr_t prop_offset = (uintptr_t)CACHED_PTR_EX(cache_slot + 1);
2384 uintptr_t prop_offset = (uintptr_t)CACHED_PTR_EX(cache_slot + 1);
2391 zend_property_info *prop_info = (zend_property_info*) CACHED_PTR_EX(cache_slot + 2);
/PHP-8.0/ext/opcache/jit/
H A Dzend_jit_helpers.c1672 idx = (uintptr_t)CACHED_PTR_EX(cache_slot) - 1; in zend_jit_fetch_global_helper()
2043 prop_info = CACHED_PTR_EX(cache_slot + 2); in zend_jit_fetch_obj_w_slow()
2521 prop_info = (zend_property_info*)CACHED_PTR_EX(cache_slot + 2); in zend_jit_assign_obj_op_helper()
2676 zend_property_info *prop_info = (zend_property_info *) CACHED_PTR_EX(cache_slot + 2); in zend_jit_pre_inc_obj_helper()
2744 zend_property_info *prop_info = (zend_property_info *) CACHED_PTR_EX(cache_slot + 2); in zend_jit_pre_dec_obj_helper()
2810 zend_property_info *prop_info = (zend_property_info*)CACHED_PTR_EX(cache_slot + 2); in zend_jit_post_inc_obj_helper()
2869 zend_property_info *prop_info = (zend_property_info*)CACHED_PTR_EX(cache_slot + 2); in zend_jit_post_dec_obj_helper()

Completed in 183 milliseconds