Home
last modified time | relevance | path

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

/aosp12/art/compiler/optimizing/
H A Dprepare_for_register_allocation.cc213 HInstruction* allocation_inst = constructor_fence->GetAssociatedAllocation(); in VisitConstructorFence() local
214 if (allocation_inst != nullptr && allocation_inst->IsNewInstance()) { in VisitConstructorFence()
215 HNewInstance* new_inst = allocation_inst->AsNewInstance(); in VisitConstructorFence()