Home
last modified time | relevance | path

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

12345678

/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
200 Class c = CC.class; in newInstance() local
/art/test/529-checker-unresolved/src/
DMain.java27 static public void callInvokeUnresolvedVirtual(UnresolvedClass c) { in callInvokeUnresolvedVirtual()
33 static public void callInvokeUnresolvedInterface(UnresolvedInterface c) { in callInvokeUnresolvedInterface()
37 static public void callInvokeUnresolvedSuper(Main c) { in callInvokeUnresolvedSuper()
98 static public void callUnresolvedInstanceFieldAccess(UnresolvedClass c) { in callUnresolvedInstanceFieldAccess()
124 UnresolvedSuperClass c = (UnresolvedSuperClass) o; in testCheckCast() local
131 UnresolvedClass c = new UnresolvedClass(); in main() local
157 UnresolvedClass c; in testLicm() 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/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/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/442-checker-constant-folding/src/
DMain.java230 int a, b, c; in IntAddition1() local
255 int a, b, c; in IntAddition2() local
280 long a, b, c; in LongAddition() local
301 float a, b, c; in FloatAddition() local
322 double a, b, c; in DoubleAddition() local
348 int a, b, c; in IntSubtraction() local
369 long a, b, c; in LongSubtraction() local
390 float a, b, c; in FloatSubtraction() local
411 double a, b, c; in DoubleSubtraction() local
437 int a, b, c; in IntMultiplication() local
[all …]
/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/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/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/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_INDEX_TYPE(o, c, p, f, r, index, a, v) index, argument
55 #define INSTRUCTION_FLAGS(o, c, p, f, r, i, flags, v) flags, argument
63 #define INSTRUCTION_VERIFY_FLAGS(o, c, p, f, r, i, a, vflags) vflags, argument
71 #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
269 …private static void ZBCDFIJSV(boolean z, byte b, char c, double d, float f, int i, long l, short s… in ZBCDFIJSV()
273 …private static void ZBCDLFIJSV(boolean z, byte b, char c, double d, String string, float f, int i,… in ZBCDLFIJSV()
289 Class<?> c = Class.forName("sub.PPClass"); in testPackagePrivateConstructor() local
303 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/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/432-optimizing-cmp/src/
DMain.java160 Class<?> c = Class.forName("TestCmp"); in smaliCmpLong() local
167 Class<?> c = Class.forName("TestCmp"); in smaliCmpGtFloat() local
174 Class<?> c = Class.forName("TestCmp"); in smaliCmpLtFloat() local
181 Class<?> c = Class.forName("TestCmp"); in smaliCmpGtDouble() local
188 Class<?> c = Class.forName("TestCmp"); in smaliCmpLtDouble() local
/art/test/534-checker-bce-deoptimization/src/
DMain.java43 void foo2(int n, double c, double b[]) { in foo2()
50 void foo3(int n, double c, double b[]) { in foo3()
/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/484-checker-register-hints/src/
DMain.java43 public static void test1(boolean z, int a, int b, int c, int d, int m) { in test1()
78 public static void test2(boolean z, int a, int b, int c, int d, int m) { in test2()
113 public static void test3(boolean z, int a, int b, int c, int d, int m) { in test3()
/art/test/585-inline-unresolved/src/
DMain.java19 Class<?> c = Class.forName("TestCase"); in main() local
/art/test/803-no-super/src/
DMain.java23 Class<?> c = Class.forName("NoSuper1"); in main() local

12345678