Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dreference_type_propagation.cc705 instr->SetCanBeNull(obj->CanBeNull() && instr->GetUpperCanBeNull()); in VisitBoundType()
752 phi->SetCanBeNull(first_input->CanBeNull()); in VisitPhi()
980 phi->SetCanBeNull(new_can_be_null); in UpdateNullability()
983 bound_type->SetCanBeNull(instr->InputAt(0)->CanBeNull() && bound_type->GetUpperCanBeNull()); in UpdateNullability()
Ddead_code_elimination.cc197 bound->SetCanBeNull(false); in RemoveNonNullControlDependences()
Dinliner.cc1833 current->AsParameterValue()->SetCanBeNull(argument->CanBeNull()); in SubstituteArguments()
Dnodes.h2882 void SetCanBeNull(bool can_be_null) { SetPackedFlag<kFlagCanBeNull>(can_be_null); } in SetCanBeNull() function
5699 void SetCanBeNull(bool can_be_null) { SetPackedFlag<kFlagCanBeNull>(can_be_null); } in SetCanBeNull() function
7418 void SetCanBeNull(bool can_be_null) { in SetCanBeNull() function