Home
last modified time | relevance | path

Searched defs:run_time_cache (Results 1 – 5 of 5) sorted by relevance

/php-src/ext/opcache/
H A Dzend_accelerator_util_funcs.c344 void *run_time_cache = emalloc(op_array->cache_size); in zend_accel_do_delayed_early_binding() local
/php-src/ext/opcache/jit/
H A Dzend_jit_ir.c2219 ir_ref addr, func, run_time_cache, jit_extension; in zend_jit_hybrid_profile_jit_stub() local
8633 ir_ref ref, ref2, if_found, fast_path, run_time_cache, this_ref2; local
9672 ir_ref run_time_cache; local
13720 ir_ref run_time_cache = ir_LOAD_A(jit_EX(run_time_cache)); local
14160 ir_ref run_time_cache = ir_LOAD_A(jit_EX(run_time_cache)); local
14278 ir_ref run_time_cache = ir_LOAD_A(jit_EX(run_time_cache)); local
14432 ir_ref run_time_cache = ir_LOAD_A(jit_EX(run_time_cache)); local
14674 ir_ref run_time_cache = ir_LOAD_A(jit_EX(run_time_cache)); local
14825 ir_ref run_time_cache = ir_LOAD_A(jit_EX(run_time_cache)); local
15160 ir_ref run_time_cache = ir_LOAD_A(jit_EX(run_time_cache)); local
H A Dzend_jit_helpers.c32 void **run_time_cache; in _zend_jit_init_func_run_time_cache() local
43 void **run_time_cache; in zend_jit_init_func_run_time_cache_helper() local
/php-src/Zend/
H A Dzend_execute.c4035 void **run_time_cache; in init_func_run_time_cache_i() local
5185 void *run_time_cache = RUN_TIME_CACHE(op_array); in zend_handle_undef_args() local
H A Dzend_compile.h569 void **run_time_cache; /* cache op_array->run_time_cache */ member

Completed in 101 milliseconds