Home
last modified time | relevance | path

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

/php-src/ext/opcache/jit/ir/
H A Dir_x86.h132 # define IR_SHADOW_ARGS 32 /* Reserved space in bytes - "home space" or "shadow store" for registe… macro
166 # define IR_SHADOW_ARGS 0 macro
201 # define IR_SHADOW_ARGS 0 macro
H A Dir_aarch64.h150 #define IR_SHADOW_ARGS 0 macro
H A Dir_x86.dasc8491 used_stack += IR_SHADOW_ARGS;
8512 int32_t used_stack, stack_offset = IR_SHADOW_ARGS;
8546 if (IR_SHADOW_ARGS
8548 && used_stack == IR_SHADOW_ARGS) {
8636 stack_offset = IR_SHADOW_ARGS;

Completed in 31 milliseconds