Home
last modified time | relevance | path

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

/PHP-7.3/ext/pcre/pcre2lib/sljit/
H A DsljitNativeX86_64.c102 inst = (sljit_u8*)ensure_buf(compiler, 1 + size); in sljit_emit_enter()
112 inst = (sljit_u8*)ensure_buf(compiler, 1 + size); in sljit_emit_enter()
124 inst = (sljit_u8*)ensure_buf(compiler, 1 + size); in sljit_emit_enter()
193 inst = (sljit_u8*)ensure_buf(compiler, 1 + 2); in sljit_emit_enter()
213 inst = (sljit_u8*)ensure_buf(compiler, 1 + 5); in sljit_emit_enter()
261 inst = (sljit_u8*)ensure_buf(compiler, 1 + 5); in sljit_emit_return()
271 inst = (sljit_u8*)ensure_buf(compiler, 1 + 4); in sljit_emit_return()
280 inst = (sljit_u8*)ensure_buf(compiler, 1 + 7); in sljit_emit_return()
312 inst = (sljit_u8*)ensure_buf(compiler, 1 + 1); in sljit_emit_return()
731 inst = (sljit_u8*)ensure_buf(compiler, 1 + 2); in sljit_emit_fast_enter()
[all …]
H A DsljitNativeX86_32.c106 inst = (sljit_u8*)ensure_buf(compiler, 1 + size); in sljit_emit_enter()
198 inst = (sljit_u8*)ensure_buf(compiler, 1 + 2); in sljit_emit_enter()
226 inst = (sljit_u8*)ensure_buf(compiler, 1 + 6); in sljit_emit_enter()
317 inst = (sljit_u8*)ensure_buf(compiler, 1 + size); in sljit_emit_return()
553 inst = (sljit_u8*)ensure_buf(compiler, 1 + 1); in c_fast_call_with_args()
600 inst = (sljit_u8*)ensure_buf(compiler, 1 + 1); in c_fast_call_with_args()
607 inst = (sljit_u8*)ensure_buf(compiler, 1 + 2); in c_fast_call_with_args()
714 inst = (sljit_u8*)ensure_buf(compiler, 1 + 3); in post_call_with_args()
849 inst = (sljit_u8*)ensure_buf(compiler, 1 + 1); in sljit_emit_fast_enter()
875 inst = (sljit_u8*)ensure_buf(compiler, 1 + 1 + 1); in sljit_emit_fast_return()
[all …]
H A DsljitNativeX86_common.c751 inst = (sljit_u8*)ensure_buf(compiler, 1 + 1); in sljit_emit_op0()
757 inst = (sljit_u8*)ensure_buf(compiler, 1 + 1); in sljit_emit_op0()
802 inst = (sljit_u8*)ensure_buf(compiler, 1 + 1); in sljit_emit_op0()
808 inst = (sljit_u8*)ensure_buf(compiler, 1 + 1); in sljit_emit_op0()
823 inst = (sljit_u8*)ensure_buf(compiler, 1 + 2); in sljit_emit_op0()
1645 inst = (sljit_u8*)ensure_buf(compiler, 1 + 1);
1655 inst = (sljit_u8*)ensure_buf(compiler, 1 + 4);
2465 inst = (sljit_u8*)ensure_buf(compiler, 2);
2494 inst = (sljit_u8*)ensure_buf(compiler, 2);
2526 inst = (sljit_u8*)ensure_buf(compiler, 2);
[all …]
H A DsljitNativeARM_32.c152 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()
H A DsljitNativeTILEGX_64.c332 sljit_ins *ptr = (sljit_ins *)ensure_buf(compiler, sizeof(sljit_ins)); in push_inst_debug()
343 sljit_ins *ptr = (sljit_ins *)ensure_buf(compiler, sizeof(sljit_ins)); in push_inst_nodebug()
354 sljit_ins *ptr = (sljit_ins *)ensure_buf(compiler, sizeof(sljit_ins)); in push_inst()
H A DsljitNativeARM_T2_32.c205 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()
H A DsljitNativeSPARC_common.c210 ptr = (sljit_ins*)ensure_buf(compiler, sizeof(sljit_ins)); in push_inst()
H A DsljitNativeARM_64.c139 sljit_ins *ptr = (sljit_ins*)ensure_buf(compiler, sizeof(sljit_ins)); in push_inst()
H A DsljitLir.c539 static void* ensure_buf(struct sljit_compiler *compiler, sljit_uw size) in ensure_buf() function
H A DsljitNativeMIPS_common.c227 sljit_ins *ptr = (sljit_ins*)ensure_buf(compiler, sizeof(sljit_ins)); in push_inst()
H A DsljitNativePPC_common.c249 sljit_ins *ptr = (sljit_ins*)ensure_buf(compiler, sizeof(sljit_ins)); in push_inst()

Completed in 74 milliseconds