Searched refs:GetUpperCanBeNull (Results 1 – 3 of 3) sorted by relevance
745 instr->SetCanBeNull(obj->CanBeNull() && instr->GetUpperCanBeNull()); in VisitBoundType()1024 bound_type->SetCanBeNull(instr->InputAt(0)->CanBeNull() && bound_type->GetUpperCanBeNull()); in UpdateNullability()
2818 GetUpperCanBeNull() == other_bt->GetUpperCanBeNull() && in InstructionDataEquals()
7255 bool GetUpperCanBeNull() const { return GetPackedFlag<kFlagUpperCanBeNull>(); } in GetUpperCanBeNull() function7259 DCHECK(GetUpperCanBeNull() || !can_be_null); in SetCanBeNull()