Home
last modified time | relevance | path

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

/PHP-8.2/ext/pcre/pcre2lib/sljit/
H A DsljitNativeX86_64.c51 inst = (sljit_u8*)ensure_buf(compiler, 1 + length); in emit_do_imm32()
393 inst = (sljit_u8*)ensure_buf(compiler, 1 + size); in sljit_emit_enter()
403 inst = (sljit_u8*)ensure_buf(compiler, 1 + size); in sljit_emit_enter()
499 inst = (sljit_u8*)ensure_buf(compiler, 1 + 2); in sljit_emit_enter()
606 inst = (sljit_u8*)ensure_buf(compiler, 1 + 4); in emit_stack_frame_release()
615 inst = (sljit_u8*)ensure_buf(compiler, 1 + 7); in emit_stack_frame_release()
628 inst = (sljit_u8*)ensure_buf(compiler, 1 + size); in emit_stack_frame_release()
659 inst = (sljit_u8*)ensure_buf(compiler, 1 + 1); in sljit_emit_return_void()
848 inst = (sljit_u8*)ensure_buf(compiler, 1 + 1); in sljit_emit_fast_enter()
855 inst = (sljit_u8*)ensure_buf(compiler, 1 + 2); in sljit_emit_fast_enter()
[all …]
H A DsljitNativeX86_common.c748 inst = (sljit_u8*)ensure_buf(compiler, 1 + 4); in emit_endbranch()
843 inst = (sljit_u8*)ensure_buf(compiler, 1 + 3); in adjust_shadow_stack()
858 inst = (sljit_u8*)ensure_buf(compiler, 1 + 2); in adjust_shadow_stack()
876 inst = (sljit_u8*)ensure_buf(compiler, 1 + 2); in adjust_shadow_stack()
968 inst = (sljit_u8*)ensure_buf(compiler, 1 + 1); in sljit_emit_op0()
974 inst = (sljit_u8*)ensure_buf(compiler, 1 + 1); in sljit_emit_op0()
2673 inst = (sljit_u8*)ensure_buf(compiler, 2);
2702 inst = (sljit_u8*)ensure_buf(compiler, 2);
2734 inst = (sljit_u8*)ensure_buf(compiler, 2);
3038 inst = (sljit_u8*)ensure_buf(compiler, 2);
[all …]
H A DsljitNativeX86_32.c125 inst = (sljit_u8*)ensure_buf(compiler, 1 + inst_size); in emit_x86_instruction()
467 inst = (sljit_u8*)ensure_buf(compiler, 1 + 2); in sljit_emit_enter()
578 inst = (sljit_u8*)ensure_buf(compiler, 1 + size); in emit_stack_frame_release()
614 inst = (sljit_u8*)ensure_buf(compiler, 1 + size); in sljit_emit_return_void()
674 inst = (sljit_u8*)ensure_buf(compiler, 1 + 1); in c_fast_call_with_args()
720 inst = (sljit_u8*)ensure_buf(compiler, 1 + 1); in c_fast_call_with_args()
727 inst = (sljit_u8*)ensure_buf(compiler, 1 + 2); in c_fast_call_with_args()
829 inst = (sljit_u8*)ensure_buf(compiler, 1 + 3); in post_call_with_args()
1193 inst = (sljit_u8*)ensure_buf(compiler, 1 + 1); in emit_tail_call_end()
1364 inst = (sljit_u8*)ensure_buf(compiler, 1 + 1); in sljit_emit_fast_enter()
[all …]
H A DsljitNativeARM_32.c161 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()
176 inst = (sljit_uw*)ensure_buf(compiler, sizeof(sljit_uw)); in push_cpool()
193 ptr = (sljit_uw*)ensure_buf(compiler, sizeof(sljit_uw)); in push_inst()
238 ptr = (sljit_uw*)ensure_buf(compiler, sizeof(sljit_uw)); in push_inst_with_literal()
257 ptr = (sljit_uw*)ensure_buf(compiler, sizeof(sljit_uw)); in push_inst_with_unique_literal()
398 ptr = (sljit_uw*)ensure_buf(compiler, sizeof(sljit_uw)); in push_inst()
H A DsljitNativeARM_T2_32.c215 ptr = (sljit_u16*)ensure_buf(compiler, sizeof(sljit_u16)); in push_inst16()
224 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 DsljitLir.c568 static void* ensure_buf(struct sljit_compiler *compiler, sljit_uw size) in ensure_buf() function
H A DsljitNativeARM_64.c144 sljit_ins *ptr = (sljit_ins*)ensure_buf(compiler, sizeof(sljit_ins)); in push_inst()
H A DsljitNativePPC_common.c257 sljit_ins *ptr = (sljit_ins*)ensure_buf(compiler, sizeof(sljit_ins)); in push_inst()
H A DsljitNativeMIPS_common.c296 sljit_ins *ptr = (sljit_ins*)ensure_buf(compiler, sizeof(sljit_ins)); in push_inst()
H A DsljitNativeS390X.c173 sljit_ins *ibuf = (sljit_ins *)ensure_buf(compiler, sizeof(sljit_ins)); in push_inst()

Completed in 87 milliseconds