/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/compiler/optimizing/ |
D | optimization.h | 107 const char* OptimizationPassName(OptimizationPass pass); 117 inline OptimizationDef OptDef(OptimizationPass pass, const char* name = nullptr) { 118 return std::make_pair(pass, name);
|
D | optimization.cc | 62 const char* OptimizationPassName(OptimizationPass pass) { in OptimizationPassName() argument 63 switch (pass) { in OptimizationPassName() 190 OptimizationPass pass = definitions[i].first; in ConstructOptimizations() local 194 : OptimizationPassName(pass); in ConstructOptimizations() 197 switch (pass) { in ConstructOptimizations()
|
/art/test/639-checker-code-sinking/ |
D | info.txt | 1 Checker tests for the code sinking optimization 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/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/969-iface-super/ |
D | info.txt | 5 To run with --jvm you must export JAVA_HOME to a java-8 installation and pass
|
/art/test/967-default-ame/ |
D | info.txt | 6 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/661-oat-writer-layout/ |
D | info.txt | 3 Whenever we pass in a profile to dex2oat, we expect that it sorts the methods by the
|
/art/test/541-regression-inlined-deopt/ |
D | info.txt | 3 control over vregs because the previous test 449 would pass because the vreg
|
/art/test/474-fp-sub-neg/ |
D | info.txt | 1 Regression check for optimizing simplify instruction pass.
|
/art/test/518-null-array-get/ |
D | info.txt | 2 instructions in dead code after aget on null, but pass
|
/art/test/965-default-verify/ |
D | info.txt | 8 and pass the --use-java-home to run-test
|
/art/runtime/arch/arm/ |
D | quick_entrypoints_arm.S | 718 mov r1, r9 @ pass Thread::Current 728 mov r1, r9 @ pass Thread::Current 867 @ mov r0, \rRef @ pass ref in r0 (no-op for now since parameter ref is unused) 869 mov r1, \rObj @ pass rObj 871 mov r2, #\offset @ pass offset 953 mov r2, r9 @ pass Thread::Current 963 mov r1, r9 @ pass Thread::Current 976 mov r2, r9 @ pass Thread::Current 989 mov r3, r9 @ pass Thread::Current 1003 str r9, [sp, #-16]! @ expand the frame and pass Thread::Current [all …]
|
/art/runtime/arch/mips64/ |
D | quick_entrypoints_mips64.S | 860 move $a0, rSELF # pass Thread::Current 873 move $a1, rSELF # pass Thread::Current 884 move $a0, rSELF # pass Thread::Current 898 move $a2, rSELF # pass Thread::Current 910 move $a2, rSELF # pass Thread::Current 921 move $a0, rSELF # pass Thread::Current 944 move $a2, rSELF # pass Thread::Current 946 move $a3, $sp # pass $sp 1237 ld $a2, FRAME_SIZE_SAVE_REFS_ONLY($sp) # pass referrer's Method* 1347 move $a1, rSELF # pass Thread::Current [all …]
|