Home
last modified time | relevance | path

Searched refs:JIT_G (Results 1 – 12 of 12) sorted by relevance

/PHP-8.1/ext/opcache/jit/
H A Dzend_jit.c4776 JIT_G(on) = 0; in zend_jit_parse_config_num()
4799 JIT_G(on) = 1; in zend_jit_parse_config_num()
4816 JIT_G(on) = 0; in zend_jit_config()
4823 JIT_G(on) = 0; in zend_jit_config()
4831 JIT_G(on) = 1; in zend_jit_config()
4838 JIT_G(on) = 1; in zend_jit_config()
4856 JIT_G(on) = 0; in zend_jit_config()
4900 JIT_G(on) = 0; in zend_jit_check_support()
4909 JIT_G(on) = 0; in zend_jit_check_support()
4924 JIT_G(on) = 0; in zend_jit_check_support()
[all …]
H A Dzend_jit_vm_helpers.c220 *(jit_extension->counter) -= ((ZEND_JIT_COUNTER_INIT + JIT_G(hot_func) - 1) / JIT_G(hot_func)); in zend_jit_func_counter_helper()
240 *(jit_extension->counter) -= ((ZEND_JIT_COUNTER_INIT + JIT_G(hot_loop) - 1) / JIT_G(hot_loop)); in zend_jit_loop_counter_helper()
344 ((ZEND_JIT_COUNTER_INIT + JIT_G(hot_func) - 1) / JIT_G(hot_func))); in zend_jit_func_trace_helper()
350 ((ZEND_JIT_COUNTER_INIT + JIT_G(hot_return) - 1) / JIT_G(hot_return))); in zend_jit_ret_trace_helper()
356 ((ZEND_JIT_COUNTER_INIT + JIT_G(hot_loop) - 1) / JIT_G(hot_loop))); in zend_jit_loop_trace_helper()
434 uint8_t *cache_count = JIT_G(bad_root_cache_count); in zend_jit_trace_bad_stop_event()
435 uint8_t *cache_stop = JIT_G(bad_root_cache_stop); in zend_jit_trace_bad_stop_event()
917 if (count + 1 >= JIT_G(max_recursive_calls)) {
934 && JIT_G(max_recursive_returns) > 0
1037 if (JIT_G(max_polymorphic_calls) == 0
[all …]
H A Dzend_jit_disasm.c78 JIT_G(symbols) = r; in zend_syms_rotateleft()
96 JIT_G(symbols) = l; in zend_syms_rotateright()
122 if (JIT_G(symbols)) { in zend_jit_disasm_add_symbol()
123 zend_sym_node *node = JIT_G(symbols); in zend_jit_disasm_add_symbol()
192 JIT_G(symbols) = sym; in zend_jit_disasm_add_symbol()
194 JIT_G(symbols)->info = 0; in zend_jit_disasm_add_symbol()
211 zend_sym_node *node = JIT_G(symbols); in zend_jit_disasm_find_symbol()
448 if (JIT_G(debug) & ZEND_JIT_DEBUG_ASM_ADDR) {
454 if (JIT_G(debug) & ZEND_JIT_DEBUG_ASM_ADDR) {
774 if (JIT_G(symbols)) {
[all …]
H A Dzend_jit_trace.c80 JIT_G(exit_counters) = calloc(JIT_G(max_exit_counters), 1); in zend_jit_trace_startup()
7632 if (JIT_G(tracing)) { in zend_jit_trace_hot_root()
7654 JIT_G(tracing) = 1; in zend_jit_trace_hot_root()
7657 JIT_G(tracing) = 0; in zend_jit_trace_hot_root()
7788 if (*counter + 1 >= JIT_G(hot_side_exit) + JIT_G(blacklist_side_trace)) { in zend_jit_trace_exit_is_bad()
7993 JIT_G(tracing) = 1; in zend_jit_trace_hot_side()
7995 JIT_G(tracing) = 0; in zend_jit_trace_hot_side()
8348 if (JIT_G(hot_loop)) { in zend_jit_setup_hot_trace_counters()
8410 memset(JIT_G(exit_counters), 0, JIT_G(max_exit_counters)); in zend_jit_trace_init_caches()
8416 JIT_G(tracing) = 0; in zend_jit_trace_reset_caches()
[all …]
H A Dzend_jit.h136 # define JIT_G(v) ZEND_TSRMG(jit_globals_id, zend_jit_globals *, v) macro
139 # define JIT_G(v) (jit_globals.v) macro
H A Dzend_jit_x86.dasc2332 ((ZEND_JIT_COUNTER_INIT + JIT_G(hot_func) - 1) / JIT_G(hot_func)));
2344 ((ZEND_JIT_COUNTER_INIT + JIT_G(hot_loop) - 1) / JIT_G(hot_loop)));
2389 ((ZEND_JIT_COUNTER_INIT + JIT_G(hot_func) - 1) / JIT_G(hot_func)));
2401 ((ZEND_JIT_COUNTER_INIT + JIT_G(hot_return) - 1) / JIT_G(hot_return)));
2413 ((ZEND_JIT_COUNTER_INIT + JIT_G(hot_loop) - 1) / JIT_G(hot_loop)));
4387 && JIT_G(current_frame)
10973 && JIT_G(current_frame)
11730 if (JIT_G(trigger) == ZEND_JIT_ON_HOT_TRACE && JIT_G(current_frame)) {
11962 && JIT_G(current_frame)
12782 && JIT_G(current_frame)
[all …]
H A Dzend_jit_arm64.dasc2314 ((ZEND_JIT_COUNTER_INIT + JIT_G(hot_func) - 1) / JIT_G(hot_func)));
2326 ((ZEND_JIT_COUNTER_INIT + JIT_G(hot_loop) - 1) / JIT_G(hot_loop)));
2383 ((ZEND_JIT_COUNTER_INIT + JIT_G(hot_func) - 1) / JIT_G(hot_func)));
2395 ((ZEND_JIT_COUNTER_INIT + JIT_G(hot_return) - 1) / JIT_G(hot_return)));
2407 ((ZEND_JIT_COUNTER_INIT + JIT_G(hot_loop) - 1) / JIT_G(hot_loop)));
4024 && JIT_G(current_frame)
10253 && JIT_G(current_frame)
11013 if (JIT_G(trigger) == ZEND_JIT_ON_HOT_TRACE && JIT_G(current_frame)) {
11226 && JIT_G(current_frame)
12021 && JIT_G(current_frame)
[all …]
H A Dzend_jit_gdb.c519 JIT_G(debug) |= ZEND_JIT_DEBUG_GDB; in zend_jit_gdb_init()
/PHP-8.1/ext/opcache/
H A Dzend_accelerator_module.c453 if (JIT_G(enabled)) {
454 if (JIT_G(on)) {
790 add_assoc_string(&directives, "opcache.jit", JIT_G(options));
791 add_assoc_long(&directives, "opcache.jit_buffer_size", JIT_G(buffer_size));
792 add_assoc_long(&directives, "opcache.jit_debug", JIT_G(debug));
793 add_assoc_long(&directives, "opcache.jit_bisect_limit", JIT_G(bisect_limit));
796 add_assoc_long(&directives, "opcache.jit_hot_func", JIT_G(hot_func));
797 add_assoc_long(&directives, "opcache.jit_hot_loop", JIT_G(hot_loop));
798 add_assoc_long(&directives, "opcache.jit_hot_return", JIT_G(hot_return));
799 add_assoc_long(&directives, "opcache.jit_hot_side_exit", JIT_G(hot_side_exit));
[all …]
H A Dzend_persist.c700 if (JIT_G(on) && JIT_G(opt_level) <= ZEND_JIT_LEVEL_OPT_FUNCS) { in zend_persist_op_array()
1207 bool orig_jit_on = JIT_G(on); in zend_accel_persist_class_table()
1209 JIT_G(on) = 0; in zend_accel_persist_class_table()
1224 JIT_G(on) = orig_jit_on; in zend_accel_persist_class_table()
1225 if (JIT_G(on) && JIT_G(opt_level) <= ZEND_JIT_LEVEL_OPT_FUNCS && in zend_accel_persist_class_table()
1252 && (JIT_G(trigger) == ZEND_JIT_ON_FIRST_EXEC in zend_accel_persist_class_table()
1253 || JIT_G(trigger) == ZEND_JIT_ON_PROF_REQUEST in zend_accel_persist_class_table()
1254 || JIT_G(trigger) == ZEND_JIT_ON_HOT_COUNTERS in zend_accel_persist_class_table()
1309 if (JIT_G(on) && for_shm) { in zend_accel_script_persist()
1330 if (JIT_G(on) && JIT_G(opt_level) <= ZEND_JIT_LEVEL_OPT_FUNCS) { in zend_accel_script_persist()
[all …]
H A DZendAccelerator.c3204 if (JIT_G(enabled) && JIT_G(buffer_size)
3213 jit_size = JIT_G(buffer_size);
3267 if (JIT_G(enabled)) {
3268 if (JIT_G(buffer_size) == 0
3271 JIT_G(enabled) = 0;
3272 JIT_G(on) = 0;
3275 if (JIT_G(buffer_size) != 0) {
3291 JIT_G(enabled) = 0;
3292 JIT_G(on) = 0;
H A Dzend_file_cache.c987 if (JIT_G(on)) {

Completed in 127 milliseconds