Lines Matching refs:prop_info_ref
14260 ir_ref prop_info_ref = ir_LOAD_A( local
14262 ir_ref if_has_prop_info = ir_IF(prop_info_ref);
14266 …ir_ref prop_flags = ir_LOAD_U32(ir_ADD_OFFSET(prop_info_ref, offsetof(zend_property_info, flags)));
14279 …ess = ir_CALL_1(IR_BOOL, ir_CONST_FC_FUNC(zend_asymmetric_property_has_set_access), prop_info_ref);
14302 …LL_1(IR_VOID, ir_CONST_FC_FUNC(zend_readonly_property_indirect_modification_error), prop_info_ref);
14308 prop_info_ref, ir_CONST_ADDR("indirectly modify"));
14317 prop_ref, prop_info_ref);
14323 prop_info_ref,
14734 ir_ref prop_info_ref = ir_LOAD_A( local
14736 ir_ref if_has_prop_info = ir_IF(prop_info_ref);
14761 prop_info_ref,
15072 ir_ref prop_info_ref = ir_LOAD_A( local
15074 ir_ref if_has_prop_info = ir_IF(prop_info_ref);
15495 ir_ref prop_info_ref = ir_LOAD_A( local
15497 ir_ref if_has_prop_info = ir_IF(prop_info_ref);
15854 ir_ref ref, ref2, if_cached, fast_path, cold_path, prop_info_ref, if_typed, if_def; local
15920 prop_info_ref = ir_LOAD_L(
15923 ir_LOAD_U32(ir_ADD_OFFSET(prop_info_ref, offsetof(zend_property_info, type.type_mask))),
15949 prop_info_ref = ir_LOAD_L(
15952 ir_LOAD_U32(ir_ADD_OFFSET(prop_info_ref, offsetof(zend_property_info, type.type_mask))),
15958 prop_info_ref = ir_CONST_ADDR(known_prop_info);
15963 IR_NULL, ref, IR_NULL, prop_info_ref, ir_CONST_U32(flags)));