Searched refs:sljit_emit_fast_enter (Results 1 – 12 of 12) sorted by relevance
/third_party/pcre2/pcre2/src/ |
D | pcre2_jit_compile.c | 4402 sljit_emit_fast_enter(compiler, RETURN_ADDR, 0); in do_utfreadchar() 4448 sljit_emit_fast_enter(compiler, RETURN_ADDR, 0); in do_utfreadtype8() 4490 sljit_emit_fast_enter(compiler, RETURN_ADDR, 0); in do_utfreadchar_invalid() 4646 sljit_emit_fast_enter(compiler, RETURN_ADDR, 0); in do_utfreadnewline_invalid() 4737 sljit_emit_fast_enter(compiler, RETURN_ADDR, 0); in do_utfmoveback_invalid() 4828 sljit_emit_fast_enter(compiler, RETURN_ADDR, 0); in do_utfpeakcharback() 4871 sljit_emit_fast_enter(compiler, RETURN_ADDR, 0); in do_utfpeakcharback_invalid() 5003 sljit_emit_fast_enter(compiler, RETURN_ADDR, 0); in do_utfreadchar_invalid() 5036 sljit_emit_fast_enter(compiler, RETURN_ADDR, 0); in do_utfreadnewline_invalid() 5065 sljit_emit_fast_enter(compiler, RETURN_ADDR, 0); in do_utfmoveback_invalid() [all …]
|
/third_party/pcre2/pcre2/src/sljit/ |
D | sljitLir.h | 741 SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_fast_enter(struct sljit_compiler *compiler, sljit_s32…
|
D | sljitNativeX86_64.c | 838 SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_fast_enter(struct sljit_compiler *compiler, sljit_s32… in sljit_emit_fast_enter() function
|
D | sljitNativeX86_32.c | 1352 SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_fast_enter(struct sljit_compiler *compiler, sljit_s32… in sljit_emit_fast_enter() function
|
D | sljitNativeSPARC_common.c | 1352 SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_fast_enter(struct sljit_compiler *compiler, sljit_s32… in sljit_emit_fast_enter() function
|
D | sljitNativeARM_64.c | 1681 SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_fast_enter(struct sljit_compiler *compiler, sljit_s32… in sljit_emit_fast_enter() function
|
D | sljitLir.c | 2446 SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_fast_enter(struct sljit_compiler *compiler, sljit_s32… in sljit_emit_fast_enter() function
|
D | sljitNativePPC_common.c | 2010 SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_fast_enter(struct sljit_compiler *compiler, sljit_s32… in sljit_emit_fast_enter() function
|
D | sljitNativeARM_T2_32.c | 1964 SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_fast_enter(struct sljit_compiler *compiler, sljit_s32… in sljit_emit_fast_enter() function
|
D | sljitNativeMIPS_common.c | 1966 SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_fast_enter(struct sljit_compiler *compiler, sljit_s32… in sljit_emit_fast_enter() function
|
D | sljitNativeARM_32.c | 2380 SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_fast_enter(struct sljit_compiler *compiler, sljit_s32… in sljit_emit_fast_enter() function
|
D | sljitNativeS390X.c | 3060 SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_fast_enter(struct sljit_compiler *compiler, sljit_s32… in sljit_emit_fast_enter() function
|