/art/test/dexdump/ |
D | all.lst | 2 0x0000043c 8 A <init> ()V (none) -1 3 0x00000454 58 A arrays ()V (none) -1 4 0x000004a0 130 A binary_ops ()V (none) -1 5 0x00000534 66 A binary_ops_2addr ()V (none) -1 6 0x00000588 34 A binary_ops_lit16 ()V (none) -1 7 0x000005bc 46 A binary_ops_lit8 ()V (none) -1 8 0x000005fc 22 A compares ()V (none) -1 9 0x00000624 50 A conditionals ()V (none) -1 10 0x00000668 56 A constants ()V (none) -1 11 0x000006b0 108 A misc ()V (none) -1 [all …]
|
/art/test/661-oat-writer-layout/ |
D | expected-stdout.txt | 2 A::m_a$$$ 3 A::m_b$$$ 4 A::m_c$$$ 11 A::m_a$$Startup$ 12 A::m_b$$Startup$ 13 A::m_c$$Startup$ 20 A::m_a$Hot$Startup$ 21 A::m_b$Hot$Startup$ 22 A::m_c$Hot$Startup$ 29 A::m_a$$$Poststartup [all …]
|
/art/runtime/interpreter/ |
D | interpreter_switch_impl-inl.h | 284 SetVReg(A(), result); in HandleCmpl() 299 SetVReg(A(), result); in HandleCmpg() 310 SetVRegReference(A(), s); in HandleConstString() 326 (this->*setVReg)(A(), array->GetWithoutChecks(index)); in HandleAGet() 378 SetVReg(A(), GetVReg(B())); in MOVE() 383 SetVReg(A(), GetVReg(B())); in MOVE_FROM16() 388 SetVReg(A(), GetVReg(B())); in MOVE_16() 393 SetVRegLong(A(), GetVRegLong(B())); in MOVE_WIDE() 398 SetVRegLong(A(), GetVRegLong(B())); in MOVE_WIDE_FROM16() 403 SetVRegLong(A(), GetVRegLong(B())); in MOVE_WIDE_16() [all …]
|
/art/test/805-TooDeepClassInstanceOf/src/ |
D | Main.java | 17 class A {} class 18 class B1 extends A {} 19 class B2 extends A {} 36 A a = new A(); in main() 37 A b1 = new B1(); in main() 38 A b2 = new B2(); in main() 39 A c1 = new C1(); in main() 40 A c2 = new C2(); in main() 41 A f1 = new F1(); in main() 42 A f2 = new F2(); in main() [all …]
|
/art/test/661-oat-writer-layout/src/ |
D | Test.java | 24 all_methods.add(A.class.getDeclaredMethod("m_a$$$")); in getTestMethods() 25 all_methods.add(A.class.getDeclaredMethod("m_a$$Startup$")); in getTestMethods() 26 all_methods.add(A.class.getDeclaredMethod("m_a$Hot$Startup$")); in getTestMethods() 27 all_methods.add(A.class.getDeclaredMethod("m_a$$$Poststartup")); in getTestMethods() 28 all_methods.add(A.class.getDeclaredMethod("m_a$Hot$$Poststartup")); in getTestMethods() 29 all_methods.add(A.class.getDeclaredMethod("m_a$$Startup$Poststartup")); in getTestMethods() 30 all_methods.add(A.class.getDeclaredMethod("m_a$Hot$Startup$Poststartup")); in getTestMethods() 31 all_methods.add(A.class.getDeclaredMethod("m_b$$$")); in getTestMethods() 32 all_methods.add(A.class.getDeclaredMethod("m_b$$Startup$")); in getTestMethods() 33 all_methods.add(A.class.getDeclaredMethod("m_b$Hot$Startup$")); in getTestMethods() [all …]
|
/art/test/1987-structural-redefine-recursive-stack-scope/ |
D | expected-stdout.txt | 2 Foo value is THIS IS A FOO VALUE 3 Result at depth 0: THIS IS A FOO VALUE 4 Result at depth 1: THIS IS A FOO VALUE 5 Result at depth 2: THIS IS A FOO VALUE 6 Result at depth 3: THIS IS A FOO VALUE 7 Result at depth 4: THIS IS A FOO VALUE 8 Result at depth 5: THIS IS A FOO VALUE 9 Result at depth 6: THIS IS A FOO VALUE 10 Result at depth 7: THIS IS A FOO VALUE 11 Result at depth 8: THIS IS A FOO VALUE [all …]
|
/art/test/712-varhandle-invocations/src/ |
D | VarHandleFpCasTests.java | 24 public static class A { class in VarHandleFpCasTests.FieldFloatTest 30 vh = MethodHandles.lookup().findVarHandle(A.class, "field", float.class); 38 A a = new A(); in doTest() 54 public static class A { class in VarHandleFpCasTests.FieldDoubleTest 60 vh = MethodHandles.lookup().findVarHandle(A.class, "field", double.class); 68 A a = new A(); in doTest()
|
/art/test/048-reflect-v8/src/ |
D | AnnotationTest.java | 130 private static <A extends Annotation> void printAnnotationsByType(Class<A> annotationClass, in printAnnotationsByType() 132 A[] annotationsByType = annotationUseClass.getAnnotationsByType(annotationClass); in printAnnotationsByType() 142 private static <A extends Annotation> void printDeclaredAnnotation(Class<?> annotationUseClass, in printDeclaredAnnotation() 143 Class<A> annotationDefClass) { in printDeclaredAnnotation() 144 A anno = annotationUseClass.getDeclaredAnnotation(annotationDefClass); in printDeclaredAnnotation() 154 private static <A extends Annotation> void printDeclaredAnnotationsByType( in printDeclaredAnnotationsByType() 155 Class<A> annotationClass, Class<?> annotationUseClass) { in printDeclaredAnnotationsByType() 156 A[] annotationsByType = annotationUseClass.getDeclaredAnnotationsByType(annotationClass); in printDeclaredAnnotationsByType() 194 private static <A extends Annotation> void printMethodAnnotationsByType(Class<A> annotationClass, in printMethodAnnotationsByType() 202 A[] annotationsByType = m.getAnnotationsByType(annotationClass); in printMethodAnnotationsByType() [all …]
|
/art/test/913-heaps/src/art/ |
D | Test913.java | 83 new TestConfig(A.class, 0).doFollowReferencesTest(); in runFollowReferences() 276 A a = new A(); in doExtensionTests() 378 A a = createTree(v); in doFollowReferencesTestNonRoot() 391 A a = createTree(v); in doFollowReferencesTestRoot() 397 private void doFollowReferencesTestImpl(A root, int stopAfter, int followSet, in doFollowReferencesTestImpl() 406 setTag(A.class, 1000); in tagClasses() 407 registerClass(1000, A.class); in tagClasses() 426 private static A createTree(Verifier v) { in createTree() 427 A aInst = new A(); in createTree() 433 A a2Inst = new A(); in createTree() [all …]
|
/art/test/660-clinit/src/ |
D | Main.java | 32 expectPreInit(A.class); in main() 50 A x = new A(); in main() 51 System.out.println("A.a: " + A.a); in main() 55 System.out.println("A.a: " + A.a); in main() 148 class A { class 158 A.a = 10; // write other's static field, fail 159 b = A.a; // read other's static field, fail 166 c = A.a; // read other's static field, fail 182 i = A.a; // read other's static field, fail
|
/art/test/066-mismatched-super/ |
D | info.txt | 2 1. What happens when class A extends abstract class B, but somebody 3 turns B into an interface without rebuilding A. 4 2. What happens when class A extends a class B, but somebody 5 turns B into a final class without rebuilding A.
|
/art/test/907-get-loaded-classes/src/art/ |
D | Test907.java | 32 A a = new A(); in doTest() 34 A[] aArray = new A[5]; in doTest() 76 static class A { class in Test907
|
/art/test/474-fp-sub-neg/ |
D | info.txt | 3 A pair (sub, neg) should not be transforemd to (sub) for 6 - ( A - B ) != B - A ; if B == A
|
/art/test/1974-resize-array/ |
D | expected-stdout.txt | 18 val is: [<SELF REF>, A, B, C] resize +5 item 0 is [<SELF REF>, A, B, C] 19 val is: [<SELF REF>, A, B, C, null, null, null, null, null] 20 val is: [<SELF REF>, A, B, C, null, null, null, null, null] 26 val is: [<SELF REF>, A, B, C, null, null, null, null, null] resize -7 item 0 is [<SELF REF>, A, B, … 27 val is: [<SELF REF>, A] 28 val is: [<SELF REF>, A] 53 val is: [A, 2, C] resize -2 54 val is: [A]
|
/art/test/594-invoke-super/ |
D | expected-stdout.txt | 1 new A 2 I am A's foo 5 new A
|
/art/test/660-clinit/ |
D | expected-stdout.txt | 3 A.a: 5 4 A.a: 10 12 A: 100
|
/art/runtime/interpreter/mterp/x86_64ng/ |
D | other.S | 19 andl MACRO_LITERAL(0xf), rINST # rINST <- A 125 andb $$0xf, %al # eax <- A 129 SET_VREG_OBJECT %edx, %rax # fp[A] <- fp[B] 131 SET_VREG %edx, %rax # fp[A] <- fp[B] 142 SET_VREG_OBJECT %edx, %rax # fp[A] <- fp[B] 144 SET_VREG %edx, %rax # fp[A] <- fp[B] 161 SET_VREG_OBJECT %edx, rINSTq # fp[A] <- fp[B] 163 SET_VREG %edx, rINSTq # fp[A] <- fp[B] 180 SET_VREG_OBJECT %eax, rINSTq # fp[A] <- fp[B] 182 SET_VREG %eax, rINSTq # fp[A] <- fp[B] [all …]
|
/art/test/201-built-in-except-detail-messages/src/ |
D | Main.java | 294 private static A returnNullA() { in returnNullA() 310 A a = returnNullA(); in nullPointers() 319 A a = returnNullA(); in nullPointers() 357 Field field = A.class.getField("b"); in reflection() 358 field.set(new A(), 5); in reflection() 367 Field field = A.class.getField("i"); in reflection() 368 field.set(new A(), null); in reflection() 376 Field field = A.class.getField("i"); in reflection() 377 field.set(new A(), "hello, world!"); in reflection() 385 Method m = A.class.getMethod("m", int.class, String.class); in reflection() [all …]
|
/art/test/960-default-smali/ |
D | expected-stdout.txt | 1 Testing for type A 2 A-virtual A.SayHi()='Hi ' 3 A-interface Greeter.SayHi()='Hi ' 4 A-virtual A.SayHiTwice()='Hi Hi ' 5 A-interface Greeter.SayHiTwice()='Hi Hi ' 6 End testing for type A 16 C-virtual A.SayHi()='Hi ' 19 C-virtual A.SayHiTwice()='You don't control me' 34 E-virtual A.SayHi()='Hi2 ' 38 E-virtual A.SayHiTwice()='I say Hi2 Hi2 ' [all …]
|
/art/runtime/interpreter/mterp/x86_64/ |
D | other.S | 39 andl %eax, rINST # rINST <- A 144 andb $$0xf, %al # eax <- A 148 SET_VREG_OBJECT %edx, %rax # fp[A] <- fp[B] 150 SET_VREG %edx, %rax # fp[A] <- fp[B] 161 SET_VREG_OBJECT %edx, %rax # fp[A] <- fp[B] 163 SET_VREG %edx, %rax # fp[A] <- fp[B] 181 SET_VREG_OBJECT %edx, rINSTq # fp[A] <- fp[B] 183 SET_VREG %edx, rINSTq # fp[A] <- fp[B] 202 SET_VREG_OBJECT %eax, rINSTq # fp[A] <- fp[B] 204 SET_VREG %eax, rINSTq # fp[A] <- fp[B] [all …]
|
/art/test/2025-ChangedArrayValue/src/ |
D | Main.java | 25 public class A { class in Main 30 A x; in testLoop() 31 x = new A(); in testLoop()
|
/art/test/2028-MultiBackward/src/ |
D | Main.java | 17 public class A { class in Main 28 A x; in testLoop() 29 x = new A(); in testLoop()
|
/art/tools/ahat/etc/ |
D | README.txt | 2 A version of the test-dump hprof generated on Android L, with one of the 6 A version of the test-dump hprof generated on Android O. 9 A version of the test-dump hprof generated on the reference implementation.
|
/art/test/2026-DifferentMemoryLSCouples/src/ |
D | Main.java | 17 class A { class in Main 34 A inst1 = new A(); in testLoop()
|
/art/test/807-method-handle-and-mr/src/ |
D | Main.java | 24 class A { class 32 this.handle = MethodHandles.lookup().findVirtual(A.class, "binaryFunction", in Test() 35 this.a = new A(); in Test() 78 private A a;
|