Home
last modified time | relevance | path

Searched defs:opline (Results 26 – 50 of 53) sorted by relevance

123

/php-src/Zend/
H A Dzend_vm_trace_lines.h27 static void zend_vm_trace(const zend_execute_data *execute_data, const zend_op *opline) in zend_vm_trace()
H A Dzend_compile.h39 #define MAKE_NOP(opline) do { \ argument
677 #define ZEND_OPLINE_TO_OFFSET(opline, target) \ argument
680 #define ZEND_OPLINE_NUM_TO_OFFSET(op_array, opline, opline_num) \ argument
692 # define OP_JMP_ADDR(opline, node) \ argument
695 # define ZEND_SET_OP_JMP_ADDR(opline, node, val) do { \ argument
705 # define ZEND_PASS_TWO_UNDO_JMP_TARGET(op_array, opline, node) do { \ argument
712 # define OP_JMP_ADDR(opline, node) \ argument
715 # define ZEND_SET_OP_JMP_ADDR(opline, node, val) do { \ argument
741 # define RT_CONSTANT(opline, node) \ argument
756 # define RT_CONSTANT(opline, node) \ argument
[all …]
H A Dzend_frameless_function.h39 #define ZEND_FLF_FUNC(opline) (zend_flf_functions[(opline)->extended_value]) argument
40 #define ZEND_FLF_HANDLER(opline) (zend_flf_handlers[(opline)->extended_value]) argument
H A Dzend_execute.c131 #define RETURN_VALUE_USED(opline) ((opline)->result_type != IS_UNUSED) argument
1686 const zend_op *opline = execute_data->opline; in zend_wrong_string_offset_error() local
4208 zend_op *opline = EX(func)->op_array.opcodes + op_num; in zend_unfinished_calls_gc() local
4342 zend_op *opline = EX(func)->op_array.opcodes + op_num; in cleanup_unfinished_calls() local
5153 static zend_execute_data *start_fake_frame(zend_execute_data *call, const zend_op *opline) { in start_fake_frame()
5181 zend_op *opline = &op_array->opcodes[i]; in zend_handle_undef_args() local
5349 #define ZEND_VM_SET_RELATIVE_OPCODE(opline, offset) \ argument
5503 ZEND_API zval *zend_get_zval_ptr(const zend_op *opline, int op_type, const znode_op *node, const ze… in zend_get_zval_ptr()
H A Dzend_execute.h491 #define SKIP_EXT_OPLINE(opline) do { \ argument
H A Dzend_builtin_functions.c1841 const zend_op *opline = call->opline; in zend_fetch_debug_backtrace() local
/php-src/Zend/Optimizer/
H A Dnop_removal.c35 zend_op *end, *opline; in zend_optimizer_nop_removal() local
H A Dpass3.c55 zend_op *opline; in zend_optimizer_pass3() local
H A Dzend_ssa.c185 …djusted_tmp_var(const zend_op_array *op_array, uint32_t build_flags, zend_op *opline, uint32_t var… in find_adjusted_tmp_var()
248 zend_op *opline = op_array->opcodes + blocks[j].start + blocks[j].len - 1; in place_essa_pis() local
543 …ays_inline int _zend_ssa_rename_op(const zend_op_array *op_array, const zend_op *opline, uint32_t … in _zend_ssa_rename_op()
813 ZEND_API int zend_ssa_rename_op(const zend_op_array *op_array, const zend_op *opline, uint32_t k, u… in zend_ssa_rename_op()
826 zend_op *opline, *end; in zend_ssa_rename() local
1281 void zend_ssa_remove_instr(zend_ssa *ssa, zend_op *opline, zend_ssa_op *ssa_op) /* {{{ */ in zend_ssa_remove_instr()
H A Dzend_cfg.h103 #define CRT_CONSTANT_EX(op_array, opline, node) \ argument
113 #define RETURN_VALUE_USED(opline) \ argument
H A Doptimize_temp_vars_5.c50 zend_op *opline, *end; in zend_optimize_temporary_variables() local
H A Dzend_call_graph.h27 zend_op *opline; member
H A Dzend_call_graph.c48 zend_op *opline = op_array->opcodes; in zend_analyze_calls() local
H A Dcompact_literals.c156 zend_op *opline, *end; in zend_optimizer_compact_literals() local
H A Dssa_integrity.c209 zend_op *opline = &op_array->opcodes[i]; in ssa_verify_integrity() local
H A Dzend_ssa.h220 static zend_always_inline bool zend_ssa_is_no_val_use(const zend_op *opline, const zend_ssa_op *ssa… in zend_ssa_is_no_val_use()
/php-src/sapi/phpdbg/
H A Dphpdbg_bp.h86 zend_ulong opline; member
94 zend_ulong opline; member
H A Dphpdbg_print.c41 PHPDBG_PRINT(opline) /* {{{ */ in PHPDBG_PRINT() argument
H A Dphpdbg_prompt.c602 const zend_op *opline = op_array->opcodes; in phpdbg_skip_line_helper() local
647 const zend_op *opline = op_array->opcodes; in phpdbg_seek_to_end() local
/php-src/ext/opcache/jit/
H A Dzend_jit_internal.h69 # define OP_ADDR(opline, type, op) \ argument
74 # define OP_ADDR(opline, type, op) \ argument
80 #define OP_REG_ADDR(opline, type, op, _ssa_op) \ argument
240 #define zend_jit_opline_hash(opline) \ argument
340 #define ZEND_OP_TRACE_INFO(opline, offset) \ argument
411 const zend_op *opline; member
419 const zend_op *opline; /* opline where VM should continue execution */ member
523 const zend_op *opline; /* first opline */ member
650 …end_op* zend_jit_trace_get_exit_opline(zend_jit_trace_rec *trace, const zend_op *opline, bool *exi… in zend_jit_trace_get_exit_opline()
691 static zend_always_inline bool zend_jit_may_be_polymorphic_call(const zend_op *opline) in zend_jit_may_be_polymorphic_call()
/php-src/ext/opcache/
H A Dzend_accelerator_util_funcs.c269 for (zend_op *opline = op_array->opcodes; opline < end; opline++) { in zend_accel_build_delayed_early_binding_list() local
278 for (zend_op *opline = op_array->opcodes; opline < end; opline++) { in zend_accel_build_delayed_early_binding_list() local
301 for (zend_op *opline = op_array->opcodes; opline < opline_end; opline++) { in zend_accel_finalize_delayed_early_binding_list() local
H A Dzend_file_cache.c516 zend_op *opline, *end; local
1374 zend_op *opline, *end; local
H A Dzend_persist.c524 zend_op *opline = new_opcodes; in zend_persist_op_array_ex() local
H A DZendAccelerator.c3820 zend_op *opline = op_array->opcodes; local
4076 zend_op *opline = script->script.main_op_array.opcodes; local
4117 zend_op *opline = script->script.main_op_array.opcodes; local
/php-src/sapi/fpm/fpm/
H A Dfpm_php_trace.c160 long opline = l; in fpm_php_trace_dump() local

Completed in 158 milliseconds

123