HomeSort by relevance Sort by last modified time
    Searched defs:Main2 (Results 1 - 14 of 14) sorted by null

  /external/apache-harmony/support/src/test/resources/tests/resources/JarIndex/
hyts_13.jar 
hyts_33.jar 
hyts_23.jar 
  /libcore/support/src/test/java/tests/resources/JarIndex/
hyts_13.jar 
hyts_33.jar 
hyts_23.jar 
  /art/test/616-cha-abstract/src/
Main.java 33 class Main2 extends Main1 {
56 // sMain1.foo() will be always be Main1.foo() before Main2 is loaded/linked.
58 // After Dummy.createMain2() which links in Main2, live testOverride() on stack
77 // Create an Main2 instance and assign it to sMain2.
88 // Wait for Main2 to be linked and deoptimization is triggered.
96 // There should be a deoptimization here right after Main2 is linked by
102 // This method should be deoptimized right after Main2 is created.
120 // sMain1 is an instance of Main1. Main2 hasn't bee loaded yet.
130 // Main2 is verified ahead-of-time so it's linked in already.
141 // This will create Main2 instance in the middle of testOverride()
    [all...]
  /art/test/616-cha-interface/src/
Main.java 46 class Main2 extends Main1 {
69 // sMain1.foo() will be always be Main1.foo() before Main2 is loaded/linked.
71 // After Dummy.createMain2() which links in Main2, live testImplement() on stack
91 // Create an Main2 instance and assign it to sMain2.
102 // Wait for Main2 to be linked and deoptimization is triggered.
110 // There should be a deoptimization here right after Main2 is linked by
116 // This method should be deoptimized right after Main2 is created.
134 // sMain1 is an instance of Main1. Main2 hasn't bee loaded yet.
144 // Main2 is verified ahead-of-time so it's linked in already.
155 // This will create Main2 instance in the middle of testImplement()
    [all...]
  /art/test/616-cha-interface-default/src/
Main.java 20 class Main2 extends Main1 {
50 if (cls == Main1.class || cls == Main2.class) {
85 // Create an Main2 instance and assign it to sMain2.
96 // Wait for Main2 to be linked and deoptimization is triggered.
133 // sMain2 is an instance of Main2.
134 // Neither Main1 nor Main2 override default method Base.foo().
137 sMain2 = new Main2();
  /art/test/616-cha-miranda/src/
Main.java 37 class Main2 extends Main1 {
60 // sMain1.foo() will be always be Main1.foo() before Main2 is loaded/linked.
62 // After Dummy.createMain2() which links in Main2, live testOverride() on stack
81 // Create an Main2 instance and assign it to sMain2.
92 // Wait for Main2 to be linked and deoptimization is triggered.
100 // There should be a deoptimization here right after Main2 is linked by
106 // This method should be deoptimized right after Main2 is created.
124 // sMain1 is an instance of Main1. Main2 hasn't bee loaded yet.
134 // Main2 is verified ahead-of-time so it's linked in already.
145 // This will create Main2 instance in the middle of testOverride()
    [all...]
  /art/test/616-cha-regression-proxy-method/src/
Main.java 33 class Main2 extends Main1 {
45 // Wait for Main2 to be linked and deoptimization is triggered.
71 // sMain1.foo() will be always be Main1.foo() before Main2 is loaded/linked.
73 // After Dummy.createMain2() which links in Main2, live testOverride() on stack
80 // Create an Main2 instance and assign it to sMain2.
88 // There should be a deoptimization here right after Main2 is linked by
104 // sMain1 is an instance of Main1. Main2 hasn't bee loaded yet.
119 // This will create Main2 instance in the middle of testOverride().
129 return new Main2();
  /external/lzma/CS/7zip/Compress/LzmaAlone/
LzmaAlone.cs 119 static int Main2(string[] args)
354 return Main2(args);
  /art/test/616-cha/src/
Main.java 52 class Main2 extends Main1 {
54 return "Main2";
78 // sMain1.foo() will be always be Main1.foo() before Main2 is loaded/linked.
80 // After Dummy.createMain2() which links in Main2, live testOverride() on stack
99 // Create an Main2 instance and assign it to sMain2.
110 // Wait for Main2 to be linked and deoptimization is triggered.
118 // There should be a deoptimization here right after Main2 is linked by
124 // This method should be deoptimized right after Main2 is created.
209 // sMain1 is an instance of Main1. Main2 hasn't bee loaded yet.
218 // Main2 is verified ahead-of-time so it's linked in already
    [all...]
  /external/lzma/CPP/7zip/Bundles/SFXCon/
SfxCon.cpp 240 int Main2(

Completed in 197 milliseconds