Home
last modified time | relevance | path

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

/third_party/pcre2/pcre2/src/sljit/
DsljitConfigInternal.h649 #ifndef SLJIT_FREE_EXEC
650 #define SLJIT_FREE_EXEC(ptr, exec_allocator_data) SLJIT_BUILTIN_FREE_EXEC((ptr), (exec_allocator_da… macro
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()
DsljitNativeARM_32.c739 SLJIT_FREE_EXEC(code, compiler->exec_allocator_data); in sljit_generate_code()
842 SLJIT_FREE_EXEC(code, compiler->exec_allocator_data); in sljit_generate_code()
/third_party/pcre2/pcre2/src/
Dpcre2_jit_compile.c14461 SLJIT_FREE_EXEC(((sljit_u8*)(ptr)) + SLJIT_EXEC_OFFSET(ptr), NULL); in pcre2_jit_compile()