Lines Matching refs:JIT_G
485 if (JIT_G(enabled)) {
486 if (JIT_G(on)) {
846 add_assoc_string(&directives, "opcache.jit", JIT_G(options));
847 add_assoc_long(&directives, "opcache.jit_buffer_size", JIT_G(buffer_size));
848 add_assoc_long(&directives, "opcache.jit_debug", JIT_G(debug));
849 add_assoc_long(&directives, "opcache.jit_bisect_limit", JIT_G(bisect_limit));
850 add_assoc_long(&directives, "opcache.jit_blacklist_root_trace", JIT_G(blacklist_root_trace));
851 add_assoc_long(&directives, "opcache.jit_blacklist_side_trace", JIT_G(blacklist_side_trace));
852 add_assoc_long(&directives, "opcache.jit_hot_func", JIT_G(hot_func));
853 add_assoc_long(&directives, "opcache.jit_hot_loop", JIT_G(hot_loop));
854 add_assoc_long(&directives, "opcache.jit_hot_return", JIT_G(hot_return));
855 add_assoc_long(&directives, "opcache.jit_hot_side_exit", JIT_G(hot_side_exit));
856 add_assoc_long(&directives, "opcache.jit_max_exit_counters", JIT_G(max_exit_counters));
857 add_assoc_long(&directives, "opcache.jit_max_loop_unrolls", JIT_G(max_loop_unrolls));
858 add_assoc_long(&directives, "opcache.jit_max_polymorphic_calls", JIT_G(max_polymorphic_calls));
859 add_assoc_long(&directives, "opcache.jit_max_recursive_calls", JIT_G(max_recursive_calls));
860 add_assoc_long(&directives, "opcache.jit_max_recursive_returns", JIT_G(max_recursive_returns));
861 add_assoc_long(&directives, "opcache.jit_max_root_traces", JIT_G(max_root_traces));
862 add_assoc_long(&directives, "opcache.jit_max_side_traces", JIT_G(max_side_traces));
863 add_assoc_long(&directives, "opcache.jit_prof_threshold", JIT_G(prof_threshold));
864 add_assoc_long(&directives, "opcache.jit_max_trace_length", JIT_G(max_trace_length));