executable_size  9804 ext/pcre/pcrelib/pcre_jit_compile.c sljit_uw executable_size;
executable_size  10343 ext/pcre/pcrelib/pcre_jit_compile.c executable_size = sljit_get_generated_code_size(compiler);
executable_size  10389 ext/pcre/pcrelib/pcre_jit_compile.c functions->executable_sizes[mode] = executable_size;
executable_size   327 ext/pcre/pcrelib/sljit/sljitLir.h 	sljit_uw executable_size;
executable_size   469 ext/pcre/pcrelib/sljit/sljitLir.h static SLJIT_INLINE sljit_uw sljit_get_generated_code_size(struct sljit_compiler *compiler) { return compiler->executable_size; }
executable_size   795 ext/pcre/pcrelib/sljit/sljitNativeARM_32.c 	compiler->executable_size = (code_ptr - code) * sizeof(sljit_uw);
executable_size   311 ext/pcre/pcrelib/sljit/sljitNativeARM_64.c 	compiler->executable_size = (code_ptr - code) * sizeof(sljit_ins);
executable_size   417 ext/pcre/pcrelib/sljit/sljitNativeARM_T2_32.c 	compiler->executable_size = (code_ptr - code) * sizeof(sljit_uh);
executable_size   479 ext/pcre/pcrelib/sljit/sljitNativeMIPS_common.c 	compiler->executable_size = (code_ptr - code) * sizeof(sljit_ins);
executable_size   491 ext/pcre/pcrelib/sljit/sljitNativePPC_common.c 	compiler->executable_size = (code_ptr - code) * sizeof(sljit_ins);
executable_size   377 ext/pcre/pcrelib/sljit/sljitNativeSPARC_common.c 	compiler->executable_size = (code_ptr - code) * sizeof(sljit_ins);
executable_size  1115 ext/pcre/pcrelib/sljit/sljitNativeTILEGX_64.c 	compiler->executable_size = (code_ptr - code) * sizeof(sljit_ins);
executable_size   560 ext/pcre/pcrelib/sljit/sljitNativeX86_common.c 	compiler->executable_size = code_ptr - code;