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

  /external/pcre/dist/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() */
440 SLJIT_API_FUNC_ATTRIBUTE void* sljit_generate_code(struct sljit_compiler *compiler);
    [all...]
sljitNativePPC_common.c 317 SLJIT_API_FUNC_ATTRIBUTE void* sljit_generate_code(struct sljit_compiler *compiler) function
498 sljit_set_function_context(NULL, (struct sljit_function_context*)code_ptr, (sljit_sw)code, (void*)sljit_generate_code);
501 sljit_set_function_context(NULL, (struct sljit_function_context*)code_ptr, (sljit_sw)code, (void*)sljit_generate_code);
    [all...]
sljitNativeSPARC_common.c 271 SLJIT_API_FUNC_ATTRIBUTE void* sljit_generate_code(struct sljit_compiler *compiler) function
    [all...]
sljitLir.c 1773 SLJIT_API_FUNC_ATTRIBUTE void* sljit_generate_code(struct sljit_compiler *compiler) function
    [all...]
sljitNativeARM_64.c 207 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 554 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 997 SLJIT_API_FUNC_ATTRIBUTE void * sljit_generate_code(struct sljit_compiler *compiler) function
    [all...]
sljitNativeX86_common.c 445 SLJIT_API_FUNC_ATTRIBUTE void* sljit_generate_code(struct sljit_compiler *compiler) function
    [all...]
  /external/pcre/dist/
pcre_jit_compile.c     [all...]

Completed in 943 milliseconds