Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dprepare_for_register_allocation.h51 void VisitBoundType(HBoundType* bound_type) override;
Dprepare_for_register_allocation.cc61 VisitBoundType(next->GetPrevious()->AsBoundType()); in VisitNullCheck()
99 void PrepareForRegisterAllocation::VisitBoundType(HBoundType* bound_type) { in VisitBoundType() function in art::PrepareForRegisterAllocation
Dgraph_checker.h54 void VisitBoundType(HBoundType* instruction) override;
Dconstructor_fence_redundancy_elimination.cc54 void VisitBoundType(HBoundType* bound_type) override { in VisitBoundType() function in art::CFREVisitor
Dreference_type_propagation.cc115 void VisitBoundType(HBoundType* instr) override;
720 void ReferenceTypePropagation::RTPVisitor::VisitBoundType(HBoundType* instr) { in VisitBoundType() function in art::ReferenceTypePropagation::RTPVisitor
Dgraph_checker.cc1118 void GraphChecker::VisitBoundType(HBoundType* instruction) { in VisitBoundType() function in art::GraphChecker