Home
last modified time | relevance | path

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

/PHP-8.3/ext/pcre/pcre2lib/sljit/
H A DsljitConfigInternal.h627 #ifndef SLJIT_FREE_EXEC
628 #define SLJIT_FREE_EXEC(ptr, exec_allocator_data) SLJIT_BUILTIN_FREE_EXEC((ptr), (exec_allocator_da… macro
H A DsljitLir.c500 SLJIT_FREE_EXEC((void*)((sljit_uw)code & ~(sljit_uw)0x1), exec_allocator_data); in sljit_free_code()
509 SLJIT_FREE_EXEC(code, exec_allocator_data); in sljit_free_code()
516 SLJIT_FREE_EXEC(code, exec_allocator_data); in sljit_free_code()
H A DsljitNativeARM_32.c744 SLJIT_FREE_EXEC(code, compiler->exec_allocator_data); in sljit_generate_code()
847 SLJIT_FREE_EXEC(code, compiler->exec_allocator_data); in sljit_generate_code()
/PHP-8.3/ext/pcre/pcre2lib/
H A Dpcre2_jit_compile.c14458 SLJIT_FREE_EXEC(((sljit_u8*)(ptr)) + SLJIT_EXEC_OFFSET(ptr), NULL); in pcre2_jit_compile()

Completed in 58 milliseconds