Home
last modified time | relevance | path

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

/PHP-8.3/ext/pcre/pcre2lib/sljit/
H A DsljitNativeX86_64.c51 inst = (sljit_u8*)ensure_buf(compiler, 1 + length); in emit_do_imm32()
186 inst = (sljit_u8*)ensure_buf(compiler, 1 + inst_size); in emit_x86_instruction()
406 inst = (sljit_u8*)ensure_buf(compiler, 1 + size); in sljit_emit_enter()
416 inst = (sljit_u8*)ensure_buf(compiler, 1 + size); in sljit_emit_enter()
512 inst = (sljit_u8*)ensure_buf(compiler, 1 + 2); in sljit_emit_enter()
632 inst = (sljit_u8*)ensure_buf(compiler, 1 + size); in emit_stack_frame_release()
643 inst = (sljit_u8*)ensure_buf(compiler, 1 + size); in emit_stack_frame_release()
668 inst = (sljit_u8*)ensure_buf(compiler, 1 + 1); in sljit_emit_return_void()
876 inst = (sljit_u8*)ensure_buf(compiler, 1 + 1); in sljit_emit_fast_enter()
883 inst = (sljit_u8*)ensure_buf(compiler, 1 + 2); in sljit_emit_fast_enter()
[all …]
H A DsljitNativeX86_common.c866 inst = (sljit_u8*)ensure_buf(compiler, 1 + 4); in emit_endbranch()
961 inst = (sljit_u8*)ensure_buf(compiler, 1 + 3); in adjust_shadow_stack()
976 inst = (sljit_u8*)ensure_buf(compiler, 1 + 2); in adjust_shadow_stack()
994 inst = (sljit_u8*)ensure_buf(compiler, 1 + 2); in adjust_shadow_stack()
1086 inst = (sljit_u8*)ensure_buf(compiler, 1 + 1); in sljit_emit_op0()
1092 inst = (sljit_u8*)ensure_buf(compiler, 1 + 1); in sljit_emit_op0()
2981 inst = (sljit_u8*)ensure_buf(compiler, 2);
3010 inst = (sljit_u8*)ensure_buf(compiler, 2);
3042 inst = (sljit_u8*)ensure_buf(compiler, 2);
3339 inst = (sljit_u8*)ensure_buf(compiler, 2);
[all …]
H A DsljitNativeX86_32.c37 inst = (sljit_u8*)ensure_buf(compiler, 1 + 1 + sizeof(sljit_sw)); in emit_do_imm()
132 inst = (sljit_u8*)ensure_buf(compiler, 1 + inst_size); in emit_x86_instruction()
427 inst = (sljit_u8*)ensure_buf(compiler, (sljit_uw)(1 + 1)); in sljit_emit_enter()
441 inst = (sljit_u8*)ensure_buf(compiler, 1 + 2); in sljit_emit_enter()
556 inst = (sljit_u8*)ensure_buf(compiler, 1 + size); in emit_stack_frame_release()
591 inst = (sljit_u8*)ensure_buf(compiler, 1 + 1); in sljit_emit_return_void()
725 inst = (sljit_u8*)ensure_buf(compiler, 1 + 3); in post_call_with_args()
956 inst = (sljit_u8*)ensure_buf(compiler, 1 + 1); in emit_tail_call_end()
1157 inst = (sljit_u8*)ensure_buf(compiler, 1 + 1); in sljit_emit_fast_enter()
1179 inst = (sljit_u8*)ensure_buf(compiler, 1 + 1 + 1); in emit_fast_return()
[all …]
H A DsljitNativeARM_32.c165 inst = (sljit_uw*)ensure_buf(compiler, sizeof(sljit_uw)); in push_cpool()
171 inst = (sljit_uw*)ensure_buf(compiler, sizeof(sljit_uw)); in push_cpool()
180 inst = (sljit_uw*)ensure_buf(compiler, sizeof(sljit_uw)); in push_cpool()
197 ptr = (sljit_uw*)ensure_buf(compiler, sizeof(sljit_uw)); in push_inst()
242 ptr = (sljit_uw*)ensure_buf(compiler, sizeof(sljit_uw)); in push_inst_with_literal()
261 ptr = (sljit_uw*)ensure_buf(compiler, sizeof(sljit_uw)); in push_inst_with_unique_literal()
402 ptr = (sljit_uw*)ensure_buf(compiler, sizeof(sljit_uw)); in push_inst()
H A DsljitNativeARM_T2_32.c220 ptr = (sljit_u16*)ensure_buf(compiler, sizeof(sljit_u16)); in push_inst16()
229 sljit_u16 *ptr = (sljit_u16*)ensure_buf(compiler, sizeof(sljit_ins)); in push_inst32()
H A DsljitNativeSPARC_common.c214 ptr = (sljit_ins*)ensure_buf(compiler, sizeof(sljit_ins)); in push_inst()
H A DsljitNativeARM_64.c146 sljit_ins *ptr = (sljit_ins*)ensure_buf(compiler, sizeof(sljit_ins)); in push_inst()
H A DsljitLir.c568 static void* ensure_buf(struct sljit_compiler *compiler, sljit_uw size) in ensure_buf() function
H A DsljitNativePPC_common.c277 sljit_ins *ptr = (sljit_ins*)ensure_buf(compiler, sizeof(sljit_ins)); in push_inst()
H A DsljitNativeRISCV_common.c154 sljit_ins *ptr = (sljit_ins*)ensure_buf(compiler, sizeof(sljit_ins)); in push_inst()
H A DsljitNativeS390X.c170 sljit_ins *ibuf = (sljit_ins *)ensure_buf(compiler, sizeof(sljit_ins)); in push_inst()
H A DsljitNativeMIPS_common.c329 sljit_ins *ptr = (sljit_ins*)ensure_buf(compiler, sizeof(sljit_ins)); in push_inst()

Completed in 88 milliseconds