Searched refs:ensure_buf (Results 1 – 11 of 11) sorted by relevance
/PHP-8.2/ext/pcre/pcre2lib/sljit/ |
H A D | sljitNativeX86_64.c | 51 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 D | sljitNativeX86_common.c | 748 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 D | sljitNativeX86_32.c | 125 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 D | sljitNativeARM_32.c | 161 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 D | sljitNativeARM_T2_32.c | 215 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 D | sljitNativeSPARC_common.c | 214 ptr = (sljit_ins*)ensure_buf(compiler, sizeof(sljit_ins)); in push_inst()
|
H A D | sljitLir.c | 568 static void* ensure_buf(struct sljit_compiler *compiler, sljit_uw size) in ensure_buf() function
|
H A D | sljitNativeARM_64.c | 144 sljit_ins *ptr = (sljit_ins*)ensure_buf(compiler, sizeof(sljit_ins)); in push_inst()
|
H A D | sljitNativePPC_common.c | 257 sljit_ins *ptr = (sljit_ins*)ensure_buf(compiler, sizeof(sljit_ins)); in push_inst()
|
H A D | sljitNativeMIPS_common.c | 296 sljit_ins *ptr = (sljit_ins*)ensure_buf(compiler, sizeof(sljit_ins)); in push_inst()
|
H A D | sljitNativeS390X.c | 173 sljit_ins *ibuf = (sljit_ins *)ensure_buf(compiler, sizeof(sljit_ins)); in push_inst()
|
Completed in 95 milliseconds