Searched refs:sljit_emit_fast_enter (Results 1 – 12 of 12) sorted by relevance
/PHP-7.0/ext/pcre/pcrelib/sljit/ |
H A D | sljitNativeX86_32.c | 479 SLJIT_API_FUNC_ATTRIBUTE sljit_si sljit_emit_fast_enter(struct sljit_compiler *compiler, sljit_si d… in sljit_emit_fast_enter() function
|
H A D | sljitLir.h | 563 SLJIT_API_FUNC_ATTRIBUTE sljit_si sljit_emit_fast_enter(struct sljit_compiler *compiler, sljit_si d…
|
H A D | sljitNativeX86_64.c | 592 SLJIT_API_FUNC_ATTRIBUTE sljit_si sljit_emit_fast_enter(struct sljit_compiler *compiler, sljit_si d… in sljit_emit_fast_enter() function
|
H A D | sljitNativeSPARC_common.c | 1179 SLJIT_API_FUNC_ATTRIBUTE sljit_si sljit_emit_fast_enter(struct sljit_compiler *compiler, sljit_si d… in sljit_emit_fast_enter() function
|
H A D | sljitLir.c | 1802 SLJIT_API_FUNC_ATTRIBUTE sljit_si sljit_emit_fast_enter(struct sljit_compiler *compiler, sljit_si d… in sljit_emit_fast_enter() function
|
H A D | sljitNativeARM_64.c | 1772 SLJIT_API_FUNC_ATTRIBUTE sljit_si sljit_emit_fast_enter(struct sljit_compiler *compiler, sljit_si d… in sljit_emit_fast_enter() function
|
H A D | sljitNativeARM_T2_32.c | 1793 SLJIT_API_FUNC_ATTRIBUTE sljit_si sljit_emit_fast_enter(struct sljit_compiler *compiler, sljit_si d… in sljit_emit_fast_enter() function
|
H A D | sljitNativeMIPS_common.c | 1539 SLJIT_API_FUNC_ATTRIBUTE sljit_si sljit_emit_fast_enter(struct sljit_compiler *compiler, sljit_si d… in sljit_emit_fast_enter() function
|
H A D | sljitNativePPC_common.c | 2012 SLJIT_API_FUNC_ATTRIBUTE sljit_si sljit_emit_fast_enter(struct sljit_compiler *compiler, sljit_si d… in sljit_emit_fast_enter() function
|
H A D | sljitNativeTILEGX_64.c | 1550 SLJIT_API_FUNC_ATTRIBUTE sljit_si sljit_emit_fast_enter(struct sljit_compiler *compiler, sljit_si d… in sljit_emit_fast_enter() function
|
H A D | sljitNativeARM_32.c | 2279 SLJIT_API_FUNC_ATTRIBUTE sljit_si sljit_emit_fast_enter(struct sljit_compiler *compiler, sljit_si d… in sljit_emit_fast_enter() function
|
/PHP-7.0/ext/pcre/pcrelib/ |
H A D | pcre_jit_compile.c | 2939 sljit_emit_fast_enter(compiler, RETURN_ADDR, 0); in do_utfreadchar() 2987 sljit_emit_fast_enter(compiler, RETURN_ADDR, 0); in do_utfreadchar16() 3024 sljit_emit_fast_enter(compiler, RETURN_ADDR, 0); in do_utfreadtype8() 3070 sljit_emit_fast_enter(compiler, RETURN_ADDR, 0); in do_getucd() 4110 sljit_emit_fast_enter(compiler, RETURN_ADDR, 0); in do_revertframes() 4404 sljit_emit_fast_enter(compiler, RETURN_ADDR, 0); in check_anynewline() 4431 sljit_emit_fast_enter(compiler, RETURN_ADDR, 0); in check_hspace() 4470 sljit_emit_fast_enter(compiler, RETURN_ADDR, 0); in check_vspace() 4502 sljit_emit_fast_enter(compiler, RETURN_ADDR, 0); in do_casefulcmp() 4531 sljit_emit_fast_enter(compiler, RETURN_ADDR, 0); in do_caselesscmp() [all …]
|
Completed in 126 milliseconds