Home
last modified time | relevance | path

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

/php-src/ext/opcache/jit/
H A Dzend_jit.h138 uint8_t bad_root_cache_count[ZEND_JIT_TRACE_BAD_ROOT_SLOTS]; member
H A Dzend_jit_vm_helpers.c466 uint8_t *cache_count = JIT_G(bad_root_cache_count); in zend_jit_trace_bad_stop_event()
H A Dzend_jit_trace.c7600 uint8_t *cache_count = JIT_G(bad_root_cache_count); in zend_jit_trace_is_bad_root()
8773 memset(JIT_G(bad_root_cache_count), 0, sizeof(JIT_G(bad_root_cache_count))); in zend_jit_trace_init_caches()
8774 memset(JIT_G(bad_root_cache_stop), 0, sizeof(JIT_G(bad_root_cache_count))); in zend_jit_trace_init_caches()

Completed in 30 milliseconds