Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dprepare_for_register_allocation.cc204 void PrepareForRegisterAllocation::VisitConstructorFence(HConstructorFence* constructor_fence) { in VisitConstructorFence()
Dconstructor_fence_redundancy_elimination.cc46 void VisitConstructorFence(HConstructorFence* constructor_fence) override { in VisitConstructorFence()
Dinliner.cc1696 HConstructorFence* constructor_fence = in TryPatternSubstitution() local