Searched refs:SLJIT_FUNC_OFFSET (Results 1 – 6 of 6) sorted by relevance
/external/pcre/dist/sljit/ |
D | sljitLir.h | 1125 #define SLJIT_FUNC_OFFSET(func_name) ((sljit_sw)func_name) macro 1131 #define SLJIT_FUNC_OFFSET(func_name) (*(sljit_sw*)(void*)func_name) macro
|
D | sljitNativeX86_32.c | 165 FAIL_IF(sljit_emit_ijump(compiler, SLJIT_CALL1, SLJIT_IMM, SLJIT_FUNC_OFFSET(sljit_grow_stack))); in sljit_emit_enter()
|
D | sljitNativeX86_64.c | 207 FAIL_IF(sljit_emit_ijump(compiler, SLJIT_CALL1, SLJIT_IMM, SLJIT_FUNC_OFFSET(sljit_grow_stack))); in sljit_emit_enter()
|
D | sljitNativeARM_T2_32.c | 1282 (op == SLJIT_UDIV ? SLJIT_FUNC_OFFSET(__aeabi_uidivmod) : SLJIT_FUNC_OFFSET(__aeabi_idivmod)))); in sljit_emit_op0()
|
D | sljitNativeARM_32.c | 1855 (op == SLJIT_UDIV ? SLJIT_FUNC_OFFSET(__aeabi_uidivmod) : SLJIT_FUNC_OFFSET(__aeabi_idivmod)))); in sljit_emit_op0()
|
/external/pcre/dist/ |
D | pcre_jit_compile.c | 5971 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()
|