Searched refs:sljit_create_compiler (Results 1 – 7 of 7) sorted by relevance
159 struct sljit_compiler* compiler = sljit_create_compiler(NULL); in test1()188 struct sljit_compiler* compiler = sljit_create_compiler(NULL); in test2()250 struct sljit_compiler* compiler = sljit_create_compiler(NULL); in test3()291 struct sljit_compiler* compiler = sljit_create_compiler(NULL); in test4()328 struct sljit_compiler* compiler = sljit_create_compiler(NULL); in test5()395 struct sljit_compiler* compiler = sljit_create_compiler(NULL); in test6()471 struct sljit_compiler* compiler = sljit_create_compiler(NULL); in test7()530 struct sljit_compiler* compiler = sljit_create_compiler(NULL); in test8()619 struct sljit_compiler* compiler = sljit_create_compiler(NULL); in test9()746 struct sljit_compiler* compiler = sljit_create_compiler(NULL); in test10()[all …]
53 struct sljit_compiler *compiler = sljit_create_compiler(NULL);
34 The sljit_create_compiler, sljit_allocate_stack, and
424 SLJIT_API_FUNC_ATTRIBUTE struct sljit_compiler* sljit_create_compiler(void *allocator_data);
356 SLJIT_API_FUNC_ATTRIBUTE struct sljit_compiler* sljit_create_compiler(void *allocator_data) in sljit_create_compiler() function1822 SLJIT_API_FUNC_ATTRIBUTE struct sljit_compiler* sljit_create_compiler(void *allocator_data) in sljit_create_compiler() function
2193 compiler = sljit_create_compiler(NULL); in bpfjit_generate_code()
1913 compiler_common.compiler = sljit_create_compiler(NULL); in regex_compile()