/art/test/646-checker-hadd-short/src/ |
D | Main.java | 453 short e = (short) ((sB1[i] + sB2[i]) >> 1); in main() local 458 short e = (short) ((sB1[i] + sB2[i]) >> 1); in main() local 463 short e = (short) (((sB1[i] & 0xffff) + (sB2[i] & 0xffff)) >> 1); in main() local 468 short e = (short) ((sB1[i] + sB2[i] + 1) >> 1); in main() local 473 short e = (short) ((sB1[i] + sB2[i] + 1) >> 1); in main() local 478 short e = (short) ((sB1[i] + sB2[i] + 1) >> 1); in main() local 483 short e = (short) (((sB1[i] & 0xffff) + (sB2[i] & 0xffff) + 1) >> 1); in main() local 488 short e = (short) (((sB1[i] & 0xffff) + (sB2[i] & 0xffff) + 1) >> 1); in main() local 493 short e = (short) ((sB1[i] + 0x7fff) >> 1); in main() local 498 short e = (short) (((sB1[i] & 0xffff) + 0xffff) >> 1); in main() local
|
/art/test/646-checker-hadd-alt-char/src/ |
D | Main.java | 294 char e = (char) ((sB1[i] + sB2[i]) >> 1); in main() local 299 char e = (char) ((sB1[i] + sB2[i]) >> 1); in main() local 304 char e = (char) ((sB1[i] + sB2[i] + 1) >> 1); in main() local 309 char e = (char) ((sB1[i] + sB2[i] + 1) >> 1); in main() local 314 char e = (char) ((sB1[i] + 0xffff) >> 1); in main() local 319 char e = (char) ((sB1[i] + 0xffff) >> 1); in main() local
|
/art/test/646-checker-hadd-alt-short/src/ |
D | Main.java | 293 short e = (short) ((sB1[i] + sB2[i]) >> 1); in main() local 298 short e = (short) (((sB1[i] & 0xffff) + (sB2[i] & 0xffff)) >> 1); in main() local 303 short e = (short) ((sB1[i] + sB2[i] + 1) >> 1); in main() local 308 short e = (short) (((sB1[i] & 0xffff) + (sB2[i] & 0xffff) + 1) >> 1); in main() local 313 short e = (short) ((sB1[i] + 0x7fff) >> 1); in main() local 318 short e = (short) (((sB1[i] & 0xffff) + 0xffff) >> 1); in main() local
|
/art/test/646-checker-hadd-char/src/ |
D | Main.java | 297 char e = (char) ((sB1[i] + sB2[i]) >> 1); in main() local 302 char e = (char) ((sB1[i] + sB2[i]) >> 1); in main() local 307 char e = (char) ((sB1[i] + sB2[i] + 1) >> 1); in main() local 312 char e = (char) ((sB1[i] + sB2[i] + 1) >> 1); in main() local 317 char e = (char) ((sB1[i] + 0xffff) >> 1); in main() local 322 char e = (char) ((sB1[i] + 0xffff) >> 1); in main() local
|
/art/test/529-long-split/src/ |
D | Main.java | 36 int e = myField2; // EAX in testOddLow1() local 78 int e = myField2; // ECX in testNonFollowingHigh() local 118 int e = myField2; // EAX in testOddLow2() local 173 public static void $noinline$doCall(long e) { in $noinline$doCall()
|
/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/123-inline-execute2/src/ |
D | Main.java | 49 double e = (double) j; in main() local 95 double e = (double) j; in main() local
|
/art/test/404-optimizing-allocator/src/ |
D | Main.java | 85 int e = 0; in $opt$reg$TestMultipleLive() local 118 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/405-optimizing-long-allocator/src/ |
D | Main.java | 91 long e = 0; in $opt$TestMultipleLive() local 124 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/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/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/454-get-vreg/src/ |
D | Main.java | 22 int e = doCall(); in testSimpleVReg() local 27 long testPairVReg(long a, long b, long c, double e) { in testPairVReg()
|
/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/484-checker-register-hints/src/ |
D | Main.java | 44 int e = live1; in test1() local 79 int e = live1; in test2() local 116 int e = live1; in test3() local
|
/art/compiler/optimizing/ |
D | licm.cc | 46 for (size_t i = 0, e = environment->Size(); i < e; ++i) { in InputsAreDefinedBeforeLoop() local 69 for (size_t i = 0, e = environment->Size(); i < e; ++i) { in UpdateLoopPhisIn() local
|
/art/test/638-no-line-number/src/ |
D | Main.java | 31 public static void doThrow(Error e) { in doThrow()
|
/art/test/440-stmp/src/ |
D | Main.java | 27 public static void baz(float a, float b, float c, float d, float e, float f, float g, in baz() 36 float e = 5.0f; field in Main
|
/art/test/054-uncaught/src/ |
D | ThreadDeathHandler.java | 29 public void uncaughtException(Thread t, Throwable e) { in uncaughtException()
|
/art/test/050-sync-test/src/ |
D | ThreadDeathHandler.java | 29 public void uncaughtException(Thread t, Throwable e) { in uncaughtException()
|
/art/test/619-checker-current-method/src/ |
D | Main.java | 24 public static int foo(int a, int b, int c, int d, int e, int f) { in foo()
|
/art/test/StaticLeafMethods/ |
D | StaticLeafMethods.java | 35 static int sum(int a, int b, int c, int d, int e) { in sum() 50 static double sum(double a, double b, double c, double d, double e) { in sum()
|
/art/test/NonStaticLeafMethods/ |
D | NonStaticLeafMethods.java | 37 int sum(int a, int b, int c, int d, int e) { in sum() 52 double sum(double a, double b, double c, double d, double e) { in sum()
|
/art/runtime/ |
D | dex_instruction.cc | 34 #define INSTRUCTION_NAME(o, c, pname, f, i, a, e, v) pname, argument 512 #define VAR_ARGS_CHECK(o, c, pname, f, i, a, e, v) \ argument 521 #define VAR_ARGS_RANGE_CHECK(o, c, pname, f, i, a, e, v) \ argument 530 #define EXPERIMENTAL_CHECK(o, c, pname, f, i, a, e, v) \ argument
|
/art/test/994-breakpoint-line/src/art/ |
D | Test994.java | 38 public static void notifyBreakpointReached(Thread thr, Executable e, long loc) { in notifyBreakpointReached()
|
/art/test/997-single-step/src/art/ |
D | Test997.java | 50 public static void notifySingleStep(Thread thr, Executable e, long loc) { in notifySingleStep()
|