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

  /external/pcre/dist2/src/sljit/
sljitLir.h 89 /* After the call of sljit_generate_code(), the error code of the compiler
91 The complier should be freed after sljit_generate_code(). */
96 Only for sljit_generate_code() */
458 SLJIT_API_FUNC_ATTRIBUTE void* sljit_generate_code(struct sljit_compiler *compiler);
    [all...]
sljitNativePPC_common.c 321 SLJIT_API_FUNC_ATTRIBUTE void* sljit_generate_code(struct sljit_compiler *compiler) function
502 sljit_set_function_context(NULL, (struct sljit_function_context*)code_ptr, (sljit_sw)code, (void*)sljit_generate_code);
505 sljit_set_function_context(NULL, (struct sljit_function_context*)code_ptr, (sljit_sw)code, (void*)sljit_generate_code);
    [all...]
sljitNativeSPARC_common.c 275 SLJIT_API_FUNC_ATTRIBUTE void* sljit_generate_code(struct sljit_compiler *compiler) function
    [all...]
sljitLir.c 1763 SLJIT_API_FUNC_ATTRIBUTE void* sljit_generate_code(struct sljit_compiler *compiler) function
    [all...]
sljitNativeARM_64.c 206 SLJIT_API_FUNC_ATTRIBUTE void* sljit_generate_code(struct sljit_compiler *compiler) function
    [all...]
sljitNativeARM_T2_32.c 342 SLJIT_API_FUNC_ATTRIBUTE void* sljit_generate_code(struct sljit_compiler *compiler) function
    [all...]
sljitNativeARM_32.c 556 SLJIT_API_FUNC_ATTRIBUTE void* sljit_generate_code(struct sljit_compiler *compiler) function
    [all...]
sljitNativeMIPS_common.c 359 SLJIT_API_FUNC_ATTRIBUTE void* sljit_generate_code(struct sljit_compiler *compiler) function
    [all...]
sljitNativeTILEGX_64.c 996 SLJIT_API_FUNC_ATTRIBUTE void * sljit_generate_code(struct sljit_compiler *compiler) function
    [all...]
sljitNativeX86_common.c 471 SLJIT_API_FUNC_ATTRIBUTE void* sljit_generate_code(struct sljit_compiler *compiler) function
    [all...]
  /external/pcre/dist2/src/
pcre2_jit_compile.c     [all...]

Completed in 107 milliseconds