/dports/lang/php80/php-8.0.15/ext/opcache/jit/ |
H A D | zend_jit_vm_helpers.c | 306 *(ZEND_OP_TRACE_INFO(opline, offset)->counter) -= cost; in zend_jit_trace_counter_helper() 308 if (UNEXPECTED(*(ZEND_OP_TRACE_INFO(opline, offset)->counter) <= 0)) { in zend_jit_trace_counter_helper() 309 *(ZEND_OP_TRACE_INFO(opline, offset)->counter) = ZEND_JIT_COUNTER_INIT; in zend_jit_trace_counter_helper() 326 …zend_vm_opcode_handler_t handler = (zend_vm_opcode_handler_t)ZEND_OP_TRACE_INFO(opline, offset)->o… in zend_jit_trace_counter_helper() 731 handler = (zend_vm_opcode_handler_t)ZEND_OP_TRACE_INFO(opline, offset)->call_handler; 944 trace_flags = ZEND_OP_TRACE_INFO(opline, offset)->trace_flags;
|
H A D | zend_jit_trace.c | 3140 if (!ZEND_OP_TRACE_INFO(next_opline, offset)->counter) { in zend_jit_trace_setup_ret_counter() 3141 ZEND_OP_TRACE_INFO(next_opline, offset)->counter = in zend_jit_trace_setup_ret_counter() 6712 ZEND_OP_TRACE_INFO(opline, offset)->orig_handler; in zend_jit_blacklist_root_trace() 6738 if (ZEND_OP_TRACE_INFO(opline, offset)->counter) { in zend_jit_trace_is_bad_root() 6739 *ZEND_OP_TRACE_INFO(opline, offset)->counter = in zend_jit_trace_is_bad_root() 7046 ++(*ZEND_OP_TRACE_INFO(opline, offset)->counter); in zend_jit_trace_hot_root() 7718 if (!ZEND_OP_TRACE_INFO(opline, jit_extension->offset)->counter) { in zend_jit_setup_hot_trace_counters() 7719 ZEND_OP_TRACE_INFO(opline, jit_extension->offset)->counter = in zend_jit_setup_hot_trace_counters() 7723 ZEND_OP_TRACE_INFO(opline, jit_extension->offset)->trace_flags |= in zend_jit_setup_hot_trace_counters() 7743 ZEND_OP_TRACE_INFO(opline, jit_extension->offset)->counter = in zend_jit_setup_hot_trace_counters() [all …]
|
H A D | zend_jit_internal.h | 234 #define ZEND_OP_TRACE_INFO(opline, offset) \ macro
|
H A D | zend_jit_x86.dasc | 3550 (zend_vm_opcode_handler_t)ZEND_OP_TRACE_INFO(opline, offset)->call_handler;
|
/dports/www/php80-opcache/php-8.0.15/ext/opcache/jit/ |
H A D | zend_jit_vm_helpers.c | 306 *(ZEND_OP_TRACE_INFO(opline, offset)->counter) -= cost; in zend_jit_trace_counter_helper() 308 if (UNEXPECTED(*(ZEND_OP_TRACE_INFO(opline, offset)->counter) <= 0)) { in zend_jit_trace_counter_helper() 309 *(ZEND_OP_TRACE_INFO(opline, offset)->counter) = ZEND_JIT_COUNTER_INIT; in zend_jit_trace_counter_helper() 326 …zend_vm_opcode_handler_t handler = (zend_vm_opcode_handler_t)ZEND_OP_TRACE_INFO(opline, offset)->o… in zend_jit_trace_counter_helper() 731 handler = (zend_vm_opcode_handler_t)ZEND_OP_TRACE_INFO(opline, offset)->call_handler; 944 trace_flags = ZEND_OP_TRACE_INFO(opline, offset)->trace_flags;
|
H A D | zend_jit_trace.c | 3140 if (!ZEND_OP_TRACE_INFO(next_opline, offset)->counter) { in zend_jit_trace_setup_ret_counter() 3141 ZEND_OP_TRACE_INFO(next_opline, offset)->counter = in zend_jit_trace_setup_ret_counter() 6712 ZEND_OP_TRACE_INFO(opline, offset)->orig_handler; in zend_jit_blacklist_root_trace() 6738 if (ZEND_OP_TRACE_INFO(opline, offset)->counter) { in zend_jit_trace_is_bad_root() 6739 *ZEND_OP_TRACE_INFO(opline, offset)->counter = in zend_jit_trace_is_bad_root() 7046 ++(*ZEND_OP_TRACE_INFO(opline, offset)->counter); in zend_jit_trace_hot_root() 7718 if (!ZEND_OP_TRACE_INFO(opline, jit_extension->offset)->counter) { in zend_jit_setup_hot_trace_counters() 7719 ZEND_OP_TRACE_INFO(opline, jit_extension->offset)->counter = in zend_jit_setup_hot_trace_counters() 7723 ZEND_OP_TRACE_INFO(opline, jit_extension->offset)->trace_flags |= in zend_jit_setup_hot_trace_counters() 7743 ZEND_OP_TRACE_INFO(opline, jit_extension->offset)->counter = in zend_jit_setup_hot_trace_counters() [all …]
|
H A D | zend_jit_internal.h | 234 #define ZEND_OP_TRACE_INFO(opline, offset) \ macro
|
H A D | zend_jit_x86.dasc | 3550 (zend_vm_opcode_handler_t)ZEND_OP_TRACE_INFO(opline, offset)->call_handler;
|
/dports/www/mod_php80/php-8.0.15/ext/opcache/jit/ |
H A D | zend_jit_vm_helpers.c | 306 *(ZEND_OP_TRACE_INFO(opline, offset)->counter) -= cost; in zend_jit_trace_counter_helper() 308 if (UNEXPECTED(*(ZEND_OP_TRACE_INFO(opline, offset)->counter) <= 0)) { in zend_jit_trace_counter_helper() 309 *(ZEND_OP_TRACE_INFO(opline, offset)->counter) = ZEND_JIT_COUNTER_INIT; in zend_jit_trace_counter_helper() 326 …zend_vm_opcode_handler_t handler = (zend_vm_opcode_handler_t)ZEND_OP_TRACE_INFO(opline, offset)->o… in zend_jit_trace_counter_helper() 731 handler = (zend_vm_opcode_handler_t)ZEND_OP_TRACE_INFO(opline, offset)->call_handler; 944 trace_flags = ZEND_OP_TRACE_INFO(opline, offset)->trace_flags;
|
H A D | zend_jit_trace.c | 3140 if (!ZEND_OP_TRACE_INFO(next_opline, offset)->counter) { in zend_jit_trace_setup_ret_counter() 3141 ZEND_OP_TRACE_INFO(next_opline, offset)->counter = in zend_jit_trace_setup_ret_counter() 6712 ZEND_OP_TRACE_INFO(opline, offset)->orig_handler; in zend_jit_blacklist_root_trace() 6738 if (ZEND_OP_TRACE_INFO(opline, offset)->counter) { in zend_jit_trace_is_bad_root() 6739 *ZEND_OP_TRACE_INFO(opline, offset)->counter = in zend_jit_trace_is_bad_root() 7046 ++(*ZEND_OP_TRACE_INFO(opline, offset)->counter); in zend_jit_trace_hot_root() 7718 if (!ZEND_OP_TRACE_INFO(opline, jit_extension->offset)->counter) { in zend_jit_setup_hot_trace_counters() 7719 ZEND_OP_TRACE_INFO(opline, jit_extension->offset)->counter = in zend_jit_setup_hot_trace_counters() 7723 ZEND_OP_TRACE_INFO(opline, jit_extension->offset)->trace_flags |= in zend_jit_setup_hot_trace_counters() 7743 ZEND_OP_TRACE_INFO(opline, jit_extension->offset)->counter = in zend_jit_setup_hot_trace_counters() [all …]
|
H A D | zend_jit_internal.h | 234 #define ZEND_OP_TRACE_INFO(opline, offset) \ macro
|
H A D | zend_jit_x86.dasc | 3550 (zend_vm_opcode_handler_t)ZEND_OP_TRACE_INFO(opline, offset)->call_handler;
|
/dports/www/mod_php81/php-8.1.1/ext/opcache/jit/ |
H A D | zend_jit_vm_helpers.c | 316 *(ZEND_OP_TRACE_INFO(opline, offset)->counter) -= cost; in zend_jit_trace_counter_helper() 318 if (UNEXPECTED(*(ZEND_OP_TRACE_INFO(opline, offset)->counter) <= 0)) { in zend_jit_trace_counter_helper() 319 *(ZEND_OP_TRACE_INFO(opline, offset)->counter) = ZEND_JIT_COUNTER_INIT; in zend_jit_trace_counter_helper() 336 …zend_vm_opcode_handler_t handler = (zend_vm_opcode_handler_t)ZEND_OP_TRACE_INFO(opline, offset)->o… in zend_jit_trace_counter_helper() 836 handler = (zend_vm_opcode_handler_t)ZEND_OP_TRACE_INFO(opline, offset)->call_handler; 1049 trace_flags = ZEND_OP_TRACE_INFO(opline, offset)->trace_flags;
|
H A D | zend_jit_trace.c | 3384 if (!ZEND_OP_TRACE_INFO(next_opline, offset)->counter) { in zend_jit_trace_setup_ret_counter() 3385 ZEND_OP_TRACE_INFO(next_opline, offset)->counter = in zend_jit_trace_setup_ret_counter() 7022 ZEND_OP_TRACE_INFO(opline, offset)->orig_handler; in zend_jit_blacklist_root_trace() 7048 if (ZEND_OP_TRACE_INFO(opline, offset)->counter) { in zend_jit_trace_is_bad_root() 7049 *ZEND_OP_TRACE_INFO(opline, offset)->counter = in zend_jit_trace_is_bad_root() 7375 ++(*ZEND_OP_TRACE_INFO(opline, offset)->counter); in zend_jit_trace_hot_root() 8047 if (!ZEND_OP_TRACE_INFO(opline, jit_extension->offset)->counter) { in zend_jit_setup_hot_trace_counters() 8048 ZEND_OP_TRACE_INFO(opline, jit_extension->offset)->counter = in zend_jit_setup_hot_trace_counters() 8052 ZEND_OP_TRACE_INFO(opline, jit_extension->offset)->trace_flags |= in zend_jit_setup_hot_trace_counters() 8072 ZEND_OP_TRACE_INFO(opline, jit_extension->offset)->counter = in zend_jit_setup_hot_trace_counters() [all …]
|
H A D | zend_jit_internal.h | 433 #define ZEND_OP_TRACE_INFO(opline, offset) \ macro
|
H A D | zend_jit_x86.dasc | 3582 (zend_vm_opcode_handler_t)ZEND_OP_TRACE_INFO(opline, offset)->call_handler;
|
H A D | zend_jit_arm64.dasc | 3247 (zend_vm_opcode_handler_t)ZEND_OP_TRACE_INFO(opline, offset)->call_handler;
|
/dports/lang/php81/php-8.1.1/ext/opcache/jit/ |
H A D | zend_jit_vm_helpers.c | 316 *(ZEND_OP_TRACE_INFO(opline, offset)->counter) -= cost; in zend_jit_trace_counter_helper() 318 if (UNEXPECTED(*(ZEND_OP_TRACE_INFO(opline, offset)->counter) <= 0)) { in zend_jit_trace_counter_helper() 319 *(ZEND_OP_TRACE_INFO(opline, offset)->counter) = ZEND_JIT_COUNTER_INIT; in zend_jit_trace_counter_helper() 336 …zend_vm_opcode_handler_t handler = (zend_vm_opcode_handler_t)ZEND_OP_TRACE_INFO(opline, offset)->o… in zend_jit_trace_counter_helper() 836 handler = (zend_vm_opcode_handler_t)ZEND_OP_TRACE_INFO(opline, offset)->call_handler; 1049 trace_flags = ZEND_OP_TRACE_INFO(opline, offset)->trace_flags;
|
H A D | zend_jit_trace.c | 3384 if (!ZEND_OP_TRACE_INFO(next_opline, offset)->counter) { in zend_jit_trace_setup_ret_counter() 3385 ZEND_OP_TRACE_INFO(next_opline, offset)->counter = in zend_jit_trace_setup_ret_counter() 7022 ZEND_OP_TRACE_INFO(opline, offset)->orig_handler; in zend_jit_blacklist_root_trace() 7048 if (ZEND_OP_TRACE_INFO(opline, offset)->counter) { in zend_jit_trace_is_bad_root() 7049 *ZEND_OP_TRACE_INFO(opline, offset)->counter = in zend_jit_trace_is_bad_root() 7375 ++(*ZEND_OP_TRACE_INFO(opline, offset)->counter); in zend_jit_trace_hot_root() 8047 if (!ZEND_OP_TRACE_INFO(opline, jit_extension->offset)->counter) { in zend_jit_setup_hot_trace_counters() 8048 ZEND_OP_TRACE_INFO(opline, jit_extension->offset)->counter = in zend_jit_setup_hot_trace_counters() 8052 ZEND_OP_TRACE_INFO(opline, jit_extension->offset)->trace_flags |= in zend_jit_setup_hot_trace_counters() 8072 ZEND_OP_TRACE_INFO(opline, jit_extension->offset)->counter = in zend_jit_setup_hot_trace_counters() [all …]
|
H A D | zend_jit_internal.h | 433 #define ZEND_OP_TRACE_INFO(opline, offset) \ macro
|
H A D | zend_jit_x86.dasc | 3582 (zend_vm_opcode_handler_t)ZEND_OP_TRACE_INFO(opline, offset)->call_handler;
|
/dports/www/php81-opcache/php-8.1.1/ext/opcache/jit/ |
H A D | zend_jit_vm_helpers.c | 316 *(ZEND_OP_TRACE_INFO(opline, offset)->counter) -= cost; in zend_jit_trace_counter_helper() 318 if (UNEXPECTED(*(ZEND_OP_TRACE_INFO(opline, offset)->counter) <= 0)) { in zend_jit_trace_counter_helper() 319 *(ZEND_OP_TRACE_INFO(opline, offset)->counter) = ZEND_JIT_COUNTER_INIT; in zend_jit_trace_counter_helper() 336 …zend_vm_opcode_handler_t handler = (zend_vm_opcode_handler_t)ZEND_OP_TRACE_INFO(opline, offset)->o… in zend_jit_trace_counter_helper() 836 handler = (zend_vm_opcode_handler_t)ZEND_OP_TRACE_INFO(opline, offset)->call_handler; 1049 trace_flags = ZEND_OP_TRACE_INFO(opline, offset)->trace_flags;
|
H A D | zend_jit_trace.c | 3384 if (!ZEND_OP_TRACE_INFO(next_opline, offset)->counter) { in zend_jit_trace_setup_ret_counter() 3385 ZEND_OP_TRACE_INFO(next_opline, offset)->counter = in zend_jit_trace_setup_ret_counter() 7022 ZEND_OP_TRACE_INFO(opline, offset)->orig_handler; in zend_jit_blacklist_root_trace() 7048 if (ZEND_OP_TRACE_INFO(opline, offset)->counter) { in zend_jit_trace_is_bad_root() 7049 *ZEND_OP_TRACE_INFO(opline, offset)->counter = in zend_jit_trace_is_bad_root() 7375 ++(*ZEND_OP_TRACE_INFO(opline, offset)->counter); in zend_jit_trace_hot_root() 8047 if (!ZEND_OP_TRACE_INFO(opline, jit_extension->offset)->counter) { in zend_jit_setup_hot_trace_counters() 8048 ZEND_OP_TRACE_INFO(opline, jit_extension->offset)->counter = in zend_jit_setup_hot_trace_counters() 8052 ZEND_OP_TRACE_INFO(opline, jit_extension->offset)->trace_flags |= in zend_jit_setup_hot_trace_counters() 8072 ZEND_OP_TRACE_INFO(opline, jit_extension->offset)->counter = in zend_jit_setup_hot_trace_counters() [all …]
|
H A D | zend_jit_internal.h | 433 #define ZEND_OP_TRACE_INFO(opline, offset) \ macro
|
H A D | zend_jit_x86.dasc | 3582 (zend_vm_opcode_handler_t)ZEND_OP_TRACE_INFO(opline, offset)->call_handler;
|