Searched refs:sljit_emit_fast_enter (Results 1 – 12 of 12) sorted by relevance
/external/pcre/dist2/src/sljit/ |
D | sljitLir.h | 671 SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_fast_enter(struct sljit_compiler *compiler, sljit_s32…
|
D | sljitNativeX86_64.c | 710 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 | 833 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 | 1181 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 | 1519 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 | 1756 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 | 1695 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 | 2315 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 | 1546 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 | 1998 SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_fast_enter(struct sljit_compiler *compiler, sljit_s32… in sljit_emit_fast_enter() function
|
D | sljitNativeTILEGX_64.c | 1550 SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_fast_enter(struct sljit_compiler *compiler, sljit_s32… in sljit_emit_fast_enter() function
|
/external/pcre/dist2/src/ |
D | pcre2_jit_compile.c | 3526 sljit_emit_fast_enter(compiler, RETURN_ADDR, 0); in do_utfreadchar() 3574 sljit_emit_fast_enter(compiler, RETURN_ADDR, 0); in do_utfreadchar16() 3611 sljit_emit_fast_enter(compiler, RETURN_ADDR, 0); in do_utfreadtype8() 3663 sljit_emit_fast_enter(compiler, RETURN_ADDR, 0); in do_getucd() 5538 sljit_emit_fast_enter(compiler, RETURN_ADDR, 0); in do_revertframes() 5597 sljit_emit_fast_enter(compiler, SLJIT_MEM1(SLJIT_SP), LOCALS0); in check_wordboundary() 5961 sljit_emit_fast_enter(compiler, RETURN_ADDR, 0); in check_anynewline() 5988 sljit_emit_fast_enter(compiler, RETURN_ADDR, 0); in check_hspace() 6027 sljit_emit_fast_enter(compiler, RETURN_ADDR, 0); in check_vspace() 6069 sljit_emit_fast_enter(compiler, SLJIT_MEM1(SLJIT_SP), LOCALS0); in do_casefulcmp() [all …]
|