Home
last modified time | relevance | path

Searched refs:delayed_fetch_this (Results 1 – 4 of 4) sorted by relevance

/PHP-8.3/ext/opcache/jit/
H A Dzend_jit_trace.c4010 bool delayed_fetch_this = 0; in zend_jit_trace() local
4660 delayed_fetch_this = ssa->var_info[ssa_op->op1_use].delayed_fetch_this; in zend_jit_trace()
4702 if (delayed_fetch_this) { in zend_jit_trace()
4751 delayed_fetch_this = ssa->var_info[ssa_op->op1_use].delayed_fetch_this; in zend_jit_trace()
4793 if (delayed_fetch_this) { in zend_jit_trace()
4831 delayed_fetch_this = ssa->var_info[ssa_op->op1_use].delayed_fetch_this; in zend_jit_trace()
4873 if (delayed_fetch_this) { in zend_jit_trace()
5892 delayed_fetch_this = ssa->var_info[ssa_op->op1_use].delayed_fetch_this; in zend_jit_trace()
6025 delayed_fetch_this = 0; in zend_jit_trace()
6029 delayed_fetch_this = 1; in zend_jit_trace()
[all …]
H A Dzend_jit_arm64.dasc8578 if (opline->op1_type == IS_UNUSED || delayed_fetch_this) {
8913 if ((opline->op1_type & (IS_VAR|IS_TMP_VAR)) && !delayed_fetch_this) {
8958 if ((opline->op1_type & (IS_VAR|IS_TMP_VAR)) && !delayed_fetch_this) {
9016 if ((opline->op1_type & (IS_VAR|IS_TMP_VAR)) && !delayed_fetch_this) {
9021 if ((opline->op1_type & (IS_VAR|IS_TMP_VAR) && !delayed_fetch_this)) {
12138 bool delayed_fetch_this,
12421 && !delayed_fetch_this
12582 if (opline->op1_type != IS_UNUSED && !delayed_fetch_this && !op1_indirect) {
12632 bool delayed_fetch_this,
13059 bool delayed_fetch_this,
[all …]
H A Dzend_jit_x86.dasc9205 if (opline->op1_type == IS_UNUSED || delayed_fetch_this) {
9581 if ((opline->op1_type & (IS_VAR|IS_TMP_VAR)) && !delayed_fetch_this) {
9628 if ((opline->op1_type & (IS_VAR|IS_TMP_VAR)) && !delayed_fetch_this) {
9711 if ((opline->op1_type & (IS_VAR|IS_TMP_VAR)) && !delayed_fetch_this) {
9719 if ((opline->op1_type & (IS_VAR|IS_TMP_VAR) && !delayed_fetch_this)) {
12907 bool delayed_fetch_this,
13203 && !delayed_fetch_this
13362 if (opline->op1_type != IS_UNUSED && !delayed_fetch_this && !op1_indirect) {
13412 bool delayed_fetch_this,
13877 bool delayed_fetch_this,
[all …]
/PHP-8.3/Zend/Optimizer/
H A Dzend_ssa.h127 bool delayed_fetch_this : 1; member

Completed in 82 milliseconds