Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dnodes.cc2815 const HBoundType* other_bt = other->AsBoundType(); in InstructionDataEquals() local
2817 return GetUpperBound().IsEqual(other_bt->GetUpperBound()) && in InstructionDataEquals()
2818 GetUpperCanBeNull() == other_bt->GetUpperCanBeNull() && in InstructionDataEquals()
2819 CanBeNull() == other_bt->CanBeNull(); in InstructionDataEquals()