Home
last modified time | relevance | path

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

/PHP-8.1/ext/opcache/jit/
H A Dzend_jit_trace.c3994 bool delayed_fetch_this = 0; in zend_jit_trace() local
4644 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 …]
H A Dzend_jit_x86.dasc9307 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_this
13472 if (opline->op1_type != IS_UNUSED && !delayed_fetch_this && !op1_indirect) {
13522 bool delayed_fetch_this,
13987 bool delayed_fetch_this,
[all …]
H A Dzend_jit_arm64.dasc8677 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_this
12686 if (opline->op1_type != IS_UNUSED && !delayed_fetch_this && !op1_indirect) {
12736 bool delayed_fetch_this,
13163 bool delayed_fetch_this,
[all …]
/PHP-8.1/Zend/Optimizer/
H A Dzend_ssa.h130 unsigned int delayed_fetch_this : 1; member

Completed in 90 milliseconds