Home
last modified time | relevance | path

Searched refs:SetUpperBound (Results 1 – 3 of 3) sorted by relevance

/art/compiler/optimizing/
Dreference_type_propagation.cc283 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()
Dnodes.cc2281 void HBoundType::SetUpperBound(const ReferenceTypeInfo& upper_bound, bool can_be_null) { in SetUpperBound() function in art::HBoundType
Dnodes.h6022 void SetUpperBound(const ReferenceTypeInfo& upper_bound, bool can_be_null);