Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dnodes.cc3121 const HBoundType* other_bt = other->AsBoundType(); in InstructionDataEquals() local
3123 return GetUpperBound().IsEqual(other_bt->GetUpperBound()) && in InstructionDataEquals()
3124 GetUpperCanBeNull() == other_bt->GetUpperCanBeNull() && in InstructionDataEquals()
3125 CanBeNull() == other_bt->CanBeNull(); in InstructionDataEquals()