Home
last modified time | relevance | path

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

/aosp12/art/compiler/optimizing/
H A Dprepare_for_register_allocation.cc213 HInstruction* allocation_inst = constructor_fence->GetAssociatedAllocation(); in VisitConstructorFence()
H A Dcode_sinking.cc79 return ctor_fence->GetAssociatedAllocation() != nullptr; in IsInterestingInstruction()
H A Dnodes.cc1713 HInstruction* HConstructorFence::GetAssociatedAllocation(bool ignore_inputs) { in GetAssociatedAllocation() function in art::HConstructorFence
H A Dnodes.h8051 HInstruction* GetAssociatedAllocation(bool ignore_inputs = false);