Searched refs:GetAssociatedAllocation (Results 1 – 3 of 3) sorted by relevance
214 HInstruction* allocation_inst = constructor_fence->GetAssociatedAllocation(); in VisitConstructorFence()
79 return ctor_fence->GetAssociatedAllocation() != nullptr; in IsInterestingInstruction()
1491 HInstruction* HConstructorFence::GetAssociatedAllocation(bool ignore_inputs) { in GetAssociatedAllocation() function in art::HConstructorFence