Home
last modified time | relevance | path

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

/PHP-8.2/ext/pcre/pcre2lib/sljit/
H A DsljitNativeX86_32.c323 locals_offset = 2 * SSIZE_OF(sw); in sljit_emit_enter()
327 locals_offset = 4 * SSIZE_OF(sw); in sljit_emit_enter()
330 locals_offset = 4 * SSIZE_OF(sw); in sljit_emit_enter()
341 compiler->locals_offset = locals_offset; in sljit_emit_enter()
505 sljit_s32 args_size, locals_offset; in sljit_set_context() local
540 locals_offset = 2 * SSIZE_OF(sw); in sljit_set_context()
544 locals_offset = 4 * SSIZE_OF(sw); in sljit_set_context()
547 locals_offset = 4 * SSIZE_OF(sw); in sljit_set_context()
558 compiler->locals_offset = locals_offset; in sljit_set_context()
1338 compiler->locals_offset += stack_size; in sljit_emit_icall()
[all …]
H A DsljitConfigInternal.h672 #define SLJIT_LOCALS_OFFSET_BASE (compiler->locals_offset)
H A DsljitLir.h449 sljit_s32 locals_offset; member
H A DsljitNativeX86_common.c84 w = compiler->locals_offset + ((p) - SLJIT_S2) * SSIZE_OF(sw); \

Completed in 23 milliseconds