Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Ddead_code_elimination.cc195 bound->SetUpperBound(ti, /*can_be_null*/ false); in RemoveNonNullControlDependences()
Dreference_type_propagation.cc281 bound_type->SetUpperBound(class_rti, /* can_be_null= */ false); in BoundTypeIn()
771 bound_type->SetUpperBound(ReferenceTypeInfo::Create(klass, is_exact), in VisitCheckCast()
Dnodes.cc2822 void HBoundType::SetUpperBound(const ReferenceTypeInfo& upper_bound, bool can_be_null) { in SetUpperBound() function in art::HBoundType
Dnodes.h7332 void SetUpperBound(const ReferenceTypeInfo& upper_bound, bool can_be_null);