Home
last modified time | relevance | path

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

/php-src/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-src/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
1762 uint8_t op_type = STACK_TYPE(parent_stack, i); in zend_jit_trace_build_tssa() local
4293 uint8_t op_type; in zend_jit_trace() local
6930 uint8_t op_type; in zend_jit_trace() local
H A Dzend_jit.c563 …get_known_class(const zend_op_array *op_array, const zend_op *opline, uint8_t op_type, znode_op op) in zend_get_known_class()
H A Dzend_jit_ir.c1843 uint8_t op_type, in jit_FREE_OP()
4473 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-src/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-src/ext/pcre/pcre2lib/
H A Dpcre2_compile.c5647 uint32_t repeat_type, op_type; in compile_branch() local

Completed in 134 milliseconds