Home
last modified time | relevance | path

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

/PHP-8.1/ext/opcache/jit/
H A Dzend_jit_trace.c4285 bool op1_indirect; in zend_jit_trace() local
4635 op1_indirect = 0; in zend_jit_trace()
4654 op1_indirect = 1; in zend_jit_trace()
4699 op1_indirect, ce, ce_is_instanceof, on_this, delayed_fetch_this, op1_ce, in zend_jit_trace()
4726 op1_indirect = 0; in zend_jit_trace()
4745 op1_indirect = 1; in zend_jit_trace()
4806 op1_indirect = 0; in zend_jit_trace()
4825 op1_indirect = 1; in zend_jit_trace()
5834 op1_indirect = 0; in zend_jit_trace()
5851 op1_indirect = 1; in zend_jit_trace()
[all …]
H A Dzend_jit_x86.dasc13032 bool op1_indirect,
13472 if (opline->op1_type != IS_UNUSED && !delayed_fetch_this && !op1_indirect) {
13498 && (!(opline->op1_type & (IS_VAR|IS_TMP_VAR)) || on_this || op1_indirect)) {
13518 bool op1_indirect,
13958 if (opline->op1_type != IS_UNUSED && !delayed_fetch_this && !op1_indirect) {
13983 bool op1_indirect,
14382 if (opline->op1_type != IS_UNUSED && !delayed_fetch_this && !op1_indirect) {
14406 bool op1_indirect,
14721 if (opline->op1_type != IS_UNUSED && !delayed_fetch_this && !op1_indirect) {
H A Dzend_jit_arm64.dasc12257 bool op1_indirect,
12686 if (opline->op1_type != IS_UNUSED && !delayed_fetch_this && !op1_indirect) {
12712 && (!(opline->op1_type & (IS_VAR|IS_TMP_VAR)) || on_this || op1_indirect)) {
12732 bool op1_indirect,
13134 if (opline->op1_type != IS_UNUSED && !delayed_fetch_this && !op1_indirect) {
13159 bool op1_indirect,
13516 if (opline->op1_type != IS_UNUSED && !delayed_fetch_this && !op1_indirect) {
13540 bool op1_indirect,
13806 if (opline->op1_type != IS_UNUSED && !delayed_fetch_this && !op1_indirect) {

Completed in 71 milliseconds