Home
last modified time | relevance | path

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

/PHP-8.0/Zend/
H A Dzend_hash.h176 ZEND_API zval* ZEND_FASTCALL _zend_hash_index_find(const HashTable *ht, zend_ulong h);
201 _ret = _zend_hash_index_find(_ht, _h); \
H A Dzend_hash.c2292 ZEND_API zval* ZEND_FASTCALL _zend_hash_index_find(const HashTable *ht, zend_ulong h) in _zend_hash_index_find() function
/PHP-8.0/ext/opcache/jit/
H A Dzend_jit_helpers.c254 retval = _zend_hash_index_find(ht, idx); in zend_jit_hash_index_lookup_rw_no_packed()
280 zval *retval = _zend_hash_index_find(ht, idx); in zend_jit_hash_index_lookup_w()
H A Dzend_jit_x86.dasc5634 | EXT_CALL _zend_hash_index_find, r0
5694 | EXT_CALL _zend_hash_index_find, r0

Completed in 56 milliseconds