Searched refs:sljit_emit_fast_enter (Results 1 – 12 of 12) sorted by relevance
/external/pcre/dist2/src/ |
D | pcre2_jit_compile.c | 4328 sljit_emit_fast_enter(compiler, RETURN_ADDR, 0); in do_utfreadchar() 4374 sljit_emit_fast_enter(compiler, RETURN_ADDR, 0); in do_utfreadtype8() 4416 sljit_emit_fast_enter(compiler, RETURN_ADDR, 0); in do_utfreadchar_invalid() 4572 sljit_emit_fast_enter(compiler, RETURN_ADDR, 0); in do_utfreadnewline_invalid() 4663 sljit_emit_fast_enter(compiler, RETURN_ADDR, 0); in do_utfmoveback_invalid() 4754 sljit_emit_fast_enter(compiler, RETURN_ADDR, 0); in do_utfpeakcharback() 4797 sljit_emit_fast_enter(compiler, RETURN_ADDR, 0); in do_utfpeakcharback_invalid() 4929 sljit_emit_fast_enter(compiler, RETURN_ADDR, 0); in do_utfreadchar_invalid() 4962 sljit_emit_fast_enter(compiler, RETURN_ADDR, 0); in do_utfreadnewline_invalid() 4991 sljit_emit_fast_enter(compiler, RETURN_ADDR, 0); in do_utfmoveback_invalid() [all …]
|
/external/pcre/dist2/src/sljit/ |
D | sljitLir.h | 697 SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_fast_enter(struct sljit_compiler *compiler, sljit_s32…
|
D | sljitNativeX86_64.c | 765 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 | 837 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 | 1242 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 | 1586 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 | 2500 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 | 2404 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 | 1872 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 | 2137 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 | 1744 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 | 1760 SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_fast_enter(struct sljit_compiler *compiler, sljit_s32… in sljit_emit_fast_enter() function
|