Home
last modified time | relevance | path

Searched refs:ensure_buf (Results 1 – 11 of 11) sorted by relevance

/PHP-8.0/ext/pcre/pcre2lib/sljit/
H A DsljitNativeX86_64.c157 inst = (sljit_u8*)ensure_buf(compiler, 1 + size); in sljit_emit_enter()
167 inst = (sljit_u8*)ensure_buf(compiler, 1 + size); in sljit_emit_enter()
179 inst = (sljit_u8*)ensure_buf(compiler, 1 + size); in sljit_emit_enter()
248 inst = (sljit_u8*)ensure_buf(compiler, 1 + 2); in sljit_emit_enter()
268 inst = (sljit_u8*)ensure_buf(compiler, 1 + 5); in sljit_emit_enter()
316 inst = (sljit_u8*)ensure_buf(compiler, 1 + 5); in sljit_emit_return()
326 inst = (sljit_u8*)ensure_buf(compiler, 1 + 4); in sljit_emit_return()
335 inst = (sljit_u8*)ensure_buf(compiler, 1 + 7); in sljit_emit_return()
367 inst = (sljit_u8*)ensure_buf(compiler, 1 + 1); in sljit_emit_return()
786 inst = (sljit_u8*)ensure_buf(compiler, 1 + 2); in sljit_emit_fast_enter()
[all …]
H A DsljitNativeX86_32.c111 inst = (sljit_u8*)ensure_buf(compiler, 1 + size); in sljit_emit_enter()
203 inst = (sljit_u8*)ensure_buf(compiler, 1 + 2); in sljit_emit_enter()
231 inst = (sljit_u8*)ensure_buf(compiler, 1 + 6); in sljit_emit_enter()
319 inst = (sljit_u8*)ensure_buf(compiler, 1 + size); in sljit_emit_return()
557 inst = (sljit_u8*)ensure_buf(compiler, 1 + 1); in c_fast_call_with_args()
604 inst = (sljit_u8*)ensure_buf(compiler, 1 + 1); in c_fast_call_with_args()
611 inst = (sljit_u8*)ensure_buf(compiler, 1 + 2); in c_fast_call_with_args()
718 inst = (sljit_u8*)ensure_buf(compiler, 1 + 3); in post_call_with_args()
853 inst = (sljit_u8*)ensure_buf(compiler, 1 + 1); in sljit_emit_fast_enter()
875 inst = (sljit_u8*)ensure_buf(compiler, 1 + 1 + 1); in emit_fast_return()
[all …]
H A DsljitNativeX86_common.c717 inst = (sljit_u8*)ensure_buf(compiler, 1 + 4); in emit_endbranch()
817 inst = (sljit_u8*)ensure_buf(compiler, 1 + 3); in adjust_shadow_stack()
838 inst = (sljit_u8*)ensure_buf(compiler, 1 + 2); in adjust_shadow_stack()
856 inst = (sljit_u8*)ensure_buf(compiler, 1 + 2); in adjust_shadow_stack()
952 inst = (sljit_u8*)ensure_buf(compiler, 1 + 1); in sljit_emit_op0()
958 inst = (sljit_u8*)ensure_buf(compiler, 1 + 1); in sljit_emit_op0()
2695 inst = (sljit_u8*)ensure_buf(compiler, 2);
2724 inst = (sljit_u8*)ensure_buf(compiler, 2);
2756 inst = (sljit_u8*)ensure_buf(compiler, 2);
3060 inst = (sljit_u8*)ensure_buf(compiler, 2);
[all …]
H A DsljitNativeARM_32.c152 inst = (sljit_uw*)ensure_buf(compiler, sizeof(sljit_uw)); in push_cpool()
158 inst = (sljit_uw*)ensure_buf(compiler, sizeof(sljit_uw)); in push_cpool()
167 inst = (sljit_uw*)ensure_buf(compiler, sizeof(sljit_uw)); in push_cpool()
184 ptr = (sljit_uw*)ensure_buf(compiler, sizeof(sljit_uw)); in push_inst()
229 ptr = (sljit_uw*)ensure_buf(compiler, sizeof(sljit_uw)); in push_inst_with_literal()
248 ptr = (sljit_uw*)ensure_buf(compiler, sizeof(sljit_uw)); in push_inst_with_unique_literal()
389 ptr = (sljit_uw*)ensure_buf(compiler, sizeof(sljit_uw)); in push_inst()
H A DsljitNativeTILEGX_64.c332 sljit_ins *ptr = (sljit_ins *)ensure_buf(compiler, sizeof(sljit_ins)); in push_inst_debug()
343 sljit_ins *ptr = (sljit_ins *)ensure_buf(compiler, sizeof(sljit_ins)); in push_inst_nodebug()
354 sljit_ins *ptr = (sljit_ins *)ensure_buf(compiler, sizeof(sljit_ins)); in push_inst()
H A DsljitNativeARM_T2_32.c205 ptr = (sljit_u16*)ensure_buf(compiler, sizeof(sljit_u16)); in push_inst16()
214 sljit_u16 *ptr = (sljit_u16*)ensure_buf(compiler, sizeof(sljit_ins)); in push_inst32()
H A DsljitNativeSPARC_common.c210 ptr = (sljit_ins*)ensure_buf(compiler, sizeof(sljit_ins)); in push_inst()
H A DsljitNativeARM_64.c139 sljit_ins *ptr = (sljit_ins*)ensure_buf(compiler, sizeof(sljit_ins)); in push_inst()
H A DsljitLir.c547 static void* ensure_buf(struct sljit_compiler *compiler, sljit_uw size) in ensure_buf() function
H A DsljitNativeMIPS_common.c295 sljit_ins *ptr = (sljit_ins*)ensure_buf(compiler, sizeof(sljit_ins)); in push_inst()
H A DsljitNativePPC_common.c252 sljit_ins *ptr = (sljit_ins*)ensure_buf(compiler, sizeof(sljit_ins)); in push_inst()

Completed in 93 milliseconds