Add VisitNewArray() in lsa.

We missed one VisitNewArray() to create reference info right when a
NewArray is seen. This may break pre-existence based aliasing analysis
since another reference may be wrongly treated as existing before the
NewArray.

Also doing the same for a few more nodes that have reference values.
This is not correctness issue but can open up more opportunities for
detecting false aliases.

Test: run-test on host.
Bug: 64018485
Change-Id: I11f7857ab6b933448e7ba9ab6451d77dfc5c61a7
1 file changed