Home
last modified time | relevance | path

Searched refs:op1_indirect (Results 1 – 2 of 2) sorted by relevance

/php-src/ext/opcache/jit/
H A Dzend_jit_trace.c4363 bool op1_indirect; in zend_jit_trace() local
4751 op1_indirect = 0; in zend_jit_trace()
4773 op1_indirect = 1; in zend_jit_trace()
4818 op1_indirect, ce, ce_is_instanceof, on_this, delayed_fetch_this, op1_ce, in zend_jit_trace()
4845 op1_indirect = 0; in zend_jit_trace()
4867 op1_indirect = 1; in zend_jit_trace()
4928 op1_indirect = 0; in zend_jit_trace()
4950 op1_indirect = 1; in zend_jit_trace()
5999 op1_indirect = 0; in zend_jit_trace()
6019 op1_indirect = 1; in zend_jit_trace()
[all …]
H A Dzend_jit_ir.c13836 bool op1_indirect, argument
14302 if (opline->op1_type != IS_UNUSED && !delayed_fetch_this && !op1_indirect) {
14337 && (!(opline->op1_type & (IS_VAR|IS_TMP_VAR)) || on_this || op1_indirect)) {
14359 bool op1_indirect, argument
14696 if (opline->op1_type != IS_UNUSED && !delayed_fetch_this && !op1_indirect) {
14717 bool op1_indirect, argument
15120 if (opline->op1_type != IS_UNUSED && !delayed_fetch_this && !op1_indirect) {
15141 bool op1_indirect, argument
15598 if ((opline->op1_type & (IS_VAR|IS_TMP_VAR)) && !delayed_fetch_this && !op1_indirect) {

Completed in 80 milliseconds