Home
last modified time | relevance | path

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

/PHP-8.1/ext/opcache/jit/
H A Dzend_jit_helpers.c1765 idx = (uintptr_t)CACHED_PTR_EX(cache_slot) - 1; in zend_jit_fetch_global_helper()
2078 prop_info = CACHED_PTR_EX(cache_slot + 2); in zend_jit_fetch_obj_w_slow()
2614 prop_info = (zend_property_info*)CACHED_PTR_EX(cache_slot + 2); in zend_jit_assign_obj_op_helper()
2803 zend_property_info *prop_info = (zend_property_info *) CACHED_PTR_EX(cache_slot + 2); in zend_jit_pre_inc_obj_helper()
2873 zend_property_info *prop_info = (zend_property_info *) CACHED_PTR_EX(cache_slot + 2); in zend_jit_pre_dec_obj_helper()
2941 zend_property_info *prop_info = (zend_property_info*)CACHED_PTR_EX(cache_slot + 2); in zend_jit_post_inc_obj_helper()
3002 zend_property_info *prop_info = (zend_property_info*)CACHED_PTR_EX(cache_slot + 2); in zend_jit_post_dec_obj_helper()
/PHP-8.1/Zend/
H A Dzend_vm_execute.h6290 if (EXPECTED(zobj->ce == CACHED_PTR_EX(cache_slot))) { in ZEND_FETCH_OBJ_R_SPEC_CONST_CONST_HANDLER()
6408 if (EXPECTED(zobj->ce == CACHED_PTR_EX(cache_slot))) { in ZEND_FETCH_OBJ_IS_SPEC_CONST_CONST_HANDLER()
8613 if (EXPECTED(zobj->ce == CACHED_PTR_EX(cache_slot))) { in ZEND_FETCH_OBJ_R_SPEC_CONST_TMPVAR_HANDLER()
8731 if (EXPECTED(zobj->ce == CACHED_PTR_EX(cache_slot))) { in ZEND_FETCH_OBJ_IS_SPEC_CONST_TMPVAR_HANDLER()
10978 if (EXPECTED(zobj->ce == CACHED_PTR_EX(cache_slot))) { in ZEND_FETCH_OBJ_R_SPEC_CONST_CV_HANDLER()
11096 if (EXPECTED(zobj->ce == CACHED_PTR_EX(cache_slot))) { in ZEND_FETCH_OBJ_IS_SPEC_CONST_CV_HANDLER()
15366 if (EXPECTED(zobj->ce == CACHED_PTR_EX(cache_slot))) { in ZEND_FETCH_OBJ_R_SPEC_TMPVAR_CONST_HANDLER()
15484 if (EXPECTED(zobj->ce == CACHED_PTR_EX(cache_slot))) { in ZEND_FETCH_OBJ_IS_SPEC_TMPVAR_CONST_HANDLER()
16795 if (EXPECTED(zobj->ce == CACHED_PTR_EX(cache_slot))) { in ZEND_FETCH_OBJ_R_SPEC_TMPVAR_TMPVAR_HANDLER()
16913 if (EXPECTED(zobj->ce == CACHED_PTR_EX(cache_slot))) { in ZEND_FETCH_OBJ_IS_SPEC_TMPVAR_TMPVAR_HANDLER()
[all …]
H A Dzend_object_handlers.c305 if (cache_slot && EXPECTED(ce == CACHED_PTR_EX(cache_slot))) { in zend_get_property_offset()
306 *info_ptr = CACHED_PTR_EX(cache_slot + 2); in zend_get_property_offset()
307 return (uintptr_t)CACHED_PTR_EX(cache_slot + 1); in zend_get_property_offset()
H A Dzend_execute.h412 #define CACHED_PTR_EX(slot) \ macro
H A Dzend_execute.c3123 EXPECTED(zobj->ce == CACHED_PTR_EX(cache_slot))) { in zend_fetch_property_address()
3124 uintptr_t prop_offset = (uintptr_t)CACHED_PTR_EX(cache_slot + 1); in zend_fetch_property_address()
3130 zend_property_info *prop_info = CACHED_PTR_EX(cache_slot + 2); in zend_fetch_property_address()
3194 prop_info = CACHED_PTR_EX(cache_slot + 2); in zend_fetch_property_address()
3233 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);
1329 prop_info = (zend_property_info *) CACHED_PTR_EX(cache_slot + 2);
1400 prop_info = (zend_property_info*)CACHED_PTR_EX(cache_slot + 2);
2071 if (EXPECTED(zobj->ce == CACHED_PTR_EX(cache_slot))) {
2072 uintptr_t prop_offset = (uintptr_t)CACHED_PTR_EX(cache_slot + 1);
2227 if (EXPECTED(zobj->ce == CACHED_PTR_EX(cache_slot))) {
2228 uintptr_t prop_offset = (uintptr_t)CACHED_PTR_EX(cache_slot + 1);
2400 uintptr_t prop_offset = (uintptr_t)CACHED_PTR_EX(cache_slot + 1);
2407 zend_property_info *prop_info = (zend_property_info*) CACHED_PTR_EX(cache_slot + 2);

Completed in 224 milliseconds