Home
last modified time | relevance | path

Searched refs:SLJIT_FUNC_OFFSET (Results 1 – 6 of 6) sorted by relevance

/external/pcre/dist/sljit/
DsljitLir.h1125 #define SLJIT_FUNC_OFFSET(func_name) ((sljit_sw)func_name) macro
1131 #define SLJIT_FUNC_OFFSET(func_name) (*(sljit_sw*)(void*)func_name) macro
DsljitNativeX86_32.c165 FAIL_IF(sljit_emit_ijump(compiler, SLJIT_CALL1, SLJIT_IMM, SLJIT_FUNC_OFFSET(sljit_grow_stack))); in sljit_emit_enter()
DsljitNativeX86_64.c207 FAIL_IF(sljit_emit_ijump(compiler, SLJIT_CALL1, SLJIT_IMM, SLJIT_FUNC_OFFSET(sljit_grow_stack))); in sljit_emit_enter()
DsljitNativeARM_T2_32.c1282 (op == SLJIT_UDIV ? SLJIT_FUNC_OFFSET(__aeabi_uidivmod) : SLJIT_FUNC_OFFSET(__aeabi_idivmod)))); in sljit_emit_op0()
DsljitNativeARM_32.c1855 (op == SLJIT_UDIV ? SLJIT_FUNC_OFFSET(__aeabi_uidivmod) : SLJIT_FUNC_OFFSET(__aeabi_idivmod)))); in sljit_emit_op0()
/external/pcre/dist/
Dpcre_jit_compile.c5971 sljit_emit_ijump(compiler, SLJIT_CALL3, SLJIT_IMM, SLJIT_FUNC_OFFSET(do_utf_caselesscmp)); in compile_ref_matchingpath()
6388 sljit_emit_ijump(compiler, SLJIT_CALL3, SLJIT_IMM, SLJIT_FUNC_OFFSET(do_callout)); in compile_callout_matchingpath()
9372 sljit_emit_ijump(compiler, SLJIT_CALL2, SLJIT_IMM, SLJIT_FUNC_OFFSET(do_search_mark)); in compile_control_verb_backtrackingpath()
10216 sljit_emit_ijump(compiler, SLJIT_CALL2, SLJIT_IMM, SLJIT_FUNC_OFFSET(sljit_stack_resize)); in PRIV()