Lines Matching refs:JIT_G

474 	if (JIT_G(enabled)) {
475 if (JIT_G(on)) {
835 add_assoc_string(&directives, "opcache.jit", JIT_G(options));
836 add_assoc_long(&directives, "opcache.jit_buffer_size", JIT_G(buffer_size));
837 add_assoc_long(&directives, "opcache.jit_debug", JIT_G(debug));
838 add_assoc_long(&directives, "opcache.jit_bisect_limit", JIT_G(bisect_limit));
839 add_assoc_long(&directives, "opcache.jit_blacklist_root_trace", JIT_G(blacklist_root_trace));
840 add_assoc_long(&directives, "opcache.jit_blacklist_side_trace", JIT_G(blacklist_side_trace));
841 add_assoc_long(&directives, "opcache.jit_hot_func", JIT_G(hot_func));
842 add_assoc_long(&directives, "opcache.jit_hot_loop", JIT_G(hot_loop));
843 add_assoc_long(&directives, "opcache.jit_hot_return", JIT_G(hot_return));
844 add_assoc_long(&directives, "opcache.jit_hot_side_exit", JIT_G(hot_side_exit));
845 add_assoc_long(&directives, "opcache.jit_max_exit_counters", JIT_G(max_exit_counters));
846 add_assoc_long(&directives, "opcache.jit_max_loop_unrolls", JIT_G(max_loop_unrolls));
847 add_assoc_long(&directives, "opcache.jit_max_polymorphic_calls", JIT_G(max_polymorphic_calls));
848 add_assoc_long(&directives, "opcache.jit_max_recursive_calls", JIT_G(max_recursive_calls));
849 add_assoc_long(&directives, "opcache.jit_max_recursive_returns", JIT_G(max_recursive_returns));
850 add_assoc_long(&directives, "opcache.jit_max_root_traces", JIT_G(max_root_traces));
851 add_assoc_long(&directives, "opcache.jit_max_side_traces", JIT_G(max_side_traces));
852 add_assoc_long(&directives, "opcache.jit_prof_threshold", JIT_G(prof_threshold));
853 add_assoc_long(&directives, "opcache.jit_max_trace_length", JIT_G(max_trace_length));