Lines Matching refs:JIT_G

440 	if (JIT_G(enabled)) {
441 if (JIT_G(on)) {
777 add_assoc_string(&directives, "opcache.jit", JIT_G(options));
778 add_assoc_long(&directives, "opcache.jit_buffer_size", JIT_G(buffer_size));
779 add_assoc_long(&directives, "opcache.jit_debug", JIT_G(debug));
780 add_assoc_long(&directives, "opcache.jit_bisect_limit", JIT_G(bisect_limit));
781 add_assoc_long(&directives, "opcache.jit_blacklist_root_trace", JIT_G(blacklist_root_trace));
782 add_assoc_long(&directives, "opcache.jit_blacklist_side_trace", JIT_G(blacklist_side_trace));
783 add_assoc_long(&directives, "opcache.jit_hot_func", JIT_G(hot_func));
784 add_assoc_long(&directives, "opcache.jit_hot_loop", JIT_G(hot_loop));
785 add_assoc_long(&directives, "opcache.jit_hot_return", JIT_G(hot_return));
786 add_assoc_long(&directives, "opcache.jit_hot_side_exit", JIT_G(hot_side_exit));
787 add_assoc_long(&directives, "opcache.jit_max_exit_counters", JIT_G(max_exit_counters));
788 add_assoc_long(&directives, "opcache.jit_max_loop_unrolls", JIT_G(max_loop_unrolls));
789 add_assoc_long(&directives, "opcache.jit_max_polymorphic_calls", JIT_G(max_polymorphic_calls));
790 add_assoc_long(&directives, "opcache.jit_max_recursive_calls", JIT_G(max_recursive_calls));
791 add_assoc_long(&directives, "opcache.jit_max_recursive_returns", JIT_G(max_recursive_returns));
792 add_assoc_long(&directives, "opcache.jit_max_root_traces", JIT_G(max_root_traces));
793 add_assoc_long(&directives, "opcache.jit_max_side_traces", JIT_G(max_side_traces));
794 add_assoc_long(&directives, "opcache.jit_prof_threshold", JIT_G(prof_threshold));