Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dcha_guard_optimization.cc52 void RemoveGuard(HShouldDeoptimizeFlag* flag);
88 void CHAGuardVisitor::RemoveGuard(HShouldDeoptimizeFlag* flag) { in RemoveGuard() function in art::CHAGuardVisitor
116 RemoveGuard(flag); in OptimizeForParameter()
140 RemoveGuard(flag); in OptimizeWithDominatingGuard()
166 RemoveGuard(flag); in OptimizeWithDominatingGuard()
Dprepare_for_register_allocation.cc77 deoptimize->RemoveGuard(); in VisitDeoptimize()
Dnodes.h3387 void RemoveGuard() { in RemoveGuard() function