Searched refs:G (Results 1 – 13 of 13) sorted by relevance
/art/test/969-iface-super/ |
D | expected-stdout.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/runtime/ |
D | method_handles.h | 128 template <typename FromPTypes, typename ToPTypes, typename G, typename S> 132 G* getter, 135 template <typename G, typename S> 139 G* getter,
|
D | method_handles-inl.h | 150 template <typename FromPTypes, typename ToPTypes, typename G, typename S> 154 G* getter, in PerformConversions() 198 template <typename G, typename S> 201 G* getter, in CopyArguments()
|
/art/test/960-default-smali/ |
D | expected-stdout.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/956-methodhandles/ |
D | expected-stdout.txt | 7 G.sayHi() 8 G.sayHi() 9 G.sayHi()
|
/art/test/660-clinit/src/ |
D | Main.java | 36 expectNotPreInit(G.class); in main() 177 class G { class 178 static G g; 190 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/tools/ |
D | buildbot-vm.sh | 73 qemu-img resize "$ART_TEST_VM_IMG" +128G 108 -m 16G \ 136 -m 16G \
|
/art/test/956-methodhandles/src/ |
D | Main.java | 80 public static class G implements F { class in Main 570 G g = new G(); in testUnreflects() 574 Method methodInG = G.class.getDeclaredMethod("sayHi"); in testUnreflects() 575 lookupInG.unreflectSpecial(methodInG, G.class).invoke(g); // prints "G.sayHi()" in testUnreflects() 579 lookupInG.in(G.class).unreflectSpecial(methodInF, G.class).invoke(g); // prints "F.sayHi()" in testUnreflects() 580 lookupInG.unreflectSpecial(methodInF, G.class).bindTo(g).invokeWithArguments(); in testUnreflects()
|
/art/runtime/interpreter/mterp/riscv64/ |
D | invoke.S | 1007 % if arg_start == "0": # static can place G into fa4; instance has only 4 args. 1462 % get_vreg(z1, z0) # z1 := xFP[G]
|
/art/test/dexdump/ |
D | checkers.txt | 538 name : 'G' 795 … |00df: iput-object v0, v9, Lcom/google/android/checkers/CheckersView;.G:[I // field@0008 1320 … |00a7: iget-object v1, v10, Lcom/google/android/checkers/CheckersView;.G:[I // field@0008 1653 … |017e: iget-object v1, v9, Lcom/google/android/checkers/CheckersView;.G:[I // field@0008 2024 … |0006: iget-object v3, v8, Lcom/google/android/checkers/CheckersView;.G:[I // field@0008 2467 … |007d: iget-object v1, v2, Lcom/google/android/checkers/CheckersView;.G:[I // field@0008 3652 name : 'G' 4054 … |01e0: sput-object v0, Lcom/google/android/checkers/a;.G:[I // field@0033 5559 … |0032: sget-object v1, Lcom/google/android/checkers/a;.G:[I // field@0033 5564 … |003b: sget-object v0, Lcom/google/android/checkers/a;.G:[I // field@0033 [all …]
|
D | all-dex-files.txt | 1179 name : 'G' 1436 … |00df: iput-object v0, v9, Lcom/google/android/checkers/CheckersView;.G:[I // field@0008 1961 … |00a7: iget-object v1, v10, Lcom/google/android/checkers/CheckersView;.G:[I // field@0008 2294 … |017e: iget-object v1, v9, Lcom/google/android/checkers/CheckersView;.G:[I // field@0008 2665 … |0006: iget-object v3, v8, Lcom/google/android/checkers/CheckersView;.G:[I // field@0008 3108 … |007d: iget-object v1, v2, Lcom/google/android/checkers/CheckersView;.G:[I // field@0008 4293 name : 'G' 4695 … |01e0: sput-object v0, Lcom/google/android/checkers/a;.G:[I // field@0033 6200 … |0032: sget-object v1, Lcom/google/android/checkers/a;.G:[I // field@0033 6205 … |003b: sget-object v0, Lcom/google/android/checkers/a;.G:[I // field@0033 [all …]
|