Home
last modified time | relevance | path

Searched defs:prop_offset (Results 1 – 4 of 4) sorted by relevance

/PHP-8.3/Zend/
H A Dzend_vm_execute.h6419 uintptr_t prop_offset = (uintptr_t)CACHED_PTR_EX(cache_slot + 1); in ZEND_FETCH_OBJ_R_SPEC_CONST_CONST_HANDLER() local
6546 uintptr_t prop_offset = (uintptr_t)CACHED_PTR_EX(cache_slot + 1); in ZEND_FETCH_OBJ_IS_SPEC_CONST_CONST_HANDLER() local
8939 uintptr_t prop_offset = (uintptr_t)CACHED_PTR_EX(cache_slot + 1); in ZEND_FETCH_OBJ_R_SPEC_CONST_TMPVAR_HANDLER() local
9066 uintptr_t prop_offset = (uintptr_t)CACHED_PTR_EX(cache_slot + 1); in ZEND_FETCH_OBJ_IS_SPEC_CONST_TMPVAR_HANDLER() local
23396 uintptr_t prop_offset = (uintptr_t)CACHED_PTR_EX(cache_slot + 1); in ZEND_ASSIGN_OBJ_SPEC_VAR_CONST_OP_DATA_CONST_HANDLER() local
23530 uintptr_t prop_offset = (uintptr_t)CACHED_PTR_EX(cache_slot + 1); in ZEND_ASSIGN_OBJ_SPEC_VAR_CONST_OP_DATA_TMP_HANDLER() local
23664 uintptr_t prop_offset = (uintptr_t)CACHED_PTR_EX(cache_slot + 1); in ZEND_ASSIGN_OBJ_SPEC_VAR_CONST_OP_DATA_VAR_HANDLER() local
23798 uintptr_t prop_offset = (uintptr_t)CACHED_PTR_EX(cache_slot + 1); in ZEND_ASSIGN_OBJ_SPEC_VAR_CONST_OP_DATA_CV_HANDLER() local
26322 uintptr_t prop_offset = (uintptr_t)CACHED_PTR_EX(cache_slot + 1); in ZEND_ASSIGN_OBJ_SPEC_VAR_TMPVAR_OP_DATA_CONST_HANDLER() local
26456 uintptr_t prop_offset = (uintptr_t)CACHED_PTR_EX(cache_slot + 1); in ZEND_ASSIGN_OBJ_SPEC_VAR_TMPVAR_OP_DATA_TMP_HANDLER() local
[all …]
H A Dzend_vm_def.h2075 uintptr_t prop_offset = (uintptr_t)CACHED_PTR_EX(cache_slot + 1); variable
2240 uintptr_t prop_offset = (uintptr_t)CACHED_PTR_EX(cache_slot + 1); variable
2412 uintptr_t prop_offset = (uintptr_t)CACHED_PTR_EX(cache_slot + 1); variable
H A Dzend_execute.c3192 uintptr_t prop_offset = (uintptr_t)CACHED_PTR_EX(cache_slot + 1); in zend_fetch_property_address() local
/PHP-8.3/ext/opcache/jit/
H A Dzend_jit_helpers.c1856 static void ZEND_FASTCALL zend_jit_fetch_obj_r_dynamic(zend_object *zobj, intptr_t prop_offset) in zend_jit_fetch_obj_r_dynamic()
1912 static void ZEND_FASTCALL zend_jit_fetch_obj_is_dynamic(zend_object *zobj, intptr_t prop_offset) in zend_jit_fetch_obj_is_dynamic()

Completed in 269 milliseconds