Lines Matching refs:jit_EG

189 # define jit_EG(_field) \  macro
197 # define jit_EG(_field) \ macro
552 return jit_EG(exception); in jit_EG_exception()
1880 ir_ref ref = ir_LOAD_U8(jit_EG(vm_interrupt)); in zend_jit_check_timeout()
1930 ref = jit_EG(opline_before_exception); in zend_jit_exception_handler_undef_stub()
1953 ref = ir_LOAD_A(jit_EG(opline_before_exception)); in zend_jit_exception_handler_free_op1_op2_stub()
1976 ref = ir_LOAD_A(jit_EG(opline_before_exception)); in zend_jit_exception_handler_free_op2_stub()
2003 ir_STORE(jit_EG(vm_interrupt), ir_CONST_U8(0)); in zend_jit_interrupt_handler_stub()
2004 if_timeout = ir_IF(ir_EQ(ir_LOAD_U8(jit_EG(timed_out)), ir_CONST_U8(0))); in zend_jit_interrupt_handler_stub()
2011 if_exception = ir_IF(ir_LOAD_A(jit_EG(exception))); in zend_jit_interrupt_handler_stub()
2016 jit_STORE_FP(jit, ir_LOAD_A(jit_EG(current_execute_data))); in zend_jit_interrupt_handler_stub()
2187 ir_STORE(jit_EG(opline_before_exception), ip); in zend_jit_icall_throw_stub()
2191 jit_STORE_IP(jit, jit_EG(exception_op)); in zend_jit_icall_throw_stub()
2214 ir_STORE(jit_EG(opline_before_exception), ip); in zend_jit_leave_throw_stub()
2218 jit_LOAD_IP(jit, jit_EG(exception_op)); in zend_jit_leave_throw_stub()
2364 ref = jit_EG(current_execute_data); in _zend_jit_hybrid_trace_counter_stub()
2449 ref = jit_EG(current_execute_data); in zend_jit_trace_exit_stub()
2462 ref = jit_EG(current_execute_data); in zend_jit_trace_exit_stub()
3984 ref2 = jit_EG(uninitialized_zval); in zend_jit_zval_check_undef()
4626 ir_ref has_end_observer = ir_IF(ir_EQ(rx, ir_LOAD_A(jit_EG(current_observed_frame)))); in jit_observer_fcall_end()
5808 ref2 = jit_EG(uninitialized_zval); in zend_jit_long_math_helper()
5824 ref2 = jit_EG(uninitialized_zval); in zend_jit_long_math_helper()
6328 jit_EG(uninitialized_zval)); in zend_jit_assign_to_variable_call()
7794 ref2 = jit_EG(zend_constants); in zend_jit_defined()
8331 ir_SUB_A(ir_LOAD_A(jit_EG(vm_stack_end)), ir_LOAD_A(jit_EG(vm_stack_top))), in zend_jit_stack_check()
8419 jit_STORE_IP(jit, ir_LOAD_A(jit_EG(vm_stack_top)));
8425 ir_LOAD_A(jit_EG(vm_stack_end)),
8466 ref = jit_EG(vm_stack_top);
9939 ir_STORE(jit_EG(current_execute_data), rx);
10217 ir_STORE(jit_EG(current_execute_data), rx);
10276 ir_ref if_interrupt = ir_IF(ir_LOAD_U8(jit_EG(vm_interrupt)));
10283 ir_STORE(jit_EG(current_execute_data), jit_FP(jit));
10350 ir_STORE(jit_EG(vm_stack_top), rx);
10690 ir_STORE(jit_EG(current_execute_data), ir_LOAD_A(jit_EX(prev_execute_data)));
10697 ir_STORE(jit_EG(current_execute_data), ir_LOAD_A(jit_EX(prev_execute_data)));
10792 jit_STORE_FP(jit, ir_LOAD_A(jit_EG(current_execute_data)));
10839 ir_STORE(jit_EG(vm_stack_top), jit_FP(jit));
10846 ir_STORE(jit_EG(current_execute_data), jit_FP(jit));
10889 ir_GUARD_NOT(ir_LOAD_A(jit_EG(exception)), jit_STUB_ADDR(jit, jit_stub_leave_throw));
10928 ir_GUARD_NOT(ir_LOAD_A(jit_EG(exception)), jit_STUB_ADDR(jit, jit_stub_leave_throw));
10934 ir_GUARD_NOT(ir_LOAD_A(jit_EG(exception)), jit_STUB_ADDR(jit, jit_stub_leave_throw));
11144 num_used_ref = ir_MUL_U32(ir_LOAD_U32(jit_EG(symbol_table.nNumUsed)),
11155 bucket_ref = ir_ADD_A(ir_LOAD_A(jit_EG(symbol_table.arData)), idx_ref);
12675 ht_ref, jit_EG(uninitialized_zval));
13062 ht_ref, jit_EG(uninitialized_zval));
13222 ht_ref, jit_EG(uninitialized_zval));
16571 ir_ref addr = jit_EG(current_execute_data);
16787 ir_STORE(jit_EG(jit_trace_num), ir_CONST_U32(trace_num));