Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dprepare_for_register_allocation.cc214 HInstruction* allocation_inst = constructor_fence->GetAssociatedAllocation(); in VisitConstructorFence()
Dcode_sinking.cc79 return ctor_fence->GetAssociatedAllocation() != nullptr; in IsInterestingInstruction()
Dnodes.cc1490 HInstruction* HConstructorFence::GetAssociatedAllocation(bool ignore_inputs) { in GetAssociatedAllocation() function in art::HConstructorFence
Dnodes.h7683 HInstruction* GetAssociatedAllocation(bool ignore_inputs = false);