/art/runtime/mirror/ |
D | array-inl.h | 256 static inline void ArrayBackwardCopy(T* d, const T* s, int32_t count) { in ArrayBackwardCopy() 269 static inline void ArrayForwardCopy(T* d, const T* s, int32_t count) { in ArrayForwardCopy() 302 uint8_t* d = reinterpret_cast<uint8_t*>(dst_raw); in Memmove() local 308 uint16_t* d = reinterpret_cast<uint16_t*>(dst_raw); in Memmove() local 316 uint32_t* d = reinterpret_cast<uint32_t*>(dst_raw); in Memmove() local 325 uint64_t* d = reinterpret_cast<uint64_t*>(dst_raw); in Memmove() local 359 uint16_t* d = reinterpret_cast<uint16_t*>(dst_raw); in Memcpy() local 363 uint32_t* d = reinterpret_cast<uint32_t*>(dst_raw); in Memcpy() local 368 uint64_t* d = reinterpret_cast<uint64_t*>(dst_raw); in Memcpy() local
|
/art/test/105-invoke/src/ |
D | Main.java | 31 int virI_IIII(int a, int b, int c, int d) { in virI_IIII() 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() 55 static int statI_IIII(int a, int b, int c, int d) { in statI_IIII() 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/455-set-vreg/src/ |
D | Main.java | 21 int testIntVReg(int a, int b, int c, int d, int e) { in testIntVReg() 26 long testLongVReg(long a, long b, long c, long d, long e) { in testLongVReg() 31 float testFloatVReg(float a, float b, float c, float d, float e) { in testFloatVReg() 36 double testDoubleVReg(double a, double b, double c, double d, double e) { in testDoubleVReg()
|
/art/test/003-omnibus-opcodes/src/ |
D | UnresTest1.java | 29 double d = stuff.wideInstField; in run() local 55 double d = UnresStuff.wideStaticField; in run() local
|
D | FloatMath.java | 26 double d; in convTest() local 199 static int[] convI(long l, float f, double d, float zero) { in convI() 219 static long[] convL(int i, float f, double d, double zero) { in convL() 239 static float[] convF(int i, long l, double d) { in convF() 275 double d = 10.0; // const-wide/special in checkConsts() local
|
/art/test/405-optimizing-long-allocator/src/ |
D | Main.java | 76 long d = 0; in $opt$TestFourLive() local 90 long d = 0; in $opt$TestMultipleLive() local 123 long d = 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 | 70 int d = 0; in $opt$reg$TestFourLive() local 84 int d = 0; in $opt$reg$TestMultipleLive() local 117 int d = 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/StaticLeafMethods/ |
D | StaticLeafMethods.java | 32 static int sum(int a, int b, int c, int d) { in sum() 35 static int sum(int a, int b, int c, int d, int e) { in sum() 47 static double sum(double a, double b, double c, double d) { in sum() 50 static double sum(double a, double b, double c, double d, double e) { in sum()
|
/art/test/NonStaticLeafMethods/ |
D | NonStaticLeafMethods.java | 34 int sum(int a, int b, int c, int d) { in sum() 37 int sum(int a, int b, int c, int d, int e) { in sum() 49 double sum(double a, double b, double c, double d) { in sum() 52 double sum(double a, double b, double c, double d, double e) { in sum()
|
/art/runtime/entrypoints/ |
D | math_entrypoints.cc | 35 extern "C" int64_t art_d2l(double d) { in art_d2l() 43 extern "C" int32_t art_d2i(double d) { in art_d2i()
|
/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() 42 double d = 4.0; field in Main
|
/art/test/484-checker-register-hints/src/ |
D | Main.java | 35 public static void test1(boolean z, int a, int b, int c, int d, int m) { in test1() 70 public static void test2(boolean z, int a, int b, int c, int d, int m) { in test2() 104 public static void test3(boolean z, int a, int b, int c, int d, int m) { in test3()
|
/art/test/027-arithmetic/src/ |
D | Main.java | 56 long d = 0x44; in shiftTest2() local 71 double d; in convTest() local
|
/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/100-reflect2/src/ |
D | Main.java | 24 private static double d = Math.PI; field in Main 251 …private static void ZBCDFIJSV(boolean z, byte b, char c, double d, float f, int i, long l, short s… in ZBCDFIJSV() 255 …private static void ZBCDLFIJSV(boolean z, byte b, char c, double d, String string, float f, int i,… in ZBCDLFIJSV()
|
/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() 35 float d = 4.0f; field in Main
|
/art/test/017-float/src/ |
D | Main.java | 23 double d = 3.1415926535; in float_017() local
|
/art/test/704-multiply-accumulate/src/ |
D | Main.java | 42 int d = c; in test_int() local 103 long d = c; in test_long() local
|
/art/test/108-check-cast/src/ |
D | Main.java | 33 D d = (D) b; in main() local
|
/art/test/419-long-parameter/src/ |
D | Main.java | 27 public static long $opt$TestCallee(double a, double b, long c, long d) { in $opt$TestCallee()
|
/art/test/006-args/src/ |
D | ArgsTest.java | 33 void argTest(int a, char c, double d, long j, float f) { in argTest()
|
/art/test/474-fp-sub-neg/src/ |
D | Main.java | 32 double d = 0; in doubleTest() local
|
/art/test/014-math3/src/ |
D | Main.java | 26 double d = 0.0; in math_014() local
|
/art/test/GetMethodSignature/ |
D | GetMethodSignature.java | 18 Float m1(int a, double b, long c, Object d) { return null; } in m1()
|
/art/test/049-show-object/src/ |
D | Main.java | 24 double d = 3.1415; in Main() local
|