Searched refs:sljit_emit_fast_enter (Results 1 – 12 of 12) sorted by relevance
/PHP-7.2/ext/pcre/pcrelib/sljit/ |
H A D | sljitNativeX86_32.c | 531 SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_fast_enter(struct sljit_compiler *compiler, sljit_s32… in sljit_emit_fast_enter() function
|
H A D | sljitLir.h | 610 SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_fast_enter(struct sljit_compiler *compiler, sljit_s32…
|
H A D | sljitNativeX86_64.c | 587 SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_fast_enter(struct sljit_compiler *compiler, sljit_s32… in sljit_emit_fast_enter() function
|
H A D | sljitNativeSPARC_common.c | 1205 SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_fast_enter(struct sljit_compiler *compiler, sljit_s32… in sljit_emit_fast_enter() function
|
H A D | sljitNativeARM_T2_32.c | 1680 SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_fast_enter(struct sljit_compiler *compiler, sljit_s32… in sljit_emit_fast_enter() function
|
H A D | sljitLir.c | 1985 SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_fast_enter(struct sljit_compiler *compiler, sljit_s32… in sljit_emit_fast_enter() function
|
H A D | sljitNativeARM_32.c | 2027 SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_fast_enter(struct sljit_compiler *compiler, sljit_s32… in sljit_emit_fast_enter() function
|
H A D | sljitNativeARM_64.c | 1809 SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_fast_enter(struct sljit_compiler *compiler, sljit_s32… in sljit_emit_fast_enter() function
|
H A D | sljitNativeMIPS_common.c | 1566 SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_fast_enter(struct sljit_compiler *compiler, sljit_s32… in sljit_emit_fast_enter() function
|
H A 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
|
H A D | sljitNativePPC_common.c | 2067 SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_fast_enter(struct sljit_compiler *compiler, sljit_s32… in sljit_emit_fast_enter() function
|
/PHP-7.2/ext/pcre/pcrelib/ |
H A D | pcre_jit_compile.c | 3154 sljit_emit_fast_enter(compiler, RETURN_ADDR, 0); in do_utfreadchar() 3202 sljit_emit_fast_enter(compiler, RETURN_ADDR, 0); in do_utfreadchar16() 3239 sljit_emit_fast_enter(compiler, RETURN_ADDR, 0); in do_utfreadtype8() 3295 sljit_emit_fast_enter(compiler, RETURN_ADDR, 0); in do_getucd() 4786 sljit_emit_fast_enter(compiler, RETURN_ADDR, 0); in do_revertframes() 5081 sljit_emit_fast_enter(compiler, RETURN_ADDR, 0); in check_anynewline() 5108 sljit_emit_fast_enter(compiler, RETURN_ADDR, 0); in check_hspace() 5147 sljit_emit_fast_enter(compiler, RETURN_ADDR, 0); in check_vspace() 5179 sljit_emit_fast_enter(compiler, RETURN_ADDR, 0); in do_casefulcmp() 5208 sljit_emit_fast_enter(compiler, RETURN_ADDR, 0); in do_caselesscmp() [all …]
|
Completed in 81 milliseconds