Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dreference_type_propagation.cc264 HBoundType* bound_type = nullptr; in BoundTypeForIfNotNull() local
396 HBoundType* bound_type = nullptr; in BoundTypeForIfInstanceOf() local
643 HBoundType* bound_type = check_cast->GetNext()->AsBoundType(); in VisitCheckCast() local
890 HBoundType* bound_type = instr->AsBoundType(); in UpdateNullability() local
Dprepare_for_register_allocation.cc45 void PrepareForRegisterAllocation::VisitBoundType(HBoundType* bound_type) { in VisitBoundType()