Searched refs:check_sljit_emit_fast_enter (Results 1 – 10 of 10) sorted by relevance
/external/pcre/dist2/src/sljit/ |
D | sljitNativeX86_64.c | 770 CHECK(check_sljit_emit_fast_enter(compiler, dst, dstw)); in sljit_emit_fast_enter()
|
D | sljitNativeX86_32.c | 842 CHECK(check_sljit_emit_fast_enter(compiler, dst, dstw)); in sljit_emit_fast_enter()
|
D | sljitNativeSPARC_common.c | 1245 CHECK(check_sljit_emit_fast_enter(compiler, dst, dstw)); in sljit_emit_fast_enter()
|
D | sljitNativeARM_64.c | 1589 CHECK(check_sljit_emit_fast_enter(compiler, dst, dstw)); in sljit_emit_fast_enter()
|
D | sljitNativeS390X.c | 2503 CHECK(check_sljit_emit_fast_enter(compiler, dst, dstw)); in sljit_emit_fast_enter()
|
D | sljitLir.c | 1153 static SLJIT_INLINE CHECK_RETURN_TYPE check_sljit_emit_fast_enter(struct sljit_compiler *compiler, … in check_sljit_emit_fast_enter() function
|
D | sljitNativePPC_common.c | 1875 CHECK(check_sljit_emit_fast_enter(compiler, dst, dstw)); in sljit_emit_fast_enter()
|
D | sljitNativeARM_32.c | 2140 CHECK(check_sljit_emit_fast_enter(compiler, dst, dstw)); in sljit_emit_fast_enter()
|
D | sljitNativeARM_T2_32.c | 1747 CHECK(check_sljit_emit_fast_enter(compiler, dst, dstw)); in sljit_emit_fast_enter()
|
D | sljitNativeMIPS_common.c | 1763 CHECK(check_sljit_emit_fast_enter(compiler, dst, dstw)); in sljit_emit_fast_enter()
|