Home
last modified time | relevance | path

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

/external/pcre/dist2/src/sljit/
DsljitConfigInternal.h625 #ifndef SLJIT_FREE_EXEC
626 #define SLJIT_FREE_EXEC(ptr, exec_allocator_data) SLJIT_BUILTIN_FREE_EXEC((ptr), (exec_allocator_da… macro
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()
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()
/external/pcre/dist2/src/
Dpcre2_jit_compile.c14206 SLJIT_FREE_EXEC(((sljit_u8*)(ptr)) + SLJIT_EXEC_OFFSET(ptr), NULL); in pcre2_jit_compile()