Home
last modified time | relevance | path

Searched defs:can_be_null (Results 1 – 2 of 2) sorted by relevance

/art/compiler/optimizing/
Dinstruction_simplifier.cc687 bool can_be_null = true; in VisitInstanceOf() local
Dnodes.cc3097 void HBoundType::SetUpperBound(const ReferenceTypeInfo& upper_bound, bool can_be_null) { in SetUpperBound()