Home
last modified time | relevance | path

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

12

/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/compiler/optimizing/
Doptimization.h107 const char* OptimizationPassName(OptimizationPass pass);
117 inline OptimizationDef OptDef(OptimizationPass pass, const char* name = nullptr) {
118 return std::make_pair(pass, name);
Doptimization.cc62 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/
Dinfo.txt1 Checker tests for the code sinking optimization 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/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/962-iface-static/
Dinfo.txt4 and pass the --use-java-home to run-test
/art/test/963-default-range-smali/
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
/art/test/661-oat-writer-layout/
Dinfo.txt3 Whenever we pass in a profile to dex2oat, we expect that it sorts the methods by the
/art/test/541-regression-inlined-deopt/
Dinfo.txt3 control over vregs because the previous test 449 would pass because the vreg
/art/test/474-fp-sub-neg/
Dinfo.txt1 Regression check for optimizing simplify instruction pass.
/art/test/518-null-array-get/
Dinfo.txt2 instructions in dead code after aget on null, but pass
/art/test/965-default-verify/
Dinfo.txt8 and pass the --use-java-home to run-test
/art/runtime/arch/arm/
Dquick_entrypoints_arm.S718 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/
Dquick_entrypoints_mips64.S860 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 …]

12