Home
last modified time | relevance | path

Searched refs:ZEND_JIT_TRACE_START_LOOP (Results 1 – 18 of 18) sorted by relevance

/dports/lang/php80/php-8.0.15/ext/opcache/jit/
H A Dzend_jit_vm_helpers.c850 } else if (start & ZEND_JIT_TRACE_START_LOOP
947 if (trace_flags & ZEND_JIT_TRACE_START_LOOP) {
948 if ((start & ZEND_JIT_TRACE_START_LOOP) != 0
977 } else if (trace_flags & ZEND_JIT_TRACE_START_LOOP) {
1007 last_loop, idx, ZEND_JIT_TRACE_START_LOOP, op_array, opline);
1008 start = ZEND_JIT_TRACE_START_LOOP;
H A Dzend_jit_internal.h195 #define ZEND_JIT_TRACE_START_LOOP (1<<0) macro
H A Dzend_jit_trace.c39 if (trace_flags & ZEND_JIT_TRACE_START_LOOP) { in zend_jit_trace_star_desc()
7665 ZEND_JIT_TRACE_START_LOOP | ZEND_JIT_TRACE_START_ENTER | ZEND_JIT_TRACE_UNSUPPORTED; in zend_jit_restart_hot_trace_counters()
7666 if (jit_extension->trace_info[i].trace_flags == ZEND_JIT_TRACE_START_LOOP) { in zend_jit_restart_hot_trace_counters()
7724 ZEND_JIT_TRACE_START_LOOP; in zend_jit_setup_hot_trace_counters()
/dports/www/php80-opcache/php-8.0.15/ext/opcache/jit/
H A Dzend_jit_vm_helpers.c850 } else if (start & ZEND_JIT_TRACE_START_LOOP
947 if (trace_flags & ZEND_JIT_TRACE_START_LOOP) {
948 if ((start & ZEND_JIT_TRACE_START_LOOP) != 0
977 } else if (trace_flags & ZEND_JIT_TRACE_START_LOOP) {
1007 last_loop, idx, ZEND_JIT_TRACE_START_LOOP, op_array, opline);
1008 start = ZEND_JIT_TRACE_START_LOOP;
H A Dzend_jit_internal.h195 #define ZEND_JIT_TRACE_START_LOOP (1<<0) macro
H A Dzend_jit_trace.c39 if (trace_flags & ZEND_JIT_TRACE_START_LOOP) { in zend_jit_trace_star_desc()
7665 ZEND_JIT_TRACE_START_LOOP | ZEND_JIT_TRACE_START_ENTER | ZEND_JIT_TRACE_UNSUPPORTED; in zend_jit_restart_hot_trace_counters()
7666 if (jit_extension->trace_info[i].trace_flags == ZEND_JIT_TRACE_START_LOOP) { in zend_jit_restart_hot_trace_counters()
7724 ZEND_JIT_TRACE_START_LOOP; in zend_jit_setup_hot_trace_counters()
/dports/www/mod_php80/php-8.0.15/ext/opcache/jit/
H A Dzend_jit_vm_helpers.c850 } else if (start & ZEND_JIT_TRACE_START_LOOP
947 if (trace_flags & ZEND_JIT_TRACE_START_LOOP) {
948 if ((start & ZEND_JIT_TRACE_START_LOOP) != 0
977 } else if (trace_flags & ZEND_JIT_TRACE_START_LOOP) {
1007 last_loop, idx, ZEND_JIT_TRACE_START_LOOP, op_array, opline);
1008 start = ZEND_JIT_TRACE_START_LOOP;
H A Dzend_jit_internal.h195 #define ZEND_JIT_TRACE_START_LOOP (1<<0) macro
H A Dzend_jit_trace.c39 if (trace_flags & ZEND_JIT_TRACE_START_LOOP) { in zend_jit_trace_star_desc()
7665 ZEND_JIT_TRACE_START_LOOP | ZEND_JIT_TRACE_START_ENTER | ZEND_JIT_TRACE_UNSUPPORTED; in zend_jit_restart_hot_trace_counters()
7666 if (jit_extension->trace_info[i].trace_flags == ZEND_JIT_TRACE_START_LOOP) { in zend_jit_restart_hot_trace_counters()
7724 ZEND_JIT_TRACE_START_LOOP; in zend_jit_setup_hot_trace_counters()
/dports/www/mod_php81/php-8.1.1/ext/opcache/jit/
H A Dzend_jit_vm_helpers.c955 } else if (start & ZEND_JIT_TRACE_START_LOOP
1052 if (trace_flags & ZEND_JIT_TRACE_START_LOOP) {
1053 if ((start & ZEND_JIT_TRACE_START_LOOP) != 0
1082 } else if (trace_flags & ZEND_JIT_TRACE_START_LOOP) {
1112 last_loop, idx, ZEND_JIT_TRACE_START_LOOP, op_array, opline);
1113 start = ZEND_JIT_TRACE_START_LOOP;
H A Dzend_jit_internal.h394 #define ZEND_JIT_TRACE_START_LOOP (1<<0) macro
H A Dzend_jit_trace.c37 if (trace_flags & ZEND_JIT_TRACE_START_LOOP) { in zend_jit_trace_star_desc()
7994 ZEND_JIT_TRACE_START_LOOP | ZEND_JIT_TRACE_START_ENTER | ZEND_JIT_TRACE_UNSUPPORTED; in zend_jit_restart_hot_trace_counters()
7995 if (jit_extension->trace_info[i].trace_flags == ZEND_JIT_TRACE_START_LOOP) { in zend_jit_restart_hot_trace_counters()
8053 ZEND_JIT_TRACE_START_LOOP; in zend_jit_setup_hot_trace_counters()
/dports/lang/php81/php-8.1.1/ext/opcache/jit/
H A Dzend_jit_vm_helpers.c955 } else if (start & ZEND_JIT_TRACE_START_LOOP
1052 if (trace_flags & ZEND_JIT_TRACE_START_LOOP) {
1053 if ((start & ZEND_JIT_TRACE_START_LOOP) != 0
1082 } else if (trace_flags & ZEND_JIT_TRACE_START_LOOP) {
1112 last_loop, idx, ZEND_JIT_TRACE_START_LOOP, op_array, opline);
1113 start = ZEND_JIT_TRACE_START_LOOP;
H A Dzend_jit_internal.h394 #define ZEND_JIT_TRACE_START_LOOP (1<<0) macro
H A Dzend_jit_trace.c37 if (trace_flags & ZEND_JIT_TRACE_START_LOOP) { in zend_jit_trace_star_desc()
7994 ZEND_JIT_TRACE_START_LOOP | ZEND_JIT_TRACE_START_ENTER | ZEND_JIT_TRACE_UNSUPPORTED; in zend_jit_restart_hot_trace_counters()
7995 if (jit_extension->trace_info[i].trace_flags == ZEND_JIT_TRACE_START_LOOP) { in zend_jit_restart_hot_trace_counters()
8053 ZEND_JIT_TRACE_START_LOOP; in zend_jit_setup_hot_trace_counters()
/dports/www/php81-opcache/php-8.1.1/ext/opcache/jit/
H A Dzend_jit_vm_helpers.c955 } else if (start & ZEND_JIT_TRACE_START_LOOP
1052 if (trace_flags & ZEND_JIT_TRACE_START_LOOP) {
1053 if ((start & ZEND_JIT_TRACE_START_LOOP) != 0
1082 } else if (trace_flags & ZEND_JIT_TRACE_START_LOOP) {
1112 last_loop, idx, ZEND_JIT_TRACE_START_LOOP, op_array, opline);
1113 start = ZEND_JIT_TRACE_START_LOOP;
H A Dzend_jit_internal.h394 #define ZEND_JIT_TRACE_START_LOOP (1<<0) macro
H A Dzend_jit_trace.c37 if (trace_flags & ZEND_JIT_TRACE_START_LOOP) { in zend_jit_trace_star_desc()
7994 ZEND_JIT_TRACE_START_LOOP | ZEND_JIT_TRACE_START_ENTER | ZEND_JIT_TRACE_UNSUPPORTED; in zend_jit_restart_hot_trace_counters()
7995 if (jit_extension->trace_info[i].trace_flags == ZEND_JIT_TRACE_START_LOOP) { in zend_jit_restart_hot_trace_counters()
8053 ZEND_JIT_TRACE_START_LOOP; in zend_jit_setup_hot_trace_counters()