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