Searched refs:zend_hash_index_lookup (Results 1 – 6 of 6) sorted by relevance
213 ZEND_API zval* ZEND_FASTCALL zend_hash_index_lookup(HashTable *ht, zend_ulong h);224 _ret = zend_hash_index_lookup(_ht, _h); \
1148 ZEND_API zval* ZEND_FASTCALL zend_hash_index_lookup(HashTable *ht, zend_ulong h) in zend_hash_index_lookup() function
496 data = zend_hash_index_lookup(ht, idx);
341 return zend_hash_index_lookup(ht, idx); in zend_jit_symtable_lookup_w()
5913 | EXT_CALL zend_hash_index_lookup, r0
5375 | EXT_CALL zend_hash_index_lookup, REG0
Completed in 76 milliseconds