Searched refs:check_sljit_emit_fast_enter (Results 1 – 10 of 10) sorted by relevance
/external/pcre/dist/sljit/ |
D | sljitNativeX86_32.c | 484 CHECK(check_sljit_emit_fast_enter(compiler, dst, dstw)); in sljit_emit_fast_enter()
|
D | sljitNativeX86_64.c | 597 CHECK(check_sljit_emit_fast_enter(compiler, dst, dstw)); in sljit_emit_fast_enter()
|
D | sljitNativeSPARC_common.c | 1182 CHECK(check_sljit_emit_fast_enter(compiler, dst, dstw)); in sljit_emit_fast_enter()
|
D | sljitLir.c | 1005 static SLJIT_INLINE CHECK_RETURN_TYPE check_sljit_emit_fast_enter(struct sljit_compiler *compiler, … in check_sljit_emit_fast_enter() function
|
D | sljitNativeARM_64.c | 1775 CHECK(check_sljit_emit_fast_enter(compiler, dst, dstw)); in sljit_emit_fast_enter()
|
D | sljitNativeARM_T2_32.c | 1796 CHECK(check_sljit_emit_fast_enter(compiler, dst, dstw)); in sljit_emit_fast_enter()
|
D | sljitNativePPC_common.c | 2015 CHECK(check_sljit_emit_fast_enter(compiler, dst, dstw)); in sljit_emit_fast_enter()
|
D | sljitNativeMIPS_common.c | 1542 CHECK(check_sljit_emit_fast_enter(compiler, dst, dstw)); in sljit_emit_fast_enter()
|
D | sljitNativeARM_32.c | 2282 CHECK(check_sljit_emit_fast_enter(compiler, dst, dstw)); in sljit_emit_fast_enter()
|
D | sljitNativeTILEGX_64.c | 1553 CHECK(check_sljit_emit_fast_enter(compiler, dst, dstw)); in sljit_emit_fast_enter()
|