Searched defs:run_time_cache (Results 1 – 5 of 5) sorted by relevance
342 void *run_time_cache = emalloc(op_array->cache_size); in zend_accel_do_delayed_early_binding() local
2248 ir_ref addr, func, run_time_cache, jit_extension; in zend_jit_hybrid_profile_jit_stub() local4546 ir_ref run_time_cache; in jit_observer_fcall_is_unobserved_start() local8879 ir_ref ref, ref2, if_found, fast_path, run_time_cache, this_ref2; local10109 ir_ref run_time_cache; local14200 ir_ref run_time_cache = ir_LOAD_A(jit_EX(run_time_cache)); local14708 ir_ref run_time_cache = ir_LOAD_A(jit_EX(run_time_cache)); local14903 ir_ref run_time_cache = ir_LOAD_A(jit_EX(run_time_cache)); local15063 ir_ref run_time_cache = ir_LOAD_A(jit_EX(run_time_cache)); local15335 ir_ref run_time_cache = ir_LOAD_A(jit_EX(run_time_cache)); local15486 ir_ref run_time_cache = ir_LOAD_A(jit_EX(run_time_cache)); local[all …]
32 void **run_time_cache; in _zend_jit_init_func_run_time_cache() local43 void **run_time_cache; in zend_jit_init_func_run_time_cache_helper() local
4274 void **run_time_cache; in init_func_run_time_cache_i() local5426 void *run_time_cache = RUN_TIME_CACHE(op_array); in zend_handle_undef_args() local
621 void **run_time_cache; /* cache op_array->run_time_cache */ member
Completed in 80 milliseconds