Home
last modified time | relevance | path

Searched refs:frame_size (Results 1 – 4 of 4) sorted by relevance

/PHP-8.1/ext/pcre/pcre2lib/
H A Dpcre2_match.c230 i++, Q = (heapframe *)((char *)Q + frame_size)) in display_frames()
651 N = (heapframe *)((char *)F + frame_size); in match()
659 PCRE2_SIZE maxsize = ((mb->heap_limit * 1024)/frame_size) * frame_size; in match()
669 N = (heapframe *)((char *)F + frame_size); in match()
776 P = (heapframe *)((char *)N - frame_size); in match()
6155 PCRE2_SIZE frame_size; in pcre2_match() local
6606 frame_size = offsetof(heapframe, ovector) + in pcre2_match()
6626 if (frame_size <= START_FRAMES_SIZE/10) in pcre2_match()
6629 mb->frame_vector_size = ((START_FRAMES_SIZE/frame_size) * frame_size); in pcre2_match()
6633 mb->frame_vector_size = frame_size * 10; in pcre2_match()
[all …]
/PHP-8.1/Zend/
H A Dzend_generators.c78 size_t frame_size = ZEND_CALL_FRAME_SLOT + ZEND_CALL_NUM_ARGS(call); in zend_generator_freeze_call_stack() local
80 new_call = (zend_execute_data*)(stack + used_stack - frame_size); in zend_generator_freeze_call_stack()
81 memcpy(new_call, call, frame_size * sizeof(zval)); in zend_generator_freeze_call_stack()
82 used_stack -= frame_size; in zend_generator_freeze_call_stack()
/PHP-8.1/ext/pcre/pcre2lib/sljit/
H A DsljitNativeS390X.c1611 sljit_sw frame_size; in sljit_emit_enter() local
1619 frame_size = compiler->local_size + SLJIT_S390X_DEFAULT_STACK_FRAME_SIZE; in sljit_emit_enter()
1622 if (frame_size != 0) { in sljit_emit_enter()
1623 if (is_s16(-frame_size)) in sljit_emit_enter()
1624 FAIL_IF(push_inst(compiler, aghi(r15, -((sljit_s16)frame_size)))); in sljit_emit_enter()
1625 else if (is_s32(-frame_size)) in sljit_emit_enter()
1626 FAIL_IF(push_inst(compiler, agfi(r15, -((sljit_s32)frame_size)))); in sljit_emit_enter()
1628 FAIL_IF(push_load_imm_inst(compiler, tmp1, -frame_size)); in sljit_emit_enter()
/PHP-8.1/ext/opcache/jit/
H A Dzend_jit_trace.c1196 size_t frame_size, stack_top, stack_size, stack_bottom; in zend_jit_trace_build_tssa() local
1260 frame_size = zend_jit_trace_frame_size(p->op_array); in zend_jit_trace_build_tssa()
1262 if (stack_top + frame_size > stack_size) { in zend_jit_trace_build_tssa()
1263 stack_size = stack_top + frame_size; in zend_jit_trace_build_tssa()
1267 stack_top -= frame_size; in zend_jit_trace_build_tssa()

Completed in 44 milliseconds