Searched refs:HConstructorFence (Results 1 – 15 of 15) sorted by relevance
46 void VisitConstructorFence(HConstructorFence* constructor_fence) override { in VisitConstructorFence()195 HConstructorFence* merge_target = candidate_fences_[candidate_fences_.size() - 1]; in MergeCandidateFences()197 for (HConstructorFence* fence : candidate_fences_) { in MergeCandidateFences()220 void MaybeMerge(HConstructorFence* target, HConstructorFence* src) { in MaybeMerge()241 ScopedArenaVector<HConstructorFence*> candidate_fences_;
55 void VisitConstructorFence(HConstructorFence* constructor_fence) override;
204 void PrepareForRegisterAllocation::VisitConstructorFence(HConstructorFence* constructor_fence) { in VisitConstructorFence()
69 HConstructorFence* ctor_fence = instruction->AsConstructorFence(); in IsInterestingInstruction()
1388 size_t HConstructorFence::RemoveConstructorFences(HInstruction* instruction) { in RemoveConstructorFences()1413 HConstructorFence* ctor_fence = use_instruction->AsConstructorFence(); in RemoveConstructorFences()1461 void HConstructorFence::Merge(HConstructorFence* other) { in Merge()1491 HInstruction* HConstructorFence::GetAssociatedAllocation(bool ignore_inputs) { in GetAssociatedAllocation()
251 size_t removed = HConstructorFence::RemoveConstructorFences(new_instance); in RemoveInstructions()
1657 HConstructorFence* constructor_fence = in TryPatternSubstitution()1658 new (graph_->GetAllocator()) HConstructorFence(obj, kNoDexPc, graph_->GetAllocator()); in TryPatternSubstitution()
776 AppendInstruction(new (allocator_) HConstructorFence(fence_target, dex_pc, allocator_)); in BuildReturn()1132 HConstructorFence* ctor_fence = in BuildConstructorFenceForAllocation()1133 new (allocator_) HConstructorFence(allocation, allocation->GetDexPc(), allocator_); in BuildConstructorFenceForAllocation()
55 class HConstructorFence; variable7434 class HConstructorFence final : public HVariableInputSizeInstruction {7449 HConstructorFence(HInstruction* fence_object, in HConstructorFence() function7512 void Merge(HConstructorFence* other);
5331 void LocationsBuilderARM64::VisitConstructorFence(HConstructorFence* constructor_fence) { in VisitConstructorFence()5336 HConstructorFence* constructor_fence ATTRIBUTE_UNUSED) { in VisitConstructorFence()
7068 void LocationsBuilderMIPS64::VisitConstructorFence(HConstructorFence* constructor_fence) { in VisitConstructorFence()7073 HConstructorFence* constructor_fence ATTRIBUTE_UNUSED) { in VisitConstructorFence()
2267 void LocationsBuilderX86_64::VisitConstructorFence(HConstructorFence* constructor_fence) { in VisitConstructorFence()2272 HConstructorFence* constructor_fence ATTRIBUTE_UNUSED) { in VisitConstructorFence()
2101 void LocationsBuilderX86::VisitConstructorFence(HConstructorFence* constructor_fence) { in VisitConstructorFence()2106 HConstructorFence* constructor_fence ATTRIBUTE_UNUSED) { in VisitConstructorFence()
3096 void LocationsBuilderARMVIXL::VisitConstructorFence(HConstructorFence* constructor_fence) { in VisitConstructorFence()3101 HConstructorFence* constructor_fence ATTRIBUTE_UNUSED) { in VisitConstructorFence()
9446 void LocationsBuilderMIPS::VisitConstructorFence(HConstructorFence* constructor_fence) { in VisitConstructorFence()9451 HConstructorFence* constructor_fence ATTRIBUTE_UNUSED) { in VisitConstructorFence()