HomeSort by relevance Sort by last modified time
    Searched refs:testStoreStore (Results 1 - 2 of 2) sorted by null

  /art/test/639-checker-code-sinking/src/
Main.java 44 testStoreStore(doThrow);
307 /// CHECK-START: void Main.testStoreStore(boolean) code_sinking (before)
318 /// CHECK-START: void Main.testStoreStore(boolean) code_sinking (after)
335 public static void testStoreStore(boolean doThrow) {
  /art/test/530-checker-lse/src/
Main.java 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() {
1017 assertIntEquals(testStoreStore().i, 41);
1018 assertIntEquals(testStoreStore().j, 43);

Completed in 131 milliseconds