Home
last modified time | relevance | path

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

/PHP-8.4/ext/opcache/
H A Dzend_accelerator_module.c594 zend_accel_hash_entry *cache_entry; local
605 for (cache_entry = ZCSG(hash).hash_table[i]; cache_entry; cache_entry = cache_entry->next) {
610 if (cache_entry->indirect) continue;
612 script = (zend_persistent_script *)cache_entry->data;
632 zend_hash_update(Z_ARRVAL_P(return_value), cache_entry->key, &persistent_script_report);
/PHP-8.4/ext/opcache/jit/
H A Dzend_jit_trace.c7630 zend_accel_hash_entry *cache_entry; in zend_jit_stop_counter_handlers() local
7631 for (cache_entry = ZCSG(hash).hash_table[i]; cache_entry; cache_entry = cache_entry->next) { in zend_jit_stop_counter_handlers()
7633 if (cache_entry->indirect) continue; in zend_jit_stop_counter_handlers()
7634 script = (zend_persistent_script *)cache_entry->data; in zend_jit_stop_counter_handlers()

Completed in 38 milliseconds