Searched refs:compiler (Results 1 – 25 of 186) sorted by relevance
12345678
/art/test/123-compiler-regressions-mt/ |
D | Android.bp | 3 // 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/ |
D | Android.bp | 3 // 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"],
|
D | info.txt | 1 A set of tests for the optimizing compiler. They will incrementally cover what the 2 optimizing compiler covers.
|
/art/test/083-compiler-regressions/ |
D | Android.bp | 3 // 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/ |
D | Android.bp | 32 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/ |
D | run | 21 --runtime-option -Ximage-compiler-option \ 22 --runtime-option --compiler-filter=verify
|
/art/test/178-app-image-native-method/ |
D | run | 19 ${RUN} $@ --profile -Xcompiler-option --compiler-filter=speed-profile \ 24 ${RUN} ${@} --profile -Xcompiler-option --compiler-filter=verify
|
/art/dex2oat/ |
D | Android.bp | 102 "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/ |
D | info.txt | 1 Tests inlining in the compiler.
|
/art/test/403-optimizing-long/ |
D | info.txt | 1 Tests long support on optimizing compiler.
|
/art/test/446-checker-inliner2/ |
D | info.txt | 1 Tests inlining in the optimizing compiler.
|
/art/test/447-checker-inliner3/ |
D | info.txt | 1 Tests inlining in the optimizing compiler.
|
/art/test/441-checker-inliner/ |
D | info.txt | 1 Tests inlining in the optimizing compiler.
|
/art/test/435-try-finally-without-catch/ |
D | info.txt | 17 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/ |
D | info.txt | 1 Tests for irreducible loop support in compiler.
|
/art/test/1966-get-set-local-objects-no-table/ |
D | run | 21 ./default-run "$@" --jvmti --compiler-only-option --debuggable
|
/art/test/542-bitfield-rotates/ |
D | info.txt | 1 Tests bitfield rotate simplification in optimizing compiler.
|
/art/test/442-checker-constant-folding/ |
D | info.txt | 1 Tests constant folding in the optimizing compiler.
|
/art/test/1965-get-set-local-primitive-no-tables/ |
D | run | 21 ./default-run "$@" --jvmti --compiler-only-option --debuggable
|
/art/test/628-vdex/ |
D | run | 17 exec ${RUN} -Xcompiler-option --compiler-filter=verify --vdex "${@}"
|
/art/test/530-instanceof-checkcast/ |
D | info.txt | 1 Tests compiler optimizations on instanceof and checkcast.
|
/art/test/820-vdex-multidex/ |
D | run | 17 exec ${RUN} -Xcompiler-option --compiler-filter=verify --vdex "${@}"
|
/art/test/674-vdex-uncompress/ |
D | run | 17 exec ${RUN} -Xcompiler-option --compiler-filter=verify --vdex "${@}"
|
/art/test/661-oat-writer-layout/ |
D | run | 22 "${RUN}" "$@" --profile -Xcompiler-option --compiler-filter=speed
|
/art/test/172-app-image-twice/ |
D | run | 19 ${RUN} $@ --profile -Xcompiler-option --compiler-filter=speed-profile
|
12345678