Searched refs:ensure_buf (Results 1 – 11 of 11) sorted by relevance
/third_party/pcre2/pcre2/src/sljit/ |
D | sljitNativeX86_64.c | 37 inst = (sljit_u8*)ensure_buf(compiler, 1 + 2 + sizeof(sljit_sw)); in emit_load_imm64() 51 inst = (sljit_u8*)ensure_buf(compiler, 1 + length); in emit_do_imm32() 182 inst = (sljit_u8*)ensure_buf(compiler, 1 + inst_size); in emit_x86_instruction() 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() 639 inst = (sljit_u8*)ensure_buf(compiler, 1 + size); in emit_stack_frame_release() [all …]
|
D | sljitNativeX86_common.c | 748 inst = (sljit_u8*)ensure_buf(compiler, 1 + 4); in emit_endbranch() 778 inst = (sljit_u8*)ensure_buf(compiler, 1 + size); in emit_rdssp() 802 inst = (sljit_u8*)ensure_buf(compiler, 1 + size); in emit_incssp() 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() 1019 inst = (sljit_u8*)ensure_buf(compiler, 1 + 1); in sljit_emit_op0() 1025 inst = (sljit_u8*)ensure_buf(compiler, 1 + 1); in sljit_emit_op0() [all …]
|
D | sljitNativeX86_32.c | 37 inst = (sljit_u8*)ensure_buf(compiler, 1 + 1 + sizeof(sljit_sw)); in emit_do_imm() 125 inst = (sljit_u8*)ensure_buf(compiler, 1 + inst_size); in emit_x86_instruction() 344 inst = (sljit_u8*)ensure_buf(compiler, (sljit_uw)(size + 1)); in sljit_emit_enter() 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() [all …]
|
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()
|
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()
|
D | sljitNativeSPARC_common.c | 214 ptr = (sljit_ins*)ensure_buf(compiler, sizeof(sljit_ins)); in push_inst()
|
D | sljitNativeARM_64.c | 144 sljit_ins *ptr = (sljit_ins*)ensure_buf(compiler, sizeof(sljit_ins)); in push_inst()
|
D | sljitLir.c | 568 static void* ensure_buf(struct sljit_compiler *compiler, sljit_uw size) in ensure_buf() function
|
D | sljitNativePPC_common.c | 257 sljit_ins *ptr = (sljit_ins*)ensure_buf(compiler, sizeof(sljit_ins)); in push_inst()
|
D | sljitNativeMIPS_common.c | 296 sljit_ins *ptr = (sljit_ins*)ensure_buf(compiler, sizeof(sljit_ins)); in push_inst()
|
D | sljitNativeS390X.c | 173 sljit_ins *ibuf = (sljit_ins *)ensure_buf(compiler, sizeof(sljit_ins)); in push_inst()
|