Home
last modified time | relevance | path

Searched defs:op_type (Results 1 – 7 of 7) sorted by relevance

/PHP-8.4/Zend/
H A Dzend_execute.c121 #define get_zval_ptr(op_type, node, type) _get_zval_ptr(op_type, node, type EXECUTE_DATA_CC OPLINE_… argument
122 #define get_zval_ptr_deref(op_type, node, type) _get_zval_ptr_deref(op_type, node, type EXECUTE_DAT… argument
124 #define get_op_data_zval_ptr_r(op_type, node) _get_op_data_zval_ptr_r(op_type, node EXECUTE_DATA_CC… argument
126 #define get_zval_ptr_ptr(op_type, node, type) _get_zval_ptr_ptr(op_type, node, type EXECUTE_DATA_CC) argument
127 #define get_zval_ptr_ptr_undef(op_type, node, type) _get_zval_ptr_ptr(op_type, node, type EXECUTE_D… argument
128 #define get_obj_zval_ptr(op_type, node, type) _get_obj_zval_ptr(op_type, node, type EXECUTE_DATA_CC… argument
130 #define get_obj_zval_ptr_ptr(op_type, node, type) _get_obj_zval_ptr_ptr(op_type, node, type EXECUTE… argument
397 static zend_always_inline zval *_get_zval_ptr_tmpvarcv(int op_type, znode_op node, int type EXECUTE… in _get_zval_ptr_tmpvarcv()
412 static zend_always_inline zval *_get_zval_ptr(int op_type, znode_op node, int type EXECUTE_DATA_DC … in _get_zval_ptr()
432 static zend_always_inline zval *_get_op_data_zval_ptr_r(int op_type, znode_op node EXECUTE_DATA_DC … in _get_op_data_zval_ptr_r()
[all …]
H A Dzend_verify_type_inference.h41 static void zend_verify_type_inference(zval *value, uint32_t type_mask, uint8_t op_type, zend_execu… in zend_verify_type_inference()
H A Dzend_compile.h84 uint8_t op_type; member
/PHP-8.4/ext/opcache/jit/
H A Dzend_jit_trace.c379 uint8_t op_type) in zend_jit_trace_add_op_guard()
398 #define CHECK_OP_TRACE_TYPE(_var, _ssa_var, op_info, op_type) do { \ argument
1724 uint8_t op_type = STACK_TYPE(parent_stack, i); in zend_jit_trace_build_tssa() local
4265 uint8_t op_type; in zend_jit_trace() local
6856 uint8_t op_type; in zend_jit_trace() local
H A Dzend_jit_ir.c1840 uint8_t op_type, in jit_FREE_OP()
4466 static int zend_jit_invalidate_var_if_necessary(zend_jit_ctx *jit, uint8_t op_type, zend_jit_addr a… in zend_jit_invalidate_var_if_necessary()
/PHP-8.4/Zend/Optimizer/
H A Dzend_inference.c2124 ZEND_API uint32_t zend_array_element_type(uint32_t t1, uint8_t op_type, int write, int insert) in zend_array_element_type()
/PHP-8.4/ext/pcre/pcre2lib/
H A Dpcre2_compile.c5647 uint32_t repeat_type, op_type; in compile_branch() local

Completed in 130 milliseconds