Searched refs:ctor_fence (Results 1 – 3 of 3) sorted by relevance
69 HConstructorFence* ctor_fence = instruction->AsConstructorFence(); in IsInterestingInstruction() local72 DCHECK_NE(0u, ctor_fence->InputCount()); in IsInterestingInstruction()79 return ctor_fence->GetAssociatedAllocation() != nullptr; in IsInterestingInstruction()
1413 HConstructorFence* ctor_fence = use_instruction->AsConstructorFence(); in RemoveConstructorFences() local1424 DCHECK(!ctor_fence->HasUses()); in RemoveConstructorFences()1428 DCHECK(!ctor_fence->HasEnvironmentUses()); in RemoveConstructorFences()1433 DCHECK_EQ(instruction, ctor_fence->InputAt(input_index)); in RemoveConstructorFences()1437 ctor_fence->RemoveInputAt(input_index); in RemoveConstructorFences()1441 if (ctor_fence->InputCount() == 0u) { in RemoveConstructorFences()1442 ctor_fence->GetBlock()->RemoveInstruction(ctor_fence); in RemoveConstructorFences()
1132 HConstructorFence* ctor_fence = in BuildConstructorFenceForAllocation() local1134 AppendInstruction(ctor_fence); in BuildConstructorFenceForAllocation()