Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dnodes.cc1492 HInstruction* new_instance_inst = GetPrevious(); in GetAssociatedAllocation() local
1495 if (new_instance_inst != nullptr && in GetAssociatedAllocation()
1496 (new_instance_inst->IsNewInstance() || new_instance_inst->IsNewArray())) { in GetAssociatedAllocation()
1504 return new_instance_inst; in GetAssociatedAllocation()
1508 if (InputCount() == 1u && InputAt(0) == new_instance_inst) { in GetAssociatedAllocation()
1509 return new_instance_inst; in GetAssociatedAllocation()