Home
last modified time | relevance | path

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

/PHP-8.2/ext/opcache/jit/
H A Dzend_jit_trace.c4006 bool delayed_fetch_this = 0; in zend_jit_trace() local
4656 delayed_fetch_this = ssa->var_info[ssa_op->op1_use].delayed_fetch_this; in zend_jit_trace()
4698 if (delayed_fetch_this) { in zend_jit_trace()
4747 delayed_fetch_this = ssa->var_info[ssa_op->op1_use].delayed_fetch_this; in zend_jit_trace()
4789 if (delayed_fetch_this) { in zend_jit_trace()
4827 delayed_fetch_this = ssa->var_info[ssa_op->op1_use].delayed_fetch_this; in zend_jit_trace()
4869 if (delayed_fetch_this) { in zend_jit_trace()
5888 delayed_fetch_this = ssa->var_info[ssa_op->op1_use].delayed_fetch_this; in zend_jit_trace()
6021 delayed_fetch_this = 0; in zend_jit_trace()
6025 delayed_fetch_this = 1; in zend_jit_trace()
[all …]
H A Dzend_jit_arm64.dasc8552 if (opline->op1_type == IS_UNUSED || delayed_fetch_this) {
8887 if ((opline->op1_type & (IS_VAR|IS_TMP_VAR)) && !delayed_fetch_this) {
8932 if ((opline->op1_type & (IS_VAR|IS_TMP_VAR)) && !delayed_fetch_this) {
8990 if ((opline->op1_type & (IS_VAR|IS_TMP_VAR)) && !delayed_fetch_this) {
8995 if ((opline->op1_type & (IS_VAR|IS_TMP_VAR) && !delayed_fetch_this)) {
12112 bool delayed_fetch_this,
12376 && !delayed_fetch_this
12537 if (opline->op1_type != IS_UNUSED && !delayed_fetch_this && !op1_indirect) {
12587 bool delayed_fetch_this,
13014 bool delayed_fetch_this,
[all …]
H A Dzend_jit_x86.dasc9171 if (opline->op1_type == IS_UNUSED || delayed_fetch_this) {
9547 if ((opline->op1_type & (IS_VAR|IS_TMP_VAR)) && !delayed_fetch_this) {
9594 if ((opline->op1_type & (IS_VAR|IS_TMP_VAR)) && !delayed_fetch_this) {
9677 if ((opline->op1_type & (IS_VAR|IS_TMP_VAR)) && !delayed_fetch_this) {
9685 if ((opline->op1_type & (IS_VAR|IS_TMP_VAR) && !delayed_fetch_this)) {
12877 bool delayed_fetch_this,
13154 && !delayed_fetch_this
13313 if (opline->op1_type != IS_UNUSED && !delayed_fetch_this && !op1_indirect) {
13363 bool delayed_fetch_this,
13828 bool delayed_fetch_this,
[all …]
/PHP-8.2/Zend/Optimizer/
H A Dzend_ssa.h130 unsigned int delayed_fetch_this : 1; member

Completed in 61 milliseconds