Home
last modified time | relevance | path

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

/PHP-7.0/Zend/
H A Dzend_execute.h348 #define CACHED_PTR_EX(slot) \ macro
H A Dzend_execute.c1140 EXPECTED(Z_OBJCE_P(object) == CACHED_PTR_EX(cache_slot))) { in zend_assign_to_object()
1141 uint32_t prop_offset = (uint32_t)(intptr_t)CACHED_PTR_EX(cache_slot + 1); in zend_assign_to_object()
1955 EXPECTED(Z_OBJCE_P(container) == CACHED_PTR_EX(cache_slot))) { in zend_fetch_property_address()
1956 uint32_t prop_offset = (uint32_t)(intptr_t)CACHED_PTR_EX(cache_slot + 1); in zend_fetch_property_address()
H A Dzend_object_handlers.c295 if (cache_slot && EXPECTED(ce == CACHED_PTR_EX(cache_slot))) { in zend_get_property_offset()
296 return (uint32_t)(intptr_t)CACHED_PTR_EX(cache_slot + 1); in zend_get_property_offset()

Completed in 35 milliseconds