Home | History | Annotate | Download | only in optimizing

Lines Matching refs:ReferenceTypeInfo

42   inexact_object_rti_ = ReferenceTypeInfo::Create(
2254 static void CheckAgainstUpperBound(ReferenceTypeInfo rti, ReferenceTypeInfo upper_bound_rti)
2266 void HInstruction::SetReferenceTypeInfo(ReferenceTypeInfo rti) {
2281 void HBoundType::SetUpperBound(const ReferenceTypeInfo& upper_bound, bool can_be_null) {
2292 ReferenceTypeInfo ReferenceTypeInfo::Create(TypeHandle type_handle, bool is_exact) {
2298 << "Callers of ReferenceTypeInfo::Create should ensure is_exact is properly computed";
2301 return ReferenceTypeInfo(type_handle, is_exact);
2304 std::ostream& operator<<(std::ostream& os, const ReferenceTypeInfo& rhs) {