Home
last modified time | relevance | path

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

/PHP-8.0/ext/opcache/jit/
H A Dzend_jit.c4136 JIT_G(on) = 0; in zend_jit_parse_config_num()
4159 JIT_G(on) = 1; in zend_jit_parse_config_num()
4176 JIT_G(on) = 0; in zend_jit_config()
4183 JIT_G(on) = 0; in zend_jit_config()
4191 JIT_G(on) = 1; in zend_jit_config()
4198 JIT_G(on) = 1; in zend_jit_config()
4216 JIT_G(on) = 0; in zend_jit_config()
4260 JIT_G(on) = 0; in zend_jit_check_support()
4269 JIT_G(on) = 0; in zend_jit_check_support()
4284 JIT_G(on) = 0; in zend_jit_check_support()
[all …]
H A Dzend_jit_vm_helpers.c210 *(jit_extension->counter) -= ((ZEND_JIT_COUNTER_INIT + JIT_G(hot_func) - 1) / JIT_G(hot_func)); in zend_jit_func_counter_helper()
230 *(jit_extension->counter) -= ((ZEND_JIT_COUNTER_INIT + JIT_G(hot_loop) - 1) / JIT_G(hot_loop)); in zend_jit_loop_counter_helper()
334 ((ZEND_JIT_COUNTER_INIT + JIT_G(hot_func) - 1) / JIT_G(hot_func))); in zend_jit_func_trace_helper()
340 ((ZEND_JIT_COUNTER_INIT + JIT_G(hot_return) - 1) / JIT_G(hot_return))); in zend_jit_ret_trace_helper()
346 ((ZEND_JIT_COUNTER_INIT + JIT_G(hot_loop) - 1) / JIT_G(hot_loop))); in zend_jit_loop_trace_helper()
424 uint8_t *cache_count = JIT_G(bad_root_cache_count); in zend_jit_trace_bad_stop_event()
425 uint8_t *cache_stop = JIT_G(bad_root_cache_stop); in zend_jit_trace_bad_stop_event()
812 if (count + 1 >= JIT_G(max_recursive_calls)) {
829 && JIT_G(max_recursive_returns) > 0
932 if (JIT_G(max_polymorphic_calls) == 0
[all …]
H A Dzend_jit_disasm_x86.c70 JIT_G(symbols) = r; in zend_syms_rotateleft()
88 JIT_G(symbols) = l; in zend_syms_rotateright()
114 if (JIT_G(symbols)) { in zend_jit_disasm_add_symbol()
115 zend_sym_node *node = JIT_G(symbols); in zend_jit_disasm_add_symbol()
148 while (sym && sym != JIT_G(symbols) && sym->parent->info == 1) { in zend_jit_disasm_add_symbol()
184 JIT_G(symbols) = sym; in zend_jit_disasm_add_symbol()
186 JIT_G(symbols)->info = 0; in zend_jit_disasm_add_symbol()
203 zend_sym_node *node = JIT_G(symbols); in zend_jit_disasm_find_symbol()
570 if (JIT_G(symbols)) { in zend_jit_disasm_shutdown()
571 zend_jit_disasm_destroy_symbols(JIT_G(symbols)); in zend_jit_disasm_shutdown()
[all …]
H A Dzend_jit_trace.c82 JIT_G(exit_counters) = calloc(JIT_G(max_exit_counters), 1); in zend_jit_trace_startup()
163 if (JIT_G(current_frame)) { in zend_jit_trace_get_exit_point()
7158 if (JIT_G(tracing)) { in zend_jit_trace_hot_root()
7180 JIT_G(tracing) = 1; in zend_jit_trace_hot_root()
7183 JIT_G(tracing) = 0; in zend_jit_trace_hot_root()
7306 if (*counter + 1 >= JIT_G(hot_side_exit) + JIT_G(blacklist_side_trace)) { in zend_jit_trace_exit_is_bad()
7501 JIT_G(tracing) = 1; in zend_jit_trace_hot_side()
7503 JIT_G(tracing) = 0; in zend_jit_trace_hot_side()
7877 memset(JIT_G(exit_counters), 0, JIT_G(max_exit_counters)); in zend_jit_trace_init_caches()
7883 JIT_G(tracing) = 0; in zend_jit_trace_reset_caches()
[all …]
H A Dzend_jit.h125 # define JIT_G(v) ZEND_TSRMG(jit_globals_id, zend_jit_globals *, v) macro
128 # define JIT_G(v) (jit_globals.v) macro
H A Dzend_jit_x86.dasc2379 ((ZEND_JIT_COUNTER_INIT + JIT_G(hot_func) - 1) / JIT_G(hot_func)));
2391 ((ZEND_JIT_COUNTER_INIT + JIT_G(hot_loop) - 1) / JIT_G(hot_loop)));
2436 ((ZEND_JIT_COUNTER_INIT + JIT_G(hot_func) - 1) / JIT_G(hot_func)));
2448 ((ZEND_JIT_COUNTER_INIT + JIT_G(hot_return) - 1) / JIT_G(hot_return)));
2460 ((ZEND_JIT_COUNTER_INIT + JIT_G(hot_loop) - 1) / JIT_G(hot_loop)));
4343 && JIT_G(current_frame)
10082 && JIT_G(current_frame)
10656 && JIT_G(current_frame)
11026 && JIT_G(current_frame)
11770 if (JIT_G(trigger) == ZEND_JIT_ON_HOT_TRACE && JIT_G(current_frame)) {
[all …]
H A Dzend_jit_gdb.c490 JIT_G(debug) |= ZEND_JIT_DEBUG_GDB; in zend_jit_gdb_init()
/PHP-8.0/ext/opcache/
H A Dzend_accelerator_module.c440 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));
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));
[all …]
H A Dzend_persist.c417 if (JIT_G(on) && JIT_G(opt_level) <= ZEND_JIT_LEVEL_OPT_FUNCS && in zend_persist_op_array_ex()
419 if (JIT_G(trigger) == ZEND_JIT_ON_FIRST_EXEC in zend_persist_op_array_ex()
420 || JIT_G(trigger) == ZEND_JIT_ON_PROF_REQUEST in zend_persist_op_array_ex()
421 || JIT_G(trigger) == ZEND_JIT_ON_HOT_COUNTERS in zend_persist_op_array_ex()
422 || JIT_G(trigger) == ZEND_JIT_ON_HOT_TRACE) { in zend_persist_op_array_ex()
618 if (JIT_G(on) && JIT_G(opt_level) <= ZEND_JIT_LEVEL_OPT_FUNCS && in zend_persist_op_array_ex()
1204 if (JIT_G(on) && for_shm) { in zend_accel_script_persist()
1226 if (JIT_G(on) && for_shm) { in zend_accel_script_persist()
1227 if (JIT_G(opt_level) >= ZEND_JIT_LEVEL_OPT_SCRIPT) { in zend_accel_script_persist()
H A DZendAccelerator.c2980 if (JIT_G(enabled) && JIT_G(buffer_size)
2995 jit_size = JIT_G(buffer_size);
3050 if (JIT_G(enabled)) {
3051 if (JIT_G(buffer_size) == 0
3054 JIT_G(enabled) = 0;
3055 JIT_G(on) = 0;
3069 JIT_G(enabled) = 0;
3070 JIT_G(on) = 0;
H A Dzend_file_cache.c975 if (JIT_G(on)) {

Completed in 87 milliseconds