| /art/test/646-checker-simd-hadd/src/ | 
| D | HaddShort.java | 547       short e = (short) ((sB1[i] + sB2[i]) >> 1);  in main()  local552       short e = (short) ((sB1[i] + sB2[i]) >> 1);  in main()  local
 557       short e = (short) (((sB1[i] & 0xffff) + (sB2[i] & 0xffff)) >> 1);  in main()  local
 562       short e = (short) ((sB1[i] + sB2[i] + 1) >> 1);  in main()  local
 567       short e = (short) ((sB1[i] + sB2[i] + 1) >> 1);  in main()  local
 572       short e = (short) ((sB1[i] + sB2[i] + 1) >> 1);  in main()  local
 577       short e = (short) ((sB1[i] + sB2[i] + 1) >> 1);  in main()  local
 582       short e = (short) (((sB1[i] & 0xffff) + (sB2[i] & 0xffff) + 1) >> 1);  in main()  local
 587       short e = (short) (((sB1[i] & 0xffff) + (sB2[i] & 0xffff) + 1) >> 1);  in main()  local
 592       short e = (short) ((sB1[i] + 0x7fff) >> 1);  in main()  local
 [all …]
 
 | 
| D | HaddOther.java | 155       short e = (short) (sA[i] >> 1);  in main()  local160       short e = (short) (sA[i] >>> 1);  in main()  local
 165       short e = (short) (iA[i] >> 1);  in main()  local
 170       int e = iA[i] >> 1;  in main()  local
 175       short e = (short) (((short) (sA[i] + sB[i])) >> 1);  in main()  local
 180       int e = (short) ((short) (iA[i] + iB[i]) >> 1);  in main()  local
 185       short e = (short) (((short) (sA[i] + sB[i]) + 1) >> 1);  in main()  local
 
 | 
| D | HaddAltChar.java | 333       char e = (char) ((sB1[i] + sB2[i]) >> 1);  in main()  local338       char e = (char) ((sB1[i] + sB2[i]) >> 1);  in main()  local
 343       char e = (char) ((sB1[i] + sB2[i] + 1) >> 1);  in main()  local
 348       char e = (char) ((sB1[i] + sB2[i] + 1) >> 1);  in main()  local
 353       char e = (char) ((sB1[i] + 0xffff) >> 1);  in main()  local
 358       char e = (char) ((sB1[i] + 0xffff) >> 1);  in main()  local
 
 | 
| D | HaddChar.java | 325       char e = (char) ((sB1[i] + sB2[i]) >> 1);  in main()  local330       char e = (char) ((sB1[i] + sB2[i]) >> 1);  in main()  local
 335       char e = (char) ((sB1[i] + sB2[i] + 1) >> 1);  in main()  local
 340       char e = (char) ((sB1[i] + sB2[i] + 1) >> 1);  in main()  local
 345       char e = (char) ((sB1[i] + 0xffff) >> 1);  in main()  local
 350       char e = (char) ((sB1[i] + 0xffff) >> 1);  in main()  local
 
 | 
| D | HaddAltShort.java | 326       short e = (short) ((sB1[i] + sB2[i]) >> 1);  in main()  local331       short e = (short) (((sB1[i] & 0xffff) + (sB2[i] & 0xffff)) >> 1);  in main()  local
 336       short e = (short) ((sB1[i] + sB2[i] + 1) >> 1);  in main()  local
 341       short e = (short) (((sB1[i] & 0xffff) + (sB2[i] & 0xffff) + 1) >> 1);  in main()  local
 346       short e = (short) ((sB1[i] + 0x7fff) >> 1);  in main()  local
 351       short e = (short) (((sB1[i] & 0xffff) + 0xffff) >> 1);  in main()  local
 
 | 
| /art/test/123-inline-execute2/src/ | 
| D | Main.java | 49       double e = (double) j;  in main()  local95       double e = (double) j;  in main()  local
 
 | 
| /art/test/1934-jvmti-signal-thread/src/art/ | 
| D | Test1934.java | 82     target.setUncaughtExceptionHandler((t, e) -> { out_err[0] = e; });  in testStopBeforeStart()  argument101     target.setUncaughtExceptionHandler((t, e) -> { out_err[0] = e; });  in testInterruptBeforeStart()  argument
 130     target.setUncaughtExceptionHandler((t, e) -> { out_err[0] = e; });  in testStopWait()  argument
 157     target.setUncaughtExceptionHandler((t, e) -> { out_err[0] = e; });  in testInterruptWait()  argument
 185     target.setUncaughtExceptionHandler((t, e) -> { out_err[0] = e; });  in testStopInNative()  argument
 227     target.setUncaughtExceptionHandler((t, e) -> { out_err[0] = e; });  in testStopRecur()  argument
 250     target.setUncaughtExceptionHandler((t, e) -> { out_err[0] = e; });  in testInterruptRecur()  argument
 266     target.setUncaughtExceptionHandler((t, e) -> { out_err[0] = e; });  in testStopSpinning()  argument
 
 | 
| /art/test/995-breakpoints-throw/src/art/ | 
| D | Test995.java | 30         public void breakpointReached(Executable e, long loc);  in breakpointReached()54     public static void notifyBreakpointReached(Thread thr, Executable e, long loc) {  in notifyBreakpointReached()
 65             public void breakpointReached(Executable e, long loc) {  in makeHandler()
 
 | 
| /art/test/529-long-split/src/ | 
| D | Main.java | 36     int e = myField2; // EAX  in testOddLow1()  local78     int e = myField2; // ECX  in testNonFollowingHigh()  local
 118     int e = myField2; // EAX  in testOddLow2()  local
 172   public static void $noinline$doCall(long e) {  in $noinline$doCall()
 
 | 
| /art/test/1928-exception-event-exception/src/art/ | 
| D | Test1928.java | 72     public BaseTestException(String e) { super(e); }  in BaseTestException()73     public BaseTestException(String e, Throwable t) { super(e, t); }  in BaseTestException()
 76     public TestException(String e) { super(e); }  in TestException()
 77     public TestException(String e, Throwable t) { super(e, t); }  in TestException()
 81     public TestExceptionNoRethrow(String e) { super(e); }  in TestExceptionNoRethrow()
 82     public TestExceptionNoRethrow(String e, Throwable t) { super(e, t); }  in TestExceptionNoRethrow()
 
 | 
| /art/test/667-checker-simd-alignment/src/ | 
| D | Main.java | 265       int e = i > 0 ? 1 : 0;  in test1()  local275         int e = i > 0 ? 1 : 0;  in test2()  local
 304         int e = (off <= i && i < off + 9) ? 1 : 0;  in test5()  local
 316           int e = (off <= i && i < off + n) ? 1 : 0;  in test6()  local
 
 | 
| /art/test/1929-exception-catch-exception/src/art/ | 
| D | Test1929.java | 76     public BaseTestException(String e) { super(e); }  in BaseTestException()77     public BaseTestException(String e, Throwable t) { super(e, t); }  in BaseTestException()
 80     public TestException(String e) { super(e); }  in TestException()
 81     public TestException(String e, Throwable t) { super(e, t); }  in TestException()
 85     public TestExceptionNoRethrow(String e) { super(e); }  in TestExceptionNoRethrow()
 86     public TestExceptionNoRethrow(String e, Throwable t) { super(e, t); }  in TestExceptionNoRethrow()
 
 | 
| /art/test/439-swap-double/src/ | 
| D | Main.java | 35       double a, double b, double c, double d, double e, double f, double g) {  in callWithDoubles()43   double e = 5.0;  field in Main
 
 | 
| /art/test/405-optimizing-long-allocator/src/ | 
| D | Main.java | 91     long e = 0;  in $opt$TestMultipleLive()  local124     long e = 0;  in $opt$testSpillInIf()  local
 135 …public static long $opt$TestAgressiveLive1(long a, long b, long c, long d, long e, long f, long g)…  in $opt$TestAgressiveLive1()
 156 …public static long $opt$TestAgressiveLive2(long a, long b, long c, long d, long e, long f, long g)…  in $opt$TestAgressiveLive2()
 
 | 
| /art/test/404-optimizing-allocator/src/ | 
| D | Main.java | 85     int e = 0;  in $opt$reg$TestMultipleLive()  local118     int e = 0;  in $opt$reg$testSpillInIf()  local
 129   public static int $opt$reg$TestAgressiveLive1(int a, int b, int c, int d, int e, int f, int g) {  in $opt$reg$TestAgressiveLive1()
 150   public static int $opt$reg$TestAgressiveLive2(int a, int b, int c, int d, int e, int f, int g) {  in $opt$reg$TestAgressiveLive2()
 
 | 
| /art/test/105-invoke/src/ | 
| D | Main.java | 35     int virI_IIIII(int a, int b, int c, int d, int e) {  in virI_IIIII()39     int virI_IIIIII(int a, int b, int c, int d, int e, int f) {  in virI_IIIIII()
 59     static int statI_IIIII(int a, int b, int c, int d, int e) {  in statI_IIIII()
 63     static int statI_IIIIII(int a, int b, int c, int d, int e, int f) {  in statI_IIIIII()
 
 | 
| /art/test/952-invoke-custom/src/ | 
| D | TestLinkerMethodWithRange.java | 66     private static int add(int a, int b, int c, int d, int e, int f) {  in add()72     private static int _add(int a, int b, int c, int d, int e, int f) {  in _add()
 131     private static Double multiply(Double a, Double b, Double c, Double d, Double e, Double f) {  in multiply()
 137     private static Double _multiply(Double a, Double b, Double c, Double d, Double e, Double f) {  in _multiply()
 
 | 
| /art/test/454-get-vreg/src/ | 
| D | Main.java | 22     int e = doCall();  in testSimpleVReg()  local27   long testPairVReg(long a, long b, long c, double e) {  in testPairVReg()
 
 | 
| /art/test/821-many-args/src/ | 
| D | Main.java | 40       int a, int b, int c, int d, int e, int f, int g, int h, int i, int j) {  in staticMethod()54   public int instanceMethod(int a, int b, int c, int d, int e, int f, int g, int h, int i, int j) {  in instanceMethod()
 69   public static int staticMethodNonRange(int a, int b, int c, int d, int e) {  in staticMethodNonRange()
 
 | 
| /art/test/638-no-line-number/src/ | 
| D | Main.java | 31   public static void doThrow(Error e) {  in doThrow()
 | 
| /art/test/401-optimizing-compiler/src/ | 
| D | Main.java | 146   static int $opt$TestInvokeWith5Parameters(int a, int b, int c, int d, int e) {  in $opt$TestInvokeWith5Parameters()150   static int $opt$TestInvokeWith7Parameters(int a, int b, int c, int d, int e, int f, int g) {  in $opt$TestInvokeWith7Parameters()
 194   public static void printStaticMethodWith5Args(int a, int b, int c, int d, int e) {  in printStaticMethodWith5Args()
 199   public static void printStaticMethodWith7Args(int a, int b, int c, int d, int e, int f, int g) {  in printStaticMethodWith7Args()
 
 | 
| /art/test/656-checker-simd-opt/src/ | 
| D | Main.java | 357       int e = i + i + i;  in testStencil1()  local372       int e = i + i + i;  in testStencil2()  local
 387       int e = i + i + i;  in testStencil3()  local
 
 | 
| /art/test/484-checker-register-hints/src/ | 
| D | Main.java | 44     int e = live1;  in test1()  local79     int e = live1;  in test2()  local
 104     int e = live1;  in test3()  local
 
 | 
| /art/test/050-sync-test/src/ | 
| D | ThreadDeathHandler.java | 29     public void uncaughtException(Thread t, Throwable e) {  in uncaughtException()
 | 
| /art/test/054-uncaught/src/ | 
| D | ThreadDeathHandler.java | 29     public void uncaughtException(Thread t, Throwable e) {  in uncaughtException()
 |