Home
last modified time | relevance | path

Searched refs:pass (Results 1 – 25 of 50) sorted by relevance

12

/art/compiler/optimizing/
Doptimization.h107 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);
Doptimization.cc62 const char* OptimizationPassName(OptimizationPass pass) { in OptimizationPassName() argument
63 switch (pass) { in OptimizationPassName()
178 OptimizationPass pass = definitions[i].pass; in ConstructOptimizations() local
182 : OptimizationPassName(pass); in ConstructOptimizations()
185 switch (pass) { in ConstructOptimizations()
/art/test/662-regression-alias/src/
DMain.java41 static int doit(int pass) { in doit() argument
43 for (; ; pass++) { in doit()
47 if (pass == 0) in doit()
/art/test/695-simplify-throws/
Dinfo.txt1 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/
Dexpected.txt1 pass
/art/test/639-checker-code-sinking/
Dinfo.txt1 Checker tests for the code sinking optimization pass.
/art/test/2026-DifferentMemoryLSCouples/
Dinfo.txt1 Tests are written for Load Hoist Store Sink pass
/art/test/2027-TwiceTheSameMemoryCouple/
Dinfo.txt1 Tests are written for Load Hoist Store Sink pass
/art/test/2028-MultiBackward/
Dinfo.txt1 Tests are written for Load Hoist Store Sink pass
/art/test/2025-ChangedArrayValue/
Dinfo.txt1 Tests are written for Load Hoist Store Sink pass
/art/test/679-locks/
Dinfo.txt1 Ensure FindLocksAtDexPc is able to pass through quickened instructions related
/art/test/475-simplify-mul-zero/
Dinfo.txt1 Regression check for optimizing simplify instruction pass.
/art/test/581-rtp/
Dinfo.txt1 Regression test for the reference type propagation pass
/art/test/427-bounds/
Dinfo.txt1 Regression test for the optimizing compiler that used to incorrectly pass
/art/test/696-loop/
Dinfo.txt1 Regression test for the loop pass of the compiler, which used
/art/test/633-checker-rtp-getclass/
Dinfo.txt1 Regression test for the RTP pass of the compiler, which
/art/test/466-get-live-vreg/
Dinfo.txt2 also pass for non-debuggable, as we need to know live DEX registers
/art/test/471-deopt-environment/
Dinfo.txt1 Regression test for the bounds check elimination pass, which
/art/test/667-out-of-bounds/
Dinfo.txt2 cirumstances used to pass the wrong value for the length of
/art/test/963-default-range-smali/
Dinfo.txt4 and pass the --use-java-home to run-test
/art/test/962-iface-static/
Dinfo.txt4 and pass the --use-java-home to run-test
/art/test/969-iface-super/
Dinfo.txt5 To run with --jvm you must export JAVA_HOME to a java-8 installation and pass
/art/test/967-default-ame/
Dinfo.txt6 and pass the --use-java-home to run-test
/art/test/076-boolean-put/
Dinfo.txt2 boolean field. The code as generated should not pass the verifier, so the
/art/test/966-default-conflict/
Dinfo.txt6 and pass the --use-java-home to run-test

12