Home
last modified time | relevance | path

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

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