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

  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/io/
ObjectInputStream2Test.java 180 return TestClass2.class;
191 static class TestClass2 implements Serializable {
  /art/test/530-checker-lse/src/
Main.java 53 class TestClass2 {
356 /// CHECK-START: int Main.test13(TestClass, TestClass2) load_store_elimination (before)
362 /// CHECK-START: int Main.test13(TestClass, TestClass2) load_store_elimination (after)
369 static int test13(TestClass obj1, TestClass2 obj2) {
750 /// CHECK-START: TestClass2 Main.testStoreStore() load_store_elimination (before)
757 /// CHECK-START: TestClass2 Main.testStoreStore() load_store_elimination (after)
763 private static TestClass2 testStoreStore() {
764 TestClass2 obj = new TestClass2();
801 TestClass2 obj = new TestClass2()
    [all...]
  /art/test/993-breakpoints/src/art/
Test993.java 80 public static class TestClass2 implements Breakable {
81 public String toString() { return "TestClass2"; }
88 public static class TestClass2ext extends TestClass2 {
312 Method breakit_method_tc2 = TestClass2.class.getDeclaredMethod("breakit");
393 new InvokeNative(breakit_method, new TestClass2()),
394 new InvokeNative(breakit_method_tc2, new TestClass2()),
396 new InvokeReflect(breakit_method, new TestClass2()),
397 new InvokeReflect(breakit_method_tc2, new TestClass2()),
399 new InvokeDirect("((Breakable)new TestClass2()).breakit()",
400 () -> ((Breakable)new TestClass2()).breakit())
    [all...]
  /cts/common/host-side/tradefed/tests/res/testtype/
testJar2.jar 
  /libcore/luni/src/test/java/libcore/java/lang/
OldClassTest.java 56 static TestClass2 tc = new TestClass2(0);
63 public static class TestClass2 {
65 public TestClass2(int i) throws IllegalArgumentException {
    [all...]

Completed in 936 milliseconds