Home
last modified time | relevance | path

Searched defs:bound_type (Results 1 – 3 of 3) sorted by relevance

/art/compiler/optimizing/
Dprepare_for_register_allocation.cc45 void PrepareForRegisterAllocation::VisitBoundType(HBoundType* bound_type) { in VisitBoundType()
Dreference_type_propagation.cc89 HBoundType* bound_type = nullptr; in BoundTypeForIfNotNull() local
136 HBoundType* bound_type = nullptr; in BoundTypeForIfInstanceOf() local
Dnodes.h3704 HBoundType(HInstruction* input, ReferenceTypeInfo bound_type) in HBoundType()