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()
1883 ir_ref ref = ir_LOAD_U8(jit_EG(vm_interrupt)); in zend_jit_check_timeout()
1933 ref = jit_EG(opline_before_exception); in zend_jit_exception_handler_undef_stub()
1956 ref = ir_LOAD_A(jit_EG(opline_before_exception)); in zend_jit_exception_handler_free_op1_op2_stub()
1979 ref = ir_LOAD_A(jit_EG(opline_before_exception)); in zend_jit_exception_handler_free_op2_stub()
2006 ir_STORE(jit_EG(vm_interrupt), ir_CONST_U8(0)); in zend_jit_interrupt_handler_stub()
2007 if_timeout = ir_IF(ir_EQ(ir_LOAD_U8(jit_EG(timed_out)), ir_CONST_U8(0))); in zend_jit_interrupt_handler_stub()
2014 if_exception = ir_IF(ir_LOAD_A(jit_EG(exception))); in zend_jit_interrupt_handler_stub()
2019 jit_STORE_FP(jit, ir_LOAD_A(jit_EG(current_execute_data))); in zend_jit_interrupt_handler_stub()
2190 ir_STORE(jit_EG(opline_before_exception), ip); in zend_jit_icall_throw_stub()
2194 jit_STORE_IP(jit, jit_EG(exception_op)); in zend_jit_icall_throw_stub()
2217 ir_STORE(jit_EG(opline_before_exception), ip); in zend_jit_leave_throw_stub()
2221 jit_LOAD_IP(jit, jit_EG(exception_op)); in zend_jit_leave_throw_stub()
2367 ref = jit_EG(current_execute_data); in _zend_jit_hybrid_trace_counter_stub()
2452 ref = jit_EG(current_execute_data); in zend_jit_trace_exit_stub()
2465 ref = jit_EG(current_execute_data); in zend_jit_trace_exit_stub()
3991 ref2 = jit_EG(uninitialized_zval); in zend_jit_zval_check_undef()
4633 ir_ref has_end_observer = ir_IF(ir_EQ(rx, ir_LOAD_A(jit_EG(current_observed_frame)))); in jit_observer_fcall_end()
5815 ref2 = jit_EG(uninitialized_zval); in zend_jit_long_math_helper()
5831 ref2 = jit_EG(uninitialized_zval); in zend_jit_long_math_helper()
6335 jit_EG(uninitialized_zval)); in zend_jit_assign_to_variable_call()
7807 ref2 = jit_EG(zend_constants); in zend_jit_defined()
8344 ir_SUB_A(ir_LOAD_A(jit_EG(vm_stack_end)), ir_LOAD_A(jit_EG(vm_stack_top))), in zend_jit_stack_check()
8432 jit_STORE_IP(jit, ir_LOAD_A(jit_EG(vm_stack_top)));
8438 ir_LOAD_A(jit_EG(vm_stack_end)),
8487 ref = jit_EG(vm_stack_top);
10145 ir_STORE(jit_EG(current_execute_data), rx);
10423 ir_STORE(jit_EG(current_execute_data), rx);
10482 ir_ref if_interrupt = ir_IF(ir_LOAD_U8(jit_EG(vm_interrupt)));
10489 ir_STORE(jit_EG(current_execute_data), jit_FP(jit));
10556 ir_STORE(jit_EG(vm_stack_top), rx);
10896 ir_STORE(jit_EG(current_execute_data), ir_LOAD_A(jit_EX(prev_execute_data)));
10903 ir_STORE(jit_EG(current_execute_data), ir_LOAD_A(jit_EX(prev_execute_data)));
10998 jit_STORE_FP(jit, ir_LOAD_A(jit_EG(current_execute_data)));
11045 ir_STORE(jit_EG(vm_stack_top), jit_FP(jit));
11052 ir_STORE(jit_EG(current_execute_data), jit_FP(jit));
11095 ir_GUARD_NOT(ir_LOAD_A(jit_EG(exception)), jit_STUB_ADDR(jit, jit_stub_leave_throw));
11134 ir_GUARD_NOT(ir_LOAD_A(jit_EG(exception)), jit_STUB_ADDR(jit, jit_stub_leave_throw));
11140 ir_GUARD_NOT(ir_LOAD_A(jit_EG(exception)), jit_STUB_ADDR(jit, jit_stub_leave_throw));
11350 num_used_ref = ir_MUL_U32(ir_LOAD_U32(jit_EG(symbol_table.nNumUsed)),
11361 bucket_ref = ir_ADD_A(ir_LOAD_A(jit_EG(symbol_table.arData)), idx_ref);
12888 ht_ref, jit_EG(uninitialized_zval));
13276 ht_ref, jit_EG(uninitialized_zval));
13441 ht_ref, jit_EG(uninitialized_zval));
16944 ir_ref addr = jit_EG(current_execute_data);
17160 ir_STORE(jit_EG(jit_trace_num), ir_CONST_U32(trace_num));