Lines Matching refs:zend_long
102 zend_long buffer_size;
103 zend_long debug;
104 zend_long bisect_limit;
106 zend_long max_root_traces; /* max number of root traces */
107 zend_long max_side_traces; /* max number of side traces (per root trace) */
108 zend_long max_exit_counters; /* max total number of side exits for all traces */
109 zend_long hot_loop;
110 zend_long hot_func;
111 zend_long hot_return;
112 zend_long hot_side_exit; /* number of exits before taking side trace */
113 zend_long blacklist_root_trace; /* number of attempts to JIT a root trace before blacklist it */
114 zend_long blacklist_side_trace; /* number of attempts to JIT a side trace before blacklist it */
115 zend_long max_loop_unrolls; /* max number of unrolled loops */
116 zend_long max_recursive_calls; /* max number of recursive inlined call unrolls */
117 zend_long max_recursive_returns; /* max number of recursive inlined return unrolls */
118 zend_long max_polymorphic_calls; /* max number of inlined polymorphic calls */
149 ZEND_EXT_API int zend_jit_debug_config(zend_long old_val, zend_long new_val, int stage);