Home
last modified time | relevance | path

Searched defs:c (Results 1 – 25 of 139) sorted by relevance

123456

/art/test/042-new-instance/src/
DMain.java36 Class c = Class.forName("LocalClass"); in testClassNewInstance() local
46 Class c = Class.forName("otherpackage.PackageAccess"); in testClassNewInstance() local
74 Class c = Class.forName("LocalClass"); in testConstructorNewInstance() local
86 Class c = Class.forName("LocalClass2"); in testConstructorNewInstance() local
97 Class c = Class.forName("Main$InnerClass"); in testConstructorNewInstance() local
108 Class c = Class.forName("Main$StaticInnerClass"); in testConstructorNewInstance() local
119 Class c = Class.forName("otherpackage.PackageAccess"); in testConstructorNewInstance() local
132 Class c = Class.forName("MaybeAbstract"); in testConstructorNewInstance() local
146 Class c = Class.forName("otherpackage.PackageAccess2"); in testConstructorNewInstance() local
193 Class c = CC.class; in newInstance() local
/art/test/105-invoke/src/
DMain.java27 int virI_III(int a, int b, int c) { in virI_III()
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()
51 static int statI_III(int a, int b, int c) { in statI_III()
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/StaticLeafMethods/
DStaticLeafMethods.java29 static int sum(int a, int b, int c) { in sum()
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()
44 static double sum(double a, double b, double c) { 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/
DNonStaticLeafMethods.java31 int sum(int a, int b, int c) { in sum()
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()
46 double sum(double a, double b, double c) { 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/test/442-checker-constant-folding/src/
DMain.java68 int a, b, c; in IntAddition1() local
95 int a, b, c; in IntAddition2() local
122 int a, b, c; in IntSubtraction() local
145 long a, b, c; in LongAddition() local
168 long a, b, c; in LongSubtraction() local
190 int a, b, c; in StaticCondition() local
224 int a, b, c; in JumpsAndConditionals() local
/art/test/404-optimizing-allocator/src/
DMain.java57 int c = 0; in $opt$reg$TestThreeLive() local
69 int c = 0; in $opt$reg$TestFourLive() local
83 int c = 0; in $opt$reg$TestMultipleLive() local
116 public static int $opt$reg$testSpillInIf(int a, int b, int c) { in $opt$reg$testSpillInIf()
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/
DMain.java63 long c = 0; in $opt$TestThreeLive() local
75 long c = 0; in $opt$TestFourLive() local
89 long c = 0; in $opt$TestMultipleLive() local
122 public static long $opt$testSpillInIf(long a, long b, long c) { in $opt$testSpillInIf()
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/055-enum-performance/src/
DMain.java78 Class<SamePackagePublicEnum> c = SamePackagePublicEnum.class; in preTest() local
133 Class<SamePackagePublicEnum> c = SamePackagePublicEnum.class; in test1() local
161 Class<SamePackagePrivateEnum> c = SamePackagePrivateEnum.class; in test2() local
189 Class<OtherPackagePublicEnum> c = OtherPackagePublicEnum.class; in test3() local
/art/test/455-set-vreg/src/
DMain.java21 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/runtime/
Dverify_object-inl.h37 mirror::Class* c = obj->GetClass<kVerifyNone>(); in VerifyObject() local
48 inline bool VerifyClassClass(mirror::Class* c) { in VerifyClassClass()
Ddex_instruction.cc31 #define INSTRUCTION_NAME(o, c, pname, f, r, i, a, v) pname, argument
39 #define INSTRUCTION_FORMAT(o, c, p, format, r, i, a, v) format, argument
47 #define INSTRUCTION_FLAGS(o, c, p, f, r, i, flags, v) flags, argument
55 #define INSTRUCTION_VERIFY_FLAGS(o, c, p, f, r, i, a, vflags) vflags, argument
63 #define INSTRUCTION_SIZE(opcode, c, p, format, r, i, a, v) \ argument
/art/test/100-reflect2/src/
DMain.java23 private static char c = '\u2714'; 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()
271 Class<?> c = Class.forName("sub.PPClass"); in testPackagePrivateConstructor() local
285 Class<?> c = Class.forName("sub.PPClass"); in testPackagePrivateAccessibleConstructor() local
/art/test/410-floats/src/
DMain.java77 public static double takeThreeDouble(double a, double b, double c) { in takeThreeDouble()
81 public static float takeThreeFloat(float a, float b, float c) { in takeThreeFloat()
93 public static double invokeTakeThreeDouble(double a, double b, double c) { in invokeTakeThreeDouble()
97 public static float invokeTakeThreeFloat(float a, float b, float c) { in invokeTakeThreeFloat()
/art/test/432-optimizing-cmp/src/
DMain.java132 Class<?> c = Class.forName("TestCmp"); in smaliCmpLong() local
139 Class<?> c = Class.forName("TestCmp"); in smaliCmpGtFloat() local
146 Class<?> c = Class.forName("TestCmp"); in smaliCmpLtFloat() local
153 Class<?> c = Class.forName("TestCmp"); in smaliCmpGtDouble() local
160 Class<?> c = Class.forName("TestCmp"); in smaliCmpLtDouble() local
/art/test/401-optimizing-compiler/src/
DMain.java142 static int $opt$TestInvokeWith3Parameters(int a, int b, int c) { in $opt$TestInvokeWith3Parameters()
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/403-optimizing-long/src/
DMain.java96 static long $opt$TakeOneLong4(int a, int b, int c, long l) { in $opt$TakeOneLong4()
100 static long $opt$TakeOneLong5(int a, int b, int c,int d, long l) { in $opt$TakeOneLong5()
108 static long $opt$AddThreeLongs(long a, long b, long c) { in $opt$AddThreeLongs()
/art/test/439-swap-double/src/
DMain.java35 double a, double b, double c, double d, double e, double f, double g) { in callWithDoubles()
41 double c = 3.0; field in Main
/art/test/416-optimizing-arith-not/src/
DMain.java67 Class<?> c = Class.forName("TestNot"); in smaliNotInt() local
74 Class<?> c = Class.forName("TestNot"); in smaliNotLong() local
/art/test/484-checker-register-hints/src/
DMain.java35 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/454-get-vreg/src/
DMain.java21 int testSimpleVReg(int a, float f, short s, boolean z, byte b, char c) { in testSimpleVReg()
27 long testPairVReg(long a, long b, long c, double e) { in testPairVReg()
/art/test/412-new-array/src/
DMain.java42 long[] c = new long[3]; in $opt$TestAllocations() local
74 long[] c = { 4L, 5L }; in $opt$TestWithInitializations() local
149 Class<?> c = Class.forName("FilledNewArray"); in testSmaliFilledNewArray() local
221 Class<?> c = Class.forName("FillArrayData"); in testSmaliFillArrayData() local
/art/test/027-arithmetic/src/
DMain.java55 long c = 0x33; in shiftTest2() local
134 char c = 0xfffc; in unsignedShiftTest() local
/art/test/300-package-override/src/
DMain.java19 p1.BaseClass c = new p2.DerivedClass(); in main() local
/art/test/511-clinit-interface/src/
DMain.java23 Class<?> c = Class.forName("BogusInterface"); in main() local
/art/test/440-stmp/src/
DMain.java27 public static void baz(float a, float b, float c, float d, float e, float f, float g, in baz()
34 float c = 3.0f; field in Main

123456