Home
last modified time | relevance | path

Searched refs:compiler (Results 1 – 25 of 186) sorted by relevance

12345678

/art/test/123-compiler-regressions-mt/
DAndroid.bp3 // Build rules for ART run-test `123-compiler-regressions-mt`.
16 name: "art-run-test-123-compiler-regressions-mt",
21 ":art-run-test-123-compiler-regressions-mt-expected-stdout",
22 ":art-run-test-123-compiler-regressions-mt-expected-stderr",
28 name: "art-run-test-123-compiler-regressions-mt-expected-stdout",
29 out: ["art-run-test-123-compiler-regressions-mt-expected-stdout.txt"],
36 name: "art-run-test-123-compiler-regressions-mt-expected-stderr",
37 out: ["art-run-test-123-compiler-regressions-mt-expected-stderr.txt"],
/art/test/401-optimizing-compiler/
DAndroid.bp3 // Build rules for ART run-test `401-optimizing-compiler`.
16 name: "art-run-test-401-optimizing-compiler",
21 ":art-run-test-401-optimizing-compiler-expected-stdout",
22 ":art-run-test-401-optimizing-compiler-expected-stderr",
28 name: "art-run-test-401-optimizing-compiler-expected-stdout",
29 out: ["art-run-test-401-optimizing-compiler-expected-stdout.txt"],
36 name: "art-run-test-401-optimizing-compiler-expected-stderr",
37 out: ["art-run-test-401-optimizing-compiler-expected-stderr.txt"],
Dinfo.txt1 A set of tests for the optimizing compiler. They will incrementally cover what the
2 optimizing compiler covers.
/art/test/083-compiler-regressions/
DAndroid.bp3 // Build rules for ART run-test `083-compiler-regressions`.
16 name: "art-run-test-083-compiler-regressions",
21 ":art-run-test-083-compiler-regressions-expected-stdout",
22 ":art-run-test-083-compiler-regressions-expected-stderr",
28 name: "art-run-test-083-compiler-regressions-expected-stdout",
29 out: ["art-run-test-083-compiler-regressions-expected-stdout.txt"],
36 name: "art-run-test-083-compiler-regressions-expected-stderr",
37 out: ["art-run-test-083-compiler-regressions-expected-stderr.txt"],
/art/compiler/
DAndroid.bp32 name: "libart-compiler-defaults",
102 "compiler.cc",
191 cmd: "$(location generate_operator_out) art/compiler $(in) > $(out)",
205 name: "libart-compiler",
207 "libart-compiler-defaults",
262 whole_static_libs: ["libart-compiler"],
266 name: "libartd-compiler",
269 "libart-compiler-defaults",
326 whole_static_libs: ["libartd-compiler"],
329 // Properties common to `libart-compiler-gtest` and `libartd-compiler-gtest`.
[all …]
/art/test/157-void-class/
Drun21 --runtime-option -Ximage-compiler-option \
22 --runtime-option --compiler-filter=verify
/art/test/178-app-image-native-method/
Drun19 ${RUN} $@ --profile -Xcompiler-option --compiler-filter=speed-profile \
24 ${RUN} ${@} --profile -Xcompiler-option --compiler-filter=verify
/art/dex2oat/
DAndroid.bp102 "libart-compiler",
122 "libart-compiler",
153 "libartd-compiler",
172 "libartd-compiler",
289 "libart-compiler",
338 "libartd-compiler",
421 "libart-compiler-gtest",
423 "libart-compiler",
441 "libartd-compiler-gtest",
443 "libartd-compiler",
[all …]
/art/test/437-inline/
Dinfo.txt1 Tests inlining in the compiler.
/art/test/403-optimizing-long/
Dinfo.txt1 Tests long support on optimizing compiler.
/art/test/446-checker-inliner2/
Dinfo.txt1 Tests inlining in the optimizing compiler.
/art/test/447-checker-inliner3/
Dinfo.txt1 Tests inlining in the optimizing compiler.
/art/test/441-checker-inliner/
Dinfo.txt1 Tests inlining in the optimizing compiler.
/art/test/435-try-finally-without-catch/
Dinfo.txt17 art::CodeItem::tries_size_) and the optimizing compiler would have no
21 optimizing compiler considered this (these) as dead block(s) and
24 assertions. The optimizing compiler was thus adjusted to remove these
/art/test/559-checker-irreducible-loop/
Dinfo.txt1 Tests for irreducible loop support in compiler.
/art/test/1966-get-set-local-objects-no-table/
Drun21 ./default-run "$@" --jvmti --compiler-only-option --debuggable
/art/test/542-bitfield-rotates/
Dinfo.txt1 Tests bitfield rotate simplification in optimizing compiler.
/art/test/442-checker-constant-folding/
Dinfo.txt1 Tests constant folding in the optimizing compiler.
/art/test/1965-get-set-local-primitive-no-tables/
Drun21 ./default-run "$@" --jvmti --compiler-only-option --debuggable
/art/test/628-vdex/
Drun17 exec ${RUN} -Xcompiler-option --compiler-filter=verify --vdex "${@}"
/art/test/530-instanceof-checkcast/
Dinfo.txt1 Tests compiler optimizations on instanceof and checkcast.
/art/test/820-vdex-multidex/
Drun17 exec ${RUN} -Xcompiler-option --compiler-filter=verify --vdex "${@}"
/art/test/674-vdex-uncompress/
Drun17 exec ${RUN} -Xcompiler-option --compiler-filter=verify --vdex "${@}"
/art/test/661-oat-writer-layout/
Drun22 "${RUN}" "$@" --profile -Xcompiler-option --compiler-filter=speed
/art/test/172-app-image-twice/
Drun19 ${RUN} $@ --profile -Xcompiler-option --compiler-filter=speed-profile

12345678