Searched refs:SetUpperBound (Results 1 – 3 of 3) sorted by relevance
283 bound_type->SetUpperBound(object_rti, /* bound_can_be_null */ false); in BoundTypeForIfNotNull()421 bound_type->SetUpperBound(class_rti, /* InstanceOf fails for null. */ false); in BoundTypeForIfInstanceOf()654 bound_type->SetUpperBound(class_rti, /* CheckCast succeeds for nulls. */ true); in VisitCheckCast()
2281 void HBoundType::SetUpperBound(const ReferenceTypeInfo& upper_bound, bool can_be_null) { in SetUpperBound() function in art::HBoundType
6022 void SetUpperBound(const ReferenceTypeInfo& upper_bound, bool can_be_null);