Home | History | Annotate | Download | only in src

Lines Matching refs:new_type

606   void set_type(HType new_type) {
607 ASSERT(new_type.IsSubtypeOf(type_));
608 type_ = new_type;