Searched refs:jit_globals (Results 1 – 3 of 3) sorted by relevance
/PHP-8.0/ext/opcache/ |
H A D | zend_accelerator_module.c | 290 … PHP_INI_ALL, OnUpdateJit, options, zend_jit_globals, jit_globals) 291 …UFFER_SIZE, PHP_INI_SYSTEM, OnUpdateLong, buffer_size, zend_jit_globals, jit_globals) 292 … PHP_INI_ALL, OnUpdateJitDebug, debug, zend_jit_globals, jit_globals) 293 … PHP_INI_ALL, OnUpdateLong, bisect_limit, zend_jit_globals, jit_globals) 294 … PHP_INI_ALL, OnUpdateReal, prof_threshold, zend_jit_globals, jit_globals) 295 … PHP_INI_SYSTEM, OnUpdateLong, max_root_traces, zend_jit_globals, jit_globals) 296 … PHP_INI_SYSTEM, OnUpdateLong, max_side_traces, zend_jit_globals, jit_globals) 297 … PHP_INI_SYSTEM, OnUpdateLong, max_exit_counters, zend_jit_globals, jit_globals) 298 … PHP_INI_SYSTEM, OnUpdateCounter, hot_loop, zend_jit_globals, jit_globals) 299 … PHP_INI_SYSTEM, OnUpdateCounter, hot_func, zend_jit_globals, jit_globals) [all …]
|
/PHP-8.0/ext/opcache/jit/ |
H A D | zend_jit.h | 128 # define JIT_G(v) (jit_globals.v) 129 extern zend_jit_globals jit_globals;
|
H A D | zend_jit.c | 48 zend_jit_globals jit_globals; variable 4127 static void zend_jit_globals_ctor(zend_jit_globals *jit_globals) in zend_jit_globals_ctor() argument 4129 memset(jit_globals, 0, sizeof(zend_jit_globals)); in zend_jit_globals_ctor() 4247 zend_jit_globals_ctor(&jit_globals); in zend_jit_init()
|
Completed in 19 milliseconds