Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dreference_type_propagation.cc705 instr->SetCanBeNull(obj->CanBeNull() && instr->GetUpperCanBeNull()); in VisitBoundType()
983 bound_type->SetCanBeNull(instr->InputAt(0)->CanBeNull() && bound_type->GetUpperCanBeNull()); in UpdateNullability()
Dnodes.cc2818 GetUpperCanBeNull() == other_bt->GetUpperCanBeNull() && in InstructionDataEquals()
Dnodes.h7415 bool GetUpperCanBeNull() const { return GetPackedFlag<kFlagUpperCanBeNull>(); } in GetUpperCanBeNull() function
7419 DCHECK(GetUpperCanBeNull() || !can_be_null); in SetCanBeNull()