Lines Matching refs:a0
2979 int[] a0 = new int[n]; in testLoop18() local
2981 obj.i = a0[i]; in testLoop18()
3007 int[] a0 = new int[n]; in testLoop19() local
3009 obj.i = a0[i]; in testLoop19()
3010 a0[i] = 0; // Store the same value as default. in testLoop19()
3036 int[] a0 = new int[n]; in testLoop20() local
3038 obj.i = a0[i]; in testLoop20()
3040 a0[i] = 0; // Store the same value as default. in testLoop20()
3510 int[] a0 = new int[n]; in testLoop33() local
3512 obj.i = a0[i]; in testLoop33()
3516 int zero = a0[i]; in testLoop33()
3961 int[] a0 = new int[n]; in testNestedLoop7() local
3964 obj.i = a0[j]; in testNestedLoop7()