Home
last modified time | relevance | path

Searched refs:dead (Results 1 – 25 of 26) sorted by relevance

12

/art/test/546-regression-simplify-catch/smali/
DTestCase.smali18 # Test simplification of an empty, dead catch block. Compiler used to segfault
39 # Test simplification of a dead catch block with some code but no control-flow
61 # Test simplification of a dead catch block with normal-predecessors but
62 # starting with a move-exception. Verifier does not check trivially dead code
81 # Test simplification of a live catch block with dead normal-predecessors and
82 # starting with a move-exception. Verifier does not check trivially dead code
94 # Trivially dead predecessor block.
/art/test/518-null-array-get/
Dinfo.txt2 instructions in dead code after aget on null, but pass
3 type-safe dead code.
/art/test/480-checker-dead-blocks/
Dinfo.txt1 Test removal of dead blocks.
/art/test/140-dce-regression/
Dinfo.txt1 Regression test for quick dead code elimination.
/art/test/591-checker-regression-dead-loop/
Dinfo.txt1 Regression test for Optimizing's dead block elimination which used to remove
/art/test/596-checker-dead-phi/
Dinfo.txt1 Regression test for optimizing where we used to replace a dead loop
/art/test/546-regression-simplify-catch/
Dinfo.txt1 Tests simplification of catch blocks in the presence of trivially dead code
/art/test/516-dead-move-result/
Dinfo.txt3 because it was dead code.
/art/test/473-remove-dead-block/
Dinfo.txt1 Regression test for optimizing's dead block removing:
/art/test/543-checker-dce-trycatch/smali/
DTestCase.smali26 # Test a case when one entering TryBoundary is dead but the rest of the try
71 # Test a case when one exiting TryBoundary is dead but the rest of the try
204 # Test that DCE removes catch phi uses of instructions defined in dead try blocks.
245 const v1, 0xa # dead catch phi input, defined in entry block (HInstruction)
246 add-int v2, p0, p1 # dead catch phi input, defined in the dead block (HInstruction)
251 # v3 = Phi [Add, 0xf] # dead catch phi input, defined in the dead block (HPhi)
278 # dead try blocks.
311 const v1, 0xa # dead catch phi input, defined in entry block
312 const v2, 0xf # dead catch phi input, defined in entry block
/art/test/072-reachability-fence/
Dinfo.txt1 Check that reachabilityFence() prevents garbage collection of objects only referred to by a dead
/art/test/435-new-instance/
Dinfo.txt6 This also verifies that we don't remove dead (code) new-instances which may
/art/test/618-checker-induction/src/
DMain.java146 int dead = 0; in deadInduction() local
149 dead += 5; in deadInduction()
188 int dead = 0; in deadSequence() local
193 dead += i; in deadSequence()
212 int dead = 0; in deadCycleWithException() local
218 dead += a[k]; in deadCycleWithException()
/art/test/800-smali/smali/
Db_22411633_1.smali23 # Some more random work, technically dead, but reachable.
Db_21863767.smali24 # The following is dead code but used to crash the compiler.
/art/test/501-null-constant-dce/smali/
DDCE.smali23 # so that the compiler sees the null constant as dead code.
/art/test/520-equivalent-phi/smali/
DEquivalent.smali30 # we would consider the phi equivalent reference of v0, as dead,
/art/test/503-dead-instructions/smali/
DDeadInstructions.smali27 # Provide more arguments than we should. Because this is dead
/art/test/435-try-finally-without-catch/
Dinfo.txt21 optimizing compiler considered this (these) as dead block(s) and
/art/test/552-checker-primitive-typeprop/smali/
DSsaBuilder.smali18 # Check that a dead phi with a live equivalent is replaced in an environment. The
/art/test/596-checker-dead-phi/smali/
DIrreducibleLoop.smali20 # not adjacent. This revealed a bug in our SSA builder, where a dead loop phi would
/art/test/594-checker-irreducible-linorder/smali/
DIrreducibleLoop.smali43 # Trivially dead code to ensure linear order verification skips removed blocks (b/28252537).
/art/build/
DAndroid.bp221 // the following code is dead (it is, but not for all configurations), disable unreachable
/art/test/510-checker-try-catch/smali/
DSsaBuilder.smali202 # Tests that dead catch blocks are removed.
/art/test/563-checker-fakestring/smali/
DTestCase.smali132 # therefore the HNewInstance for v0 becomes dead and is removed.

12