Home
last modified time | relevance | path

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

/PHP-5.5/Zend/
H A Dzend_compile.c79 #define POLYMORPHIC_CACHE_SLOT_SIZE 2 macro
83 CG(active_op_array)->last_cache_slot += POLYMORPHIC_CACHE_SLOT_SIZE; \
94 CG(active_op_array)->last_cache_slot - POLYMORPHIC_CACHE_SLOT_SIZE) { \
96 CG(active_op_array)->last_cache_slot -= POLYMORPHIC_CACHE_SLOT_SIZE; \

Completed in 24 milliseconds