Home
last modified time | relevance | path

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

/php-src/ext/opcache/jit/
H A Dzend_jit_ir.c215 _(exception_handler, IR_SKIP_PROLOGUE) \
216 _(exception_handler_undef, IR_SKIP_PROLOGUE) \
217 _(exception_handler_free_op2, IR_SKIP_PROLOGUE) \
218 _(exception_handler_free_op1_op2, IR_SKIP_PROLOGUE) \
219 _(interrupt_handler, IR_SKIP_PROLOGUE) \
220 _(leave_function_handler, IR_SKIP_PROLOGUE) \
221 _(negative_shift, IR_SKIP_PROLOGUE) \
222 _(mod_by_zero, IR_SKIP_PROLOGUE) \
223 _(invalid_this, IR_SKIP_PROLOGUE) \
16271 jit->ctx.flags |= IR_SKIP_PROLOGUE;
[all …]
/php-src/ext/opcache/jit/ir/
H A Dir.h519 #define IR_SKIP_PROLOGUE (1<<8) /* Don't generate function prologue. */ macro
H A Dir_aarch64.dasc5867 if (!(ctx->flags & IR_SKIP_PROLOGUE)) {
H A Dir_x86.dasc10298 if (!(ctx->flags & IR_SKIP_PROLOGUE)) {

Completed in 93 milliseconds