Home | History | Annotate | Download | only in src

Lines Matching refs:FromType

6054   field_type_ = HType::FromType<HeapType>(field_type);
9931 Representation rep = Representation::FromType(expr->type());
10272 Representation left_rep = Representation::FromType(left_type);
10273 Representation right_rep = Representation::FromType(right_type);
10289 left_rep = Representation::FromType(left_type);
10298 right_rep = Representation::FromType(right_type);
10383 Representation result_rep = Representation::FromType(result_type);
10796 Representation left_rep = Representation::FromType(left_type);
10797 Representation right_rep = Representation::FromType(right_type);
10798 Representation combined_rep = Representation::FromType(combined_type);