Home
last modified time | relevance | path

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

/php-src/Zend/
H A Dzend_execute.c120 #define get_zval_ptr(op_type, node, type) _get_zval_ptr(op_type, node, type EXECUTE_DATA_CC OPLINE_… argument
121 #define get_zval_ptr_deref(op_type, node, type) _get_zval_ptr_deref(op_type, node, type EXECUTE_DAT… argument
123 #define get_op_data_zval_ptr_r(op_type, node) _get_op_data_zval_ptr_r(op_type, node EXECUTE_DATA_CC… argument
125 #define get_zval_ptr_ptr(op_type, node, type) _get_zval_ptr_ptr(op_type, node, type EXECUTE_DATA_CC) argument
126 #define get_zval_ptr_ptr_undef(op_type, node, type) _get_zval_ptr_ptr(op_type, node, type EXECUTE_D… argument
127 #define get_obj_zval_ptr(op_type, node, type) _get_obj_zval_ptr(op_type, node, type EXECUTE_DATA_CC… argument
129 #define get_obj_zval_ptr_ptr(op_type, node, type) _get_obj_zval_ptr_ptr(op_type, node, type EXECUTE… argument
395 static zend_always_inline zval *_get_zval_ptr_tmpvarcv(int op_type, znode_op node, int type EXECUTE… in _get_zval_ptr_tmpvarcv()
410 static zend_always_inline zval *_get_zval_ptr(int op_type, znode_op node, int type EXECUTE_DATA_DC … in _get_zval_ptr()
430 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.h83 uint8_t op_type; member
/php-src/ext/opcache/jit/
H A Dzend_jit_trace.c380 uint8_t op_type) in zend_jit_trace_add_op_guard()
399 #define CHECK_OP_TRACE_TYPE(_var, _ssa_var, op_info, op_type) do { \ argument
1668 uint8_t op_type = STACK_TYPE(parent_stack, i); in zend_jit_trace_build_tssa() local
4180 uint8_t op_type; in zend_jit_trace() local
6723 uint8_t op_type; in zend_jit_trace() local
H A Dzend_jit_ir.c1813 uint8_t op_type, in jit_FREE_OP()
4406 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.c2134 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.c5646 uint32_t repeat_type, op_type; in compile_branch() local

Completed in 117 milliseconds