Home
last modified time | relevance | path

Searched refs:exec_allocator_data (Results 1 – 12 of 12) sorted by relevance

/php-src/ext/pcre/pcre2lib/sljit/
H A DsljitConfigInternal.h557 #define SLJIT_BUILTIN_MALLOC_EXEC(size, exec_allocator_data) sljit_malloc_exec(size) argument
558 #define SLJIT_BUILTIN_FREE_EXEC(ptr, exec_allocator_data) sljit_free_exec(ptr) argument
561 #define SLJIT_MALLOC_EXEC(size, exec_allocator_data) SLJIT_BUILTIN_MALLOC_EXEC((size), (exec_alloca… argument
565 #define SLJIT_FREE_EXEC(ptr, exec_allocator_data) SLJIT_BUILTIN_FREE_EXEC((ptr), (exec_allocator_da… argument
H A DsljitLir.h652 …sljit_generate_code(struct sljit_compiler *compiler, sljit_s32 options, void *exec_allocator_data);
656 SLJIT_API_FUNC_ATTRIBUTE void sljit_free_code(void* code, void *exec_allocator_data);
H A DsljitLir.c577 SLJIT_API_FUNC_ATTRIBUTE void sljit_free_code(void* code, void *exec_allocator_data) in sljit_free_code() argument
579 SLJIT_UNUSED_ARG(exec_allocator_data); in sljit_free_code()
581 SLJIT_FREE_EXEC(SLJIT_CODE_TO_PTR(code), exec_allocator_data); in sljit_free_code()
695 void *exec_allocator_data, sljit_sw *executable_offset) in allocate_executable_memory() argument
701 code = SLJIT_MALLOC_EXEC(size, exec_allocator_data); in allocate_executable_memory()
706 buffer = (struct sljit_generate_code_buffer*)exec_allocator_data; in allocate_executable_memory()
H A DsljitNativeARM_32.c816 … sljit_generate_code(struct sljit_compiler *compiler, sljit_s32 options, void *exec_allocator_data) in sljit_generate_code() argument
852 …ate_executable_memory(compiler->size * sizeof(sljit_ins), options, exec_allocator_data, &executabl… in sljit_generate_code()
886 SLJIT_FREE_EXEC(code, exec_allocator_data); in sljit_generate_code()
994 SLJIT_FREE_EXEC(code, exec_allocator_data); in sljit_generate_code()
H A DsljitNativePPC_common.c587 … sljit_generate_code(struct sljit_compiler *compiler, sljit_s32 options, void *exec_allocator_data) in sljit_generate_code() argument
615 …ate_executable_memory(compiler->size * sizeof(sljit_ins), options, exec_allocator_data, &executabl… in sljit_generate_code()
H A DsljitNativeARM_64.c463 … sljit_generate_code(struct sljit_compiler *compiler, sljit_s32 options, void *exec_allocator_data) in sljit_generate_code() argument
484 …ate_executable_memory(compiler->size * sizeof(sljit_ins), options, exec_allocator_data, &executabl… in sljit_generate_code()
H A DsljitNativeRISCV_common.c499 … sljit_generate_code(struct sljit_compiler *compiler, sljit_s32 options, void *exec_allocator_data) in sljit_generate_code() argument
520 …ate_executable_memory(compiler->size * sizeof(sljit_ins), options, exec_allocator_data, &executabl… in sljit_generate_code()
H A DsljitNativeX86_common.c868 … sljit_generate_code(struct sljit_compiler *compiler, sljit_s32 options, void *exec_allocator_data) in sljit_generate_code() argument
891 …code = (sljit_u8*)allocate_executable_memory(compiler->size, options, exec_allocator_data, &execut… in sljit_generate_code()
H A DsljitNativeARM_T2_32.c559 … sljit_generate_code(struct sljit_compiler *compiler, sljit_s32 options, void *exec_allocator_data) in sljit_generate_code() argument
580 …ate_executable_memory(compiler->size * sizeof(sljit_u16), options, exec_allocator_data, &executabl… in sljit_generate_code()
H A DsljitNativeS390X.c1395 … sljit_generate_code(struct sljit_compiler *compiler, sljit_s32 options, void *exec_allocator_data) in sljit_generate_code() argument
1446 …locate_executable_memory(ins_size + pad_size + pool_size, options, exec_allocator_data, &executabl… in sljit_generate_code()
H A DsljitNativeLOONGARCH_64.c657 … sljit_generate_code(struct sljit_compiler *compiler, sljit_s32 options, void *exec_allocator_data) in sljit_generate_code() argument
678 …ate_executable_memory(compiler->size * sizeof(sljit_ins), options, exec_allocator_data, &executabl… in sljit_generate_code()
H A DsljitNativeMIPS_common.c697 … sljit_generate_code(struct sljit_compiler *compiler, sljit_s32 options, void *exec_allocator_data) in sljit_generate_code() argument
716 …ate_executable_memory(compiler->size * sizeof(sljit_ins), options, exec_allocator_data, &executabl… in sljit_generate_code()

Completed in 117 milliseconds