Home
last modified time | relevance | path

Searched refs:zend_opcode_handlers (Results 1 – 3 of 3) sorted by relevance

/php-src/Zend/
H A Dzend_vm_trace_map.h23 ZVAL_LONG(&tmp, (zend_long)(uintptr_t)zend_opcode_handlers[n]); \
H A Dzend_vm_execute.skl105 zend_hash_index_add(zend_handlers_table, (zend_long)(uintptr_t)zend_opcode_handlers[i], &tmp);
123 op->handler = zend_opcode_handlers[(uintptr_t)op->handler];
H A Dzend_vm_execute.h322 static const void * const *zend_opcode_handlers; variable
57106 zend_opcode_handlers = (const void **) labels;
66532 zend_opcode_handlers = labels;
66562 zend_hash_index_add(zend_handlers_table, (zend_long)(uintptr_t)zend_opcode_handlers[i], &tmp);
66580 op->handler = zend_opcode_handlers[(uintptr_t)op->handler];
66663 return zend_opcode_handlers[zend_vm_get_opcode_handler_idx(zend_spec_handlers[opcode], op)];
66685 op->handler = zend_opcode_handlers[zend_vm_get_opcode_handler_idx(zend_spec_handlers[opcode], op)];
66961 op->handler = zend_opcode_handlers[zend_vm_get_opcode_handler_idx(spec, op)];

Completed in 152 milliseconds