Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dinliner.cc1780 bool needs_constructor_barrier = false; in TryPatternSubstitution() local
1792 needs_constructor_barrier = true; in TryPatternSubstitution()
1796 if (needs_constructor_barrier) { in TryPatternSubstitution()
1806 number_of_instructions = number_of_iputs + (needs_constructor_barrier ? 1u : 0u); in TryPatternSubstitution()