Searched refs:removed (Results 1 – 12 of 12) sorted by relevance
/art/compiler/optimizing/ |
D | constant_folding_test.cc | 127 { " 3: Neg(2) [4]\n", removed }, in TEST_F() 141 { " 2: IntConstant\n", removed }, in TEST_F() 188 { " 3: Neg(2) [4]\n", removed }, in TEST_F() 202 { " 2: LongConstant\n", removed }, in TEST_F() 249 { " 4: Add(2, 3) [5]\n", removed }, in TEST_F() 263 { " 2: IntConstant\n", removed }, in TEST_F() 264 { " 3: IntConstant\n", removed } in TEST_F() 326 { " 4: Add(2, 3) [8]\n", removed }, in TEST_F() 327 { " 7: Add(5, 6) [8]\n", removed }, in TEST_F() 328 { " 8: Add(4, 7) [9]\n", removed }, in TEST_F() [all …]
|
D | dead_code_elimination_test.cc | 104 { " 9: Add(8, 3)\n", removed } in TEST_F()
|
D | optimizing_unit_test.h | 105 static const std::string removed = ""; variable
|
/art/test/138-duplicate-classes-check2/ |
D | info.txt | 1 Check whether a duplicate class is not detected, even though we compiled against one (but removed
|
/art/test/515-dce-dominator/ |
D | info.txt | 3 the graph when blocks get removed.
|
/art/test/522-checker-regression-monitor-exit/ |
D | info.txt | 3 If monitor-exit is removed, the following threads will get stuck and timeout.
|
/art/test/522-checker-regression-monitor-exit/smali/ |
D | Test.smali | 35 # Must not get removed by DCE.
|
/art/test/510-checker-try-catch/smali/ |
D | SsaBuilder.smali | 170 # Tests that phi elimination loops until no more phis can be removed. 202 # Tests that dead catch blocks are removed.
|
D | Builder.smali | 1341 # removed by DCE but needs to pass post-builder GraphChecker.
|
/art/test/594-checker-irreducible-linorder/smali/ |
D | IrreducibleLoop.smali | 43 # Trivially dead code to ensure linear order verification skips removed blocks (b/28252537).
|
/art/test/563-checker-fakestring/smali/ |
D | TestCase.smali | 108 # Test that a redundant NewInstance is removed if not used and not compiling
|
/art/test/543-checker-dce-trycatch/smali/ |
D | TestCase.smali | 118 # throwing into it are removed.
|