Searched refs:executable_size (Results 1 - 21 of 21) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/pcre-8.31/sljit/
H A DsljitLir.h211 sljit_uw executable_size; member in struct:sljit_compiler
316 static SLJIT_INLINE sljit_uw sljit_get_generated_code_size(struct sljit_compiler *compiler) { return compiler->executable_size; }
H A DsljitNativeARM_Thumb2.c422 compiler->executable_size = compiler->size * sizeof(sljit_uh);
H A DsljitNativeARM_v5.c792 compiler->executable_size = size * sizeof(sljit_uw);
H A DsljitNativeMIPS_common.c399 compiler->executable_size = compiler->size * sizeof(sljit_ins);
H A DsljitNativePPC_common.c359 compiler->executable_size = compiler->size * sizeof(sljit_ins);
H A DsljitNativeX86_common.c386 compiler->executable_size = compiler->size;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/pcre-8.31/sljit/
H A DsljitLir.h211 sljit_uw executable_size; member in struct:sljit_compiler
316 static SLJIT_INLINE sljit_uw sljit_get_generated_code_size(struct sljit_compiler *compiler) { return compiler->executable_size; }
H A DsljitNativeARM_Thumb2.c422 compiler->executable_size = compiler->size * sizeof(sljit_uh);
H A DsljitNativeARM_v5.c792 compiler->executable_size = size * sizeof(sljit_uw);
H A DsljitNativeMIPS_common.c399 compiler->executable_size = compiler->size * sizeof(sljit_ins);
H A DsljitNativePPC_common.c359 compiler->executable_size = compiler->size * sizeof(sljit_ins);
H A DsljitNativeX86_common.c386 compiler->executable_size = compiler->size;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/pcre-8.31/sljit/
H A DsljitLir.h211 sljit_uw executable_size; member in struct:sljit_compiler
316 static SLJIT_INLINE sljit_uw sljit_get_generated_code_size(struct sljit_compiler *compiler) { return compiler->executable_size; }
H A DsljitNativeARM_Thumb2.c422 compiler->executable_size = compiler->size * sizeof(sljit_uh);
H A DsljitNativeARM_v5.c792 compiler->executable_size = size * sizeof(sljit_uw);
H A DsljitNativeMIPS_common.c399 compiler->executable_size = compiler->size * sizeof(sljit_ins);
H A DsljitNativePPC_common.c359 compiler->executable_size = compiler->size * sizeof(sljit_ins);
H A DsljitNativeX86_common.c386 compiler->executable_size = compiler->size;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/pcre-8.31/
H A Dpcre_jit_compile.c6832 sljit_uw executable_size; local
7218 executable_size = sljit_get_generated_code_size(compiler);
7242 functions->executable_sizes[mode] = executable_size;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/pcre-8.31/
H A Dpcre_jit_compile.c6832 sljit_uw executable_size; local
7218 executable_size = sljit_get_generated_code_size(compiler);
7242 functions->executable_sizes[mode] = executable_size;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/pcre-8.31/
H A Dpcre_jit_compile.c6832 sljit_uw executable_size; local
7218 executable_size = sljit_get_generated_code_size(compiler);
7242 functions->executable_sizes[mode] = executable_size;

Completed in 390 milliseconds