Searched refs:delayed_fetch_this (Results 1 – 4 of 4) sorted by relevance
3994 bool delayed_fetch_this = 0; in zend_jit_trace() local4644 delayed_fetch_this = ssa->var_info[ssa_op->op1_use].delayed_fetch_this; in zend_jit_trace()4686 if (delayed_fetch_this) { in zend_jit_trace()4735 delayed_fetch_this = ssa->var_info[ssa_op->op1_use].delayed_fetch_this; in zend_jit_trace()4777 if (delayed_fetch_this) { in zend_jit_trace()4815 delayed_fetch_this = ssa->var_info[ssa_op->op1_use].delayed_fetch_this; in zend_jit_trace()4857 if (delayed_fetch_this) { in zend_jit_trace()5884 delayed_fetch_this = ssa->var_info[ssa_op->op1_use].delayed_fetch_this; in zend_jit_trace()6017 delayed_fetch_this = 0; in zend_jit_trace()6021 delayed_fetch_this = 1; in zend_jit_trace()[all …]
9307 if (opline->op1_type == IS_UNUSED || delayed_fetch_this) {9683 if ((opline->op1_type & (IS_VAR|IS_TMP_VAR)) && !delayed_fetch_this) {9730 if ((opline->op1_type & (IS_VAR|IS_TMP_VAR)) && !delayed_fetch_this) {9813 if ((opline->op1_type & (IS_VAR|IS_TMP_VAR)) && !delayed_fetch_this) {9821 if ((opline->op1_type & (IS_VAR|IS_TMP_VAR) && !delayed_fetch_this)) {13036 bool delayed_fetch_this,13313 && !delayed_fetch_this13472 if (opline->op1_type != IS_UNUSED && !delayed_fetch_this && !op1_indirect) {13522 bool delayed_fetch_this,13987 bool delayed_fetch_this,[all …]
8677 if (opline->op1_type == IS_UNUSED || delayed_fetch_this) {9012 if ((opline->op1_type & (IS_VAR|IS_TMP_VAR)) && !delayed_fetch_this) {9057 if ((opline->op1_type & (IS_VAR|IS_TMP_VAR)) && !delayed_fetch_this) {9115 if ((opline->op1_type & (IS_VAR|IS_TMP_VAR)) && !delayed_fetch_this) {9120 if ((opline->op1_type & (IS_VAR|IS_TMP_VAR) && !delayed_fetch_this)) {12261 bool delayed_fetch_this,12525 && !delayed_fetch_this12686 if (opline->op1_type != IS_UNUSED && !delayed_fetch_this && !op1_indirect) {12736 bool delayed_fetch_this,13163 bool delayed_fetch_this,[all …]
130 unsigned int delayed_fetch_this : 1; member
Completed in 87 milliseconds