Home
last modified time | relevance | path

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

/php-src/ext/opcache/tests/jit/
H A Dgh12585.phpt2 GH-12585: Assertion t->stack_map[t->exit_info[exit_point].stack_offset + var].type == 4
/php-src/ext/opcache/jit/
H A Dzend_jit_trace.c7439 t->stack_map = NULL; in zend_jit_compile_root_trace()
7489 efree(t->stack_map); in zend_jit_compile_root_trace()
7517 efree(t->stack_map); in zend_jit_compile_root_trace()
7518 t->stack_map = NULL; in zend_jit_compile_root_trace()
7527 efree(t->stack_map); in zend_jit_compile_root_trace()
7528 t->stack_map = NULL; in zend_jit_compile_root_trace()
8257 t->stack_map = NULL; in zend_jit_compile_side_trace()
8278 if (t->stack_map) { in zend_jit_compile_side_trace()
8307 efree(t->stack_map); in zend_jit_compile_side_trace()
8341 efree(t->stack_map); in zend_jit_compile_side_trace()
[all …]
H A Dzend_jit_ir.c703 t->stack_map = erealloc(t->stack_map, t->stack_map_size * sizeof(zend_jit_trace_stack)); in zend_jit_duplicate_exit_point()
704 …memcpy(t->stack_map + stack_offset, t->stack_map + t->exit_info[new_exit_point].stack_offset, stac… in zend_jit_duplicate_exit_point()
759 t->stack_map[t->exit_info[exit_point].stack_offset + var].type == IS_DOUBLE); in zend_jit_snapshot_handler()
767 && (t->stack_map[t->exit_info[exit_point].stack_offset + var].ref != ref in zend_jit_snapshot_handler()
774 t->stack_map[t->exit_info[exit_point].stack_offset + var].ref = ref; in zend_jit_snapshot_handler()
775 t->stack_map[t->exit_info[exit_point].stack_offset + var].reg = ZREG_NONE; in zend_jit_snapshot_handler()
786 t->stack_map[t->exit_info[exit_point].stack_offset + var].reg = ZREG_NONE; in zend_jit_snapshot_handler()
809 t->stack_map[t->exit_info[exit_point].stack_offset + var].flags = ZREG_CONST; in zend_jit_snapshot_handler()
810 t->stack_map[t->exit_info[exit_point].stack_offset + var].ref = idx; in zend_jit_snapshot_handler()
16260 stack = t->stack_map + i;
[all …]
H A Dzend_jit_internal.h528 zend_jit_trace_stack *stack_map; member

Completed in 80 milliseconds