Home
last modified time | relevance | path

Searched refs:allocate_executable_memory (Results 1 – 10 of 10) sorted by relevance

/aosp_15_r20/external/pcre/src/sljit/
H A DsljitLir.c694 static SLJIT_INLINE void* allocate_executable_memory(sljit_uw size, sljit_s32 options, in allocate_executable_memory() function
H A DsljitNativeARM_64.c484 …code = (sljit_ins*)allocate_executable_memory(compiler->size * sizeof(sljit_ins), options, exec_al… in sljit_generate_code()
H A DsljitNativePPC_common.c615 …code = (sljit_ins*)allocate_executable_memory(compiler->size * sizeof(sljit_ins), options, exec_al… in sljit_generate_code()
H A DsljitNativeRISCV_common.c520 …code = (sljit_ins*)allocate_executable_memory(compiler->size * sizeof(sljit_ins), options, exec_al… in sljit_generate_code()
H A DsljitNativeARM_32.c852 …code = (sljit_ins*)allocate_executable_memory(compiler->size * sizeof(sljit_ins), options, exec_al… in sljit_generate_code()
H A DsljitNativeS390X.c1446 …code = (sljit_u16*)allocate_executable_memory(ins_size + pad_size + pool_size, options, exec_alloc… in sljit_generate_code()
H A DsljitNativeX86_common.c891 …code = (sljit_u8*)allocate_executable_memory(compiler->size, options, exec_allocator_data, &execut… in sljit_generate_code()
H A DsljitNativeLOONGARCH_64.c678 …code = (sljit_ins*)allocate_executable_memory(compiler->size * sizeof(sljit_ins), options, exec_al… in sljit_generate_code()
H A DsljitNativeARM_T2_32.c580 …code = (sljit_u16*)allocate_executable_memory(compiler->size * sizeof(sljit_u16), options, exec_al… in sljit_generate_code()
H A DsljitNativeMIPS_common.c716 …code = (sljit_ins*)allocate_executable_memory(compiler->size * sizeof(sljit_ins), options, exec_al… in sljit_generate_code()