HomeSort by: relevance | last modified time | path
    Searched refs:executable_size (Results 1 - 9 of 9) sorted by relevancy

  /src/sys/external/bsd/sljit/dist/sljit_src/
sljitLir.h 333 sljit_uw executable_size; member in struct:sljit_compiler
492 static SLJIT_INLINE sljit_uw sljit_get_generated_code_size(struct sljit_compiler *compiler) { return compiler->executable_size; }
sljitNativeSPARC_common.c 390 compiler->executable_size = (code_ptr - code) * sizeof(sljit_ins);
sljitNativeARM_32.c 809 compiler->executable_size = (code_ptr - code) * sizeof(sljit_uw);
sljitNativeARM_T2_32.c 424 compiler->executable_size = (code_ptr - code) * sizeof(sljit_u16);
sljitNativeARM_64.c 319 compiler->executable_size = (code_ptr - code) * sizeof(sljit_ins);
sljitNativeMIPS_common.c 481 compiler->executable_size = (code_ptr - code) * sizeof(sljit_ins);
sljitNativePPC_common.c 506 compiler->executable_size = (code_ptr - code) * sizeof(sljit_ins);
sljitNativeTILEGX_64.c 1117 compiler->executable_size = (code_ptr - code) * sizeof(sljit_ins);
sljitNativeX86_common.c 589 compiler->executable_size = code_ptr - code;

Completed in 25 milliseconds