Searched refs:ensure_buf (Results 1 – 11 of 11) sorted by relevance
/external/pcre/dist2/src/sljit/ |
D | sljitNativeX86_64.c | 33 inst = (sljit_u8*)ensure_buf(compiler, 1 + 2 + sizeof(sljit_sw)); in emit_load_imm64() 157 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() 348 inst = (sljit_u8*)ensure_buf(compiler, 1 + size); in sljit_emit_return() [all …]
|
D | sljitNativeX86_32.c | 33 inst = (sljit_u8*)ensure_buf(compiler, 1 + 1 + sizeof(sljit_sw)); in emit_do_imm() 111 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() 426 inst = (sljit_u8*)ensure_buf(compiler, 1 + inst_size); in emit_x86_instruction() 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() [all …]
|
D | sljitNativeX86_common.c | 721 inst = (sljit_u8*)ensure_buf(compiler, 1 + 4); in emit_endbranch() 751 inst = (sljit_u8*)ensure_buf(compiler, 1 + size); in emit_rdssp() 775 inst = (sljit_u8*)ensure_buf(compiler, 1 + size); in emit_incssp() 816 inst = (sljit_u8*)ensure_buf(compiler, 1 + 3); in adjust_shadow_stack() 837 inst = (sljit_u8*)ensure_buf(compiler, 1 + 2); in adjust_shadow_stack() 855 inst = (sljit_u8*)ensure_buf(compiler, 1 + 2); in adjust_shadow_stack() 951 inst = (sljit_u8*)ensure_buf(compiler, 1 + 1); in sljit_emit_op0() 957 inst = (sljit_u8*)ensure_buf(compiler, 1 + 1); in sljit_emit_op0() 1002 inst = (sljit_u8*)ensure_buf(compiler, 1 + 1); in sljit_emit_op0() 1008 inst = (sljit_u8*)ensure_buf(compiler, 1 + 1); in sljit_emit_op0() [all …]
|
D | sljitNativeARM_32.c | 152 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()
|
D | sljitNativeARM_T2_32.c | 205 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()
|
D | sljitNativeSPARC_common.c | 210 ptr = (sljit_ins*)ensure_buf(compiler, sizeof(sljit_ins)); in push_inst()
|
D | sljitNativeARM_64.c | 139 sljit_ins *ptr = (sljit_ins*)ensure_buf(compiler, sizeof(sljit_ins)); in push_inst()
|
D | sljitNativeS390X.c | 148 sljit_ins *ibuf = (sljit_ins *)ensure_buf(compiler, sizeof(sljit_ins)); in push_inst()
|
D | sljitLir.c | 551 static void* ensure_buf(struct sljit_compiler *compiler, sljit_uw size) in ensure_buf() function
|
D | sljitNativePPC_common.c | 252 sljit_ins *ptr = (sljit_ins*)ensure_buf(compiler, sizeof(sljit_ins)); in push_inst()
|
D | sljitNativeMIPS_common.c | 293 sljit_ins *ptr = (sljit_ins*)ensure_buf(compiler, sizeof(sljit_ins)); in push_inst()
|