Home
last modified time | relevance | path

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

/PHP-8.1/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.c491 SLJIT_FREE_EXEC((void*)((sljit_uw)code & ~0x1), exec_allocator_data); in sljit_free_code()
500 SLJIT_FREE_EXEC(code, exec_allocator_data); in sljit_free_code()
507 SLJIT_FREE_EXEC(code, exec_allocator_data); in sljit_free_code()
H A DsljitNativeARM_32.c729 SLJIT_FREE_EXEC(code, compiler->exec_allocator_data); in sljit_generate_code()
832 SLJIT_FREE_EXEC(code, compiler->exec_allocator_data); in sljit_generate_code()
/PHP-8.1/ext/pcre/pcre2lib/
H A Dpcre2_jit_compile.c14211 SLJIT_FREE_EXEC(((sljit_u8*)(ptr)) + SLJIT_EXEC_OFFSET(ptr), NULL); in pcre2_jit_compile()

Completed in 50 milliseconds