Home
last modified time | relevance | path

Searched refs:super (Results 1 – 25 of 390) sorted by relevance

12345678910>>...16

/art/test/004-JniTest/
Dexpected.txt10 RUNNING super object, super class, super nonstatic
12 PASSED super object, super class, super nonstatic
14 RUNNING super object, sub class, super nonstatic
16 PASSED super object, sub class, super nonstatic
19 RUNNING sub object, super class, super nonstatic
21 PASSED sub object, super class, super nonstatic
24 RUNNING sub object, sub class, super nonstatic
26 PASSED sub object, sub class, super nonstatic
/art/test/1996-final-override-virtual-structural/
Dexpected.txt2 super: Hi this: Hi
4 super: Hi this: SALUTATIONS
6 super: Hi and then this: SALUTATIONS
/art/test/972-iface-super-multidex/smali/
Dconcreteclass.smali18 .super Ljava/lang/Object;
24 # return SuperInterface.super.runDefault();
27 # return ConflictInterface.super.runDefault();
42 # Do an invoke super on this class, to confuse runtime/compiler.
43 invoke-super {p0}, LConflictInterface;->runDefault()Ljava/lang/String;
52 # Do an invoke super on this class, to confuse runtime/compiler.
53 invoke-super {p0}, LSuperInterface;->runDefault()Ljava/lang/String;
/art/test/724-invoke-super-npe/
Dinfo.txt1 Regression test for implict null checks on invoke-super and invoke-super-range.
/art/test/552-invoke-non-existent-super/
Dinfo.txt1 Tests the invoke-super opcode when the super class does not have the method.
/art/test/551-invoke-super/smali/
Dinvokesuper.smali18 .super LSuperClass;
29 # Do an invoke super on a non-super class to force complex resolution.
30 invoke-super {v1}, LInvokeSuper;->returnInt()I
/art/test/552-invoke-non-existent-super/smali/
Dinvokesuper.smali18 .super LSuperClass;
29 # Do an invoke super on a non-super class to force complex resolution.
30 invoke-super {v1}, LInvokeSuper;->returnInt()I
/art/test/425-invoke-super/smali/
Dinvokesuper.smali18 .super LSuperClass;
29 # Do an invoke super on a non-super class to force slow path.
30 invoke-super {v1}, LInvokeSuper;->returnInt()I
/art/test/800-smali/smali/
Db_18800943_1.smali2 .super Ljava/lang/Object;
4 # This constructor should fail verification as the object is not initialized by a super-call.
Db_18800943_2.smali2 .super Ljava/lang/Object;
4 # This constructor should fail verification as the object is not initialized by a super-call.
Db_18380491ConcreteClass.smali3 .super LB18380491AbstractBase;
16 invoke-super {p0, p1}, LB18380491AbstractBase;->foo(I)I
Db_20843113.smali2 .super Ljava/lang/Object;
12 # Call the super-constructor
/art/test/989-method-trace-throw/
Dinfo.txt12 * all super-classes and super-interfaces of the above types.
/art/test/988-method-trace/
Dinfo.txt12 * all super-classes and super-interfaces of the above types.
/art/test/556-invoke-super/smali/
Dinvokesuper.smali18 .super LSuperClass;
29 # Do an invoke super on this class, to confuse runtime/compiler.
30 invoke-super {p0}, LInvokeSuper;->returnInt()I
/art/test/724-invoke-super-npe/smali/
DTestCase.smali16 .super LMain;
26 invoke-super/range {p1}, LMain;->toInt()I
33 invoke-super {p1}, LMain;->toInt()I
/art/test/553-invoke-super/smali/
Dinvokesuper.smali18 .super LSuperClass;
29 # Do an invoke super on this class, to confuse runtime/compiler.
30 invoke-super {v1}, LInvokeSuper;->$noinline$returnInt()I
/art/test/031-class-attributes/
Dexpected.txt28 super: class java.lang.Object
54 super: class java.lang.Object
80 super: class java.lang.Object
106 super: class java.lang.Object
132 super: class java.lang.Object
158 super: class OtherClass
184 super: class java.lang.Object
210 super: class java.util.HashMap
/art/test/425-invoke-super/
Dinfo.txt1 Tests the invoke-super opcode.
/art/test/594-invoke-super/
Dinfo.txt1 Invoke-super on various references.
/art/test/553-invoke-super/
Dinfo.txt1 Tests the invoke-super opcode.
/art/test/803-no-super/smali/
Dnosuper1.smali3 .super LNoClass;
/art/test/556-invoke-super/
Dinfo.txt1 Tests the invoke-super opcode with multidex.
/art/test/551-invoke-super/
Dinfo.txt1 Tests the invoke-super opcode when resolving to an abstract method.
/art/test/974-verify-interface-super/
Dinfo.txt1 Test that we do the right thing with invoke-super on interfaces when there are

12345678910>>...16