Home
last modified time | relevance | path

Searched refs:_cache_slot (Results 1 – 3 of 3) sorted by relevance

/php-src/Zend/
H A Dzend_vm_execute.h23522 void *_cache_slot[3] = {0}; in ZEND_ASSIGN_OBJ_OP_SPEC_VAR_CONST_HANDLER() local
23744 void *_cache_slot[3] = {0}; in ZEND_PRE_INC_OBJ_SPEC_VAR_CONST_HANDLER() local
23808 void *_cache_slot[3] = {0}; in ZEND_POST_INC_OBJ_SPEC_VAR_CONST_HANDLER() local
26508 void *_cache_slot[3] = {0}; in ZEND_ASSIGN_OBJ_OP_SPEC_VAR_TMPVAR_HANDLER() local
26732 void *_cache_slot[3] = {0}; in ZEND_PRE_INC_OBJ_SPEC_VAR_TMPVAR_HANDLER() local
26797 void *_cache_slot[3] = {0}; in ZEND_POST_INC_OBJ_SPEC_VAR_TMPVAR_HANDLER() local
30866 void *_cache_slot[3] = {0}; in ZEND_ASSIGN_OBJ_OP_SPEC_VAR_CV_HANDLER() local
31088 void *_cache_slot[3] = {0}; in ZEND_PRE_INC_OBJ_SPEC_VAR_CV_HANDLER() local
31152 void *_cache_slot[3] = {0}; in ZEND_POST_INC_OBJ_SPEC_VAR_CV_HANDLER() local
33535 void *_cache_slot[3] = {0}; in ZEND_ASSIGN_OBJ_OP_SPEC_UNUSED_CONST_HANDLER() local
[all …]
H A Dzend_vm_def.h1015 void *_cache_slot[3] = {0}; variable
1053 cache_slot = (OP2_TYPE == IS_CONST) ? CACHE_ADDR((opline+1)->extended_value) : _cache_slot;
1286 void *_cache_slot[3] = {0}; variable
1322 cache_slot = (OP2_TYPE == IS_CONST) ? CACHE_ADDR(opline->extended_value) : _cache_slot;
1356 void *_cache_slot[3] = {0}; variable
1392 cache_slot = (OP2_TYPE == IS_CONST) ? CACHE_ADDR(opline->extended_value) : _cache_slot;
H A Dzend_execute.c3337 void *_cache_slot[3] = {0}; in zend_fetch_property_address() local
3339 cache_slot = _cache_slot; in zend_fetch_property_address()

Completed in 181 milliseconds