Searched refs:G (Results 1 – 11 of 11) sorted by relevance
/art/test/969-iface-super/ |
D | expected.txt | 31 Testing for type G 32 G-virtual E.SayHi()='Hello there!?' 33 G-virtual F.SayHi()='Hello there!?' 34 G-virtual G.SayHi()='Hello there!?' 35 G-interface Iface.SayHi()='Hello there!?' 36 G-interface Iface3.SayHi()='Hello there!?' 37 G-virtual F.SaySurprisedHi()='Hello there!!' 38 G-virtual G.SaySurprisedHi()='Hello there!!' 39 G-virtual G.SayVerySurprisedHi()='Hello there!!!' 40 End testing for type G
|
/art/test/956-methodhandles/ |
D | expected.txt | 7 G.sayHi() 8 G.sayHi() 9 G.sayHi()
|
/art/tools/dmtracedump/ |
D | dumpdir.sh | 9 G=$2/`echo $F | sed "s/.*\\///g"`.html 10 dmtracedump -h -p $F > $G
|
/art/runtime/ |
D | method_handles-inl.h | 91 template <typename G, typename S> 95 G* getter, in PerformConversions() 144 template <typename G, typename S> 148 G* getter, in PerformConversions() 155 template <typename G, typename S> 159 G* getter, in PerformConversions()
|
D | method_handles.h | 120 template <typename G, typename S> 124 G* getter,
|
/art/test/960-default-smali/ |
D | expected.txt | 55 Testing for type G 56 G-interface Attendant.GetPlace()='android' 57 G-virtual G.GetPlace()='android' 58 G-interface Attendant.SayHi()='welcome to android' 59 G-virtual G.SayHi()='welcome to android' 60 G-interface Attendant.SayHiTwice()='welcome to androidwelcome to android' 61 G-virtual G.SayHiTwice()='welcome to androidwelcome to android' 62 End testing for type G
|
/art/test/660-clinit/src/ |
D | Main.java | 33 expectNotPreInit(G.class); // should fail in main() 157 class G { class 158 static G g; 170 class Gs extends G {} // fail because super class can't be initialized
|
/art/test/960-default-smali/src/ |
D | G.java | 16 class G implements Attendant { class
|
/art/test/969-iface-super/src/ |
D | G.java | 16 public class G extends F { class
|
/art/test/956-methodhandles/src/ |
D | Main.java | 77 public static class G implements F { class in Main 560 G g = new G(); in testUnreflects() 564 Method methodInG = G.class.getDeclaredMethod("sayHi"); in testUnreflects() 565 lookupInG.unreflectSpecial(methodInG, G.class).invoke(g); // prints "G.sayHi()" in testUnreflects() 569 lookupInG.in(G.class).unreflectSpecial(methodInF, G.class).invoke(g); // prints "F.sayHi()" in testUnreflects() 570 lookupInG.unreflectSpecial(methodInF, G.class).bindTo(g).invokeWithArguments(); in testUnreflects()
|
/art/test/dexdump/ |
D | checkers.txt | 528 name : 'G' 784 … |00df: iput-object v0, v9, Lcom/google/android/checkers/CheckersView;.G:[I // field@0008 1308 … |00a7: iget-object v1, v10, Lcom/google/android/checkers/CheckersView;.G:[I // field@0008 1639 … |017e: iget-object v1, v9, Lcom/google/android/checkers/CheckersView;.G:[I // field@0008 2008 … |0006: iget-object v3, v8, Lcom/google/android/checkers/CheckersView;.G:[I // field@0008 2445 … |007d: iget-object v1, v2, Lcom/google/android/checkers/CheckersView;.G:[I // field@0008 3618 name : 'G' 4019 … |01e0: sput-object v0, Lcom/google/android/checkers/a;.G:[I // field@0033 5513 … |0032: sget-object v1, Lcom/google/android/checkers/a;.G:[I // field@0033 5518 … |003b: sget-object v0, Lcom/google/android/checkers/a;.G:[I // field@0033 [all …]
|