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

  /external/pcre/dist2/src/sljit/
sljitLir.h 327 sljit_uw executable_size; member in struct:sljit_compiler
469 static SLJIT_INLINE sljit_uw sljit_get_generated_code_size(struct sljit_compiler *compiler) { return compiler->executable_size; }
    [all...]
sljitNativeSPARC_common.c 381 compiler->executable_size = (code_ptr - code) * sizeof(sljit_ins);
    [all...]
sljitNativeARM_64.c 311 compiler->executable_size = (code_ptr - code) * sizeof(sljit_ins);
    [all...]
sljitNativeARM_T2_32.c 417 compiler->executable_size = (code_ptr - code) * sizeof(sljit_u16);
    [all...]
sljitNativeMIPS_common.c 479 compiler->executable_size = (code_ptr - code) * sizeof(sljit_ins);
    [all...]
sljitNativeTILEGX_64.c     [all...]
sljitNativeARM_32.c 795 compiler->executable_size = (code_ptr - code) * sizeof(sljit_uw);
    [all...]
sljitNativePPC_common.c 495 compiler->executable_size = (code_ptr - code) * sizeof(sljit_ins);
    [all...]
sljitNativeX86_common.c 583 compiler->executable_size = code_ptr - code;
    [all...]
  /external/v8/src/heap/
spaces.h 1269 const size_t executable_size = SizeExecutable(); local
    [all...]
  /external/pcre/dist2/src/
pcre2_jit_compile.c 10844 sljit_uw executable_size; local
    [all...]

Completed in 248 milliseconds