/art/compiler/optimizing/ |
D | optimization.h | 107 const char* OptimizationPassName(OptimizationPass pass); 117 : pass(p), pass_name(pn), depends_on(d) {} in OptimizationDef() 118 OptimizationPass pass; member 124 inline OptimizationDef OptDef(OptimizationPass pass, 127 return OptimizationDef(pass, pass_name, depends_on);
|
D | optimization.cc | 63 const char* OptimizationPassName(OptimizationPass pass) { in OptimizationPassName() argument 64 switch (pass) { in OptimizationPassName() 183 OptimizationPass pass = definitions[i].pass; in ConstructOptimizations() local 187 : OptimizationPassName(pass); in ConstructOptimizations() 190 switch (pass) { in ConstructOptimizations()
|
/art/test/662-regression-alias/src/ |
D | Main.java | 41 static int doit(int pass) { in doit() argument 43 for (; ; pass++) { in doit() 47 if (pass == 0) in doit()
|
/art/test/695-simplify-throws/ |
D | info.txt | 1 Regression test for the DCE pass of the compiler which used 2 to trip on this code: the DCE pass would re-build the dominator
|
/art/test/176-app-image-string/ |
D | expected.txt | 1 pass
|
/art/test/639-checker-code-sinking/ |
D | info.txt | 1 Checker tests for the code sinking optimization pass.
|
/art/test/2026-DifferentMemoryLSCouples/ |
D | info.txt | 1 Tests are written for Load Hoist Store Sink pass
|
/art/test/2027-TwiceTheSameMemoryCouple/ |
D | info.txt | 1 Tests are written for Load Hoist Store Sink pass
|
/art/test/2028-MultiBackward/ |
D | info.txt | 1 Tests are written for Load Hoist Store Sink pass
|
/art/test/2025-ChangedArrayValue/ |
D | info.txt | 1 Tests are written for Load Hoist Store Sink pass
|
/art/test/679-locks/ |
D | info.txt | 1 Ensure FindLocksAtDexPc is able to pass through quickened instructions related
|
/art/test/475-simplify-mul-zero/ |
D | info.txt | 1 Regression check for optimizing simplify instruction pass.
|
/art/test/581-rtp/ |
D | info.txt | 1 Regression test for the reference type propagation pass
|
/art/test/427-bounds/ |
D | info.txt | 1 Regression test for the optimizing compiler that used to incorrectly pass
|
/art/test/696-loop/ |
D | info.txt | 1 Regression test for the loop pass of the compiler, which used
|
/art/test/633-checker-rtp-getclass/ |
D | info.txt | 1 Regression test for the RTP pass of the compiler, which
|
/art/test/466-get-live-vreg/ |
D | info.txt | 2 also pass for non-debuggable, as we need to know live DEX registers
|
/art/test/471-deopt-environment/ |
D | info.txt | 1 Regression test for the bounds check elimination pass, which
|
/art/test/667-out-of-bounds/ |
D | info.txt | 2 cirumstances used to pass the wrong value for the length of
|
/art/test/962-iface-static/ |
D | info.txt | 4 and pass the --use-java-home to run-test
|
/art/test/963-default-range-smali/ |
D | info.txt | 4 and pass the --use-java-home to run-test
|
/art/test/076-boolean-put/ |
D | info.txt | 2 boolean field. The code as generated should not pass the verifier, so the
|
/art/test/966-default-conflict/ |
D | info.txt | 6 and pass the --use-java-home to run-test
|
/art/test/967-default-ame/ |
D | info.txt | 6 and pass the --use-java-home to run-test
|
/art/test/969-iface-super/ |
D | info.txt | 5 To run with --jvm you must export JAVA_HOME to a java-8 installation and pass
|