Home
last modified time | relevance | path

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

/php-src/ext/opcache/jit/ir/
H A Dir_builder.h613 #define ir_SNAPSHOT_SET_OP(_s, _pos, _v) _ir_SNAPSHOT_SET_OP(_ir_CTX, (_s), (_pos), (_v)) macro
/php-src/ext/opcache/jit/
H A Dzend_jit_ir.c650 ir_SNAPSHOT_SET_OP(snapshot, i + 1, ref); in jit_SNAPSHOT()
653 ir_SNAPSHOT_SET_OP(snapshot, snapshot_size + 1, t->exit_info[exit_point].poly_func_ref); in jit_SNAPSHOT()
654 ir_SNAPSHOT_SET_OP(snapshot, snapshot_size + 2, t->exit_info[exit_point].poly_this_ref); in jit_SNAPSHOT()

Completed in 55 milliseconds