Searched refs:new_instance_inst (Results 1 – 1 of 1) sorted by relevance
1645 HInstruction* new_instance_inst = GetPrevious(); in GetAssociatedAllocation() local1648 if (new_instance_inst != nullptr && in GetAssociatedAllocation()1649 (new_instance_inst->IsNewInstance() || new_instance_inst->IsNewArray())) { in GetAssociatedAllocation()1657 return new_instance_inst; in GetAssociatedAllocation()1661 if (InputCount() == 1u && InputAt(0) == new_instance_inst) { in GetAssociatedAllocation()1662 return new_instance_inst; in GetAssociatedAllocation()