Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dreference_type_propagation.cc211 phi->SetCanBeNull(phi->InputAt(0)->CanBeNull()); in VisitPhi()
311 phi->SetCanBeNull(new_can_be_null); in UpdateNullability()
Dnodes.h3058 void SetCanBeNull(bool can_be_null) { can_be_null_ = can_be_null; } in SetCanBeNull() function