/art/test/042-new-instance/src/ |
D | Main.java | 36 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/ |
D | Main.java | 27 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/ |
D | NonStaticLeafMethods.java | 31 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/ |
D | StaticLeafMethods.java | 29 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/404-optimizing-allocator/src/ |
D | Main.java | 57 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/ |
D | Main.java | 63 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/runtime/native/ |
D | java_lang_Class.cc | 34 mirror::Class* c = soa.Decode<mirror::Class*>(java_class); in DecodeClass() local 66 Handle<mirror::Class> c( in Class_classForName() local 89 mirror::Class* const c = DecodeClass(soa, javaThis); in Class_getNameNative() local 95 mirror::Class* c = DecodeClass(soa, javaThis); in Class_getProxyInterfaces() local
|
D | java_lang_reflect_Constructor.cc | 41 Handle<mirror::Class> c(hs.NewHandle(m->GetDeclaringClass())); in Constructor_newInstance() local
|
/art/test/055-enum-performance/src/ |
D | Main.java | 78 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/ |
D | verify_object-inl.h | 38 mirror::Class* c = obj->GetClass<kVerifyNone>(); in VerifyObject() local 49 inline bool VerifyClassClass(mirror::Class* c) { in VerifyClassClass()
|
D | dex_instruction.cc | 30 #define INSTRUCTION_NAME(o, c, pname, f, r, i, a, v) pname, argument 38 #define INSTRUCTION_FORMAT(o, c, p, format, r, i, a, v) format, argument 46 #define INSTRUCTION_FLAGS(o, c, p, f, r, i, flags, v) flags, argument 54 #define INSTRUCTION_VERIFY_FLAGS(o, c, p, f, r, i, a, vflags) vflags, argument 62 #define INSTRUCTION_SIZE(opcode, c, p, format, r, i, a, v) \ argument
|
D | native_bridge_art_interface.cc | 41 mirror::Class* c = soa.Decode<mirror::Class*>(clazz); in GetNativeMethodCount() local 65 mirror::Class* c = soa.Decode<mirror::Class*>(clazz); in GetNativeMethods() local
|
D | check_jni.cc | 261 mirror::Class* c = o->GetClass(); in CheckInstanceFieldID() local 309 mirror::Class* c = soa_.Decode<mirror::Class*>(java_class); in CheckStaticFieldID() local 335 mirror::Class* c = soa_.Decode<mirror::Class*>(java_class); in CheckStaticMethod() local 427 jchar c = va_arg(ap, int); in Check() local 462 mirror::Class* c = reinterpret_cast<mirror::Class*>(Thread::Current()->DecodeJObject(jc)); in Check() local 1137 static jclass GetSuperclass(JNIEnv* env, jclass c) { in GetSuperclass() 1175 static jint ThrowNew(JNIEnv* env, jclass c, const char* message) { in ThrowNew() 1269 static jobject AllocObject(JNIEnv* env, jclass c) { in AllocObject() 1274 static jobject NewObject(JNIEnv* env, jclass c, jmethodID mid, ...) { in NewObject() 1283 static jobject NewObjectV(JNIEnv* env, jclass c, jmethodID mid, va_list args) { in NewObjectV() [all …]
|
D | utils_test.cc | 117 mirror::Class* c = class_linker_->FindSystemClass(soa.Self(), "[Ljava/lang/String;"); in TEST_F() local 127 mirror::Class* c = class_linker_->FindSystemClass(soa.Self(), "[Ljava/lang/String;"); in TEST_F() local 136 mirror::Class* c = class_linker_->FindSystemClass(soa.Self(), "[Ljava/lang/String;"); in TEST_F() local 217 mirror::Class* c = class_linker_->FindSystemClass(soa.Self(), "Ljava/lang/String;"); in TEST_F() local
|
D | indenter.h | 33 int_type overflow(int_type c) { in overflow()
|
/art/test/401-optimizing-compiler/src/ |
D | Main.java | 124 static int $opt$TestInvokeWith3Parameters(int a, int b, int c) { in $opt$TestInvokeWith3Parameters() 128 static int $opt$TestInvokeWith5Parameters(int a, int b, int c, int d, int e) { in $opt$TestInvokeWith5Parameters() 132 static int $opt$TestInvokeWith7Parameters(int a, int b, int c, int d, int e, int f, int g) { in $opt$TestInvokeWith7Parameters() 176 public static void printStaticMethodWith5Args(int a, int b, int c, int d, int e) { in printStaticMethodWith5Args() 181 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/ |
D | Main.java | 96 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/100-reflect2/src/ |
D | Main.java | 23 private static char c = 'x'; 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/027-arithmetic/src/ |
D | Main.java | 55 long c = 0x33; in shiftTest2() local 134 char c = 0xfffc; in unsignedShiftTest() local
|
/art/test/300-package-override/src/ |
D | Main.java | 19 p1.BaseClass c = new p2.DerivedClass(); in main() local
|
/art/runtime/base/ |
D | stringpiece.cc | 53 StringPiece::size_type StringPiece::find(char c, size_type pos) const { in find() 71 StringPiece::size_type StringPiece::rfind(char c, size_type pos) const { in rfind()
|
/art/test/106-exceptions2/src/ |
D | Main.java | 137 Main c = new Main(); in nullCheckTestNoThrow() local 146 Main c = new Main(); in nullCheckTestThrow() local
|
/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/GetMethodSignature/ |
D | GetMethodSignature.java | 18 Float m1(int a, double b, long c, Object d) { return null; } in m1()
|
/art/test/031-class-attributes/src/ |
D | ClassAttrs.java | 50 private static void showModifiers(Class<?> c) { in showModifiers() 221 Class c = Class.forName("libcore.reflect.AnnotationAccess"); in getSignatureAttribute() local
|