HomeSort by relevance Sort by last modified time
    Searched refs:executable_size (Results 1 - 10 of 10) sorted by null

  /external/pcre/dist/sljit/
sljitLir.h 324 sljit_uw executable_size; member in struct:sljit_compiler
451 static SLJIT_INLINE sljit_uw sljit_get_generated_code_size(struct sljit_compiler *compiler) { return compiler->executable_size; }
    [all...]
sljitNativeSPARC_common.c 377 compiler->executable_size = (code_ptr - code) * sizeof(sljit_ins);
    [all...]
sljitNativeARM_64.c 312 compiler->executable_size = (code_ptr - code) * sizeof(sljit_ins);
    [all...]
sljitNativeARM_T2_32.c 417 compiler->executable_size = (code_ptr - code) * sizeof(sljit_uh);
    [all...]
sljitNativeARM_32.c 793 compiler->executable_size = (code_ptr - code) * sizeof(sljit_uw);
    [all...]
sljitNativeMIPS_common.c 479 compiler->executable_size = (code_ptr - code) * sizeof(sljit_ins);
    [all...]
sljitNativePPC_common.c 491 compiler->executable_size = (code_ptr - code) * sizeof(sljit_ins);
    [all...]
sljitNativeTILEGX_64.c     [all...]
sljitNativeX86_common.c 557 compiler->executable_size = code_ptr - code;
    [all...]
  /external/pcre/dist/
pcre_jit_compile.c 9744 sljit_uw executable_size; local
    [all...]

Completed in 379 milliseconds