Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dcode_sinking.cc69 HConstructorFence* ctor_fence = instruction->AsConstructorFence(); in IsInterestingInstruction() local
72 DCHECK_NE(0u, ctor_fence->InputCount()); in IsInterestingInstruction()
79 return ctor_fence->GetAssociatedAllocation() != nullptr; in IsInterestingInstruction()