Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dreference_type_propagation.cc269 ReferenceTypeInfo bound_rti = instr->GetBoundType(); in UpdateBoundType() local
270 if (!bound_rti.IsSupertypeOf(new_rti)) { in UpdateBoundType()
271 new_rti = bound_rti; in UpdateBoundType()