Home
last modified time | relevance | path

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

/php-src/ext/opcache/jit/
H A Dzend_jit_vm_helpers.c284 static zend_always_inline zend_constant* _zend_quick_get_constant( in _zend_quick_get_constant() function
331 return _zend_quick_get_constant(key, flags, 0); in zend_jit_get_constant()
336 return _zend_quick_get_constant(key, 0, 1); in zend_jit_check_constant()
/php-src/Zend/
H A Dzend_execute.c5001 static zend_always_inline zend_result _zend_quick_get_constant( in _zend_quick_get_constant() function
5043 _zend_quick_get_constant(key, flags, 0 OPLINE_CC EXECUTE_DATA_CC); in zend_quick_get_constant()
5049 return _zend_quick_get_constant(key, 0, 1 OPLINE_CC EXECUTE_DATA_CC); in zend_quick_check_constant()

Completed in 43 milliseconds