Home
last modified time | relevance | path

Searched refs:optimizing (Results 1 – 25 of 105) sorted by relevance

12345

/art/compiler/
DAndroid.bp145 "optimizing/block_builder.cc",
146 "optimizing/block_namer.cc",
147 "optimizing/bounds_check_elimination.cc",
148 "optimizing/builder.cc",
149 "optimizing/cha_guard_optimization.cc",
150 "optimizing/code_generation_data.cc",
151 "optimizing/code_generator.cc",
152 "optimizing/code_generator_utils.cc",
153 "optimizing/code_sinking.cc",
154 "optimizing/constant_folding.cc",
[all …]
/art/test/405-optimizing-long-allocator/
DAndroid.bp3 // Build rules for ART run-test `405-optimizing-long-allocator`.
16 name: "art-run-test-405-optimizing-long-allocator",
21 ":art-run-test-405-optimizing-long-allocator-expected-stdout",
22 ":art-run-test-405-optimizing-long-allocator-expected-stderr",
28 name: "art-run-test-405-optimizing-long-allocator-expected-stdout",
29 out: ["art-run-test-405-optimizing-long-allocator-expected-stdout.txt"],
36 name: "art-run-test-405-optimizing-long-allocator-expected-stderr",
37 out: ["art-run-test-405-optimizing-long-allocator-expected-stderr.txt"],
Dinfo.txt1 Tests with long for the optimizing compiler's register allocator.
/art/test/404-optimizing-allocator/
DAndroid.bp3 // Build rules for ART run-test `404-optimizing-allocator`.
16 name: "art-run-test-404-optimizing-allocator",
21 ":art-run-test-404-optimizing-allocator-expected-stdout",
22 ":art-run-test-404-optimizing-allocator-expected-stderr",
28 name: "art-run-test-404-optimizing-allocator-expected-stdout",
29 out: ["art-run-test-404-optimizing-allocator-expected-stdout.txt"],
36 name: "art-run-test-404-optimizing-allocator-expected-stderr",
37 out: ["art-run-test-404-optimizing-allocator-expected-stderr.txt"],
Dinfo.txt1 Initial tests for testing the optimizing compiler's register allocator.
/art/test/411-optimizing-arith/
DAndroid.bp3 // Build rules for ART run-test `411-optimizing-arith`.
16 name: "art-run-test-411-optimizing-arith",
21 ":art-run-test-411-optimizing-arith-expected-stdout",
22 ":art-run-test-411-optimizing-arith-expected-stderr",
28 name: "art-run-test-411-optimizing-arith-expected-stdout",
29 out: ["art-run-test-411-optimizing-arith-expected-stdout.txt"],
36 name: "art-run-test-411-optimizing-arith-expected-stderr",
37 out: ["art-run-test-411-optimizing-arith-expected-stderr.txt"],
/art/test/402-optimizing-control-flow/
DAndroid.bp3 // Build rules for ART run-test `402-optimizing-control-flow`.
16 name: "art-run-test-402-optimizing-control-flow",
21 ":art-run-test-402-optimizing-control-flow-expected-stdout",
22 ":art-run-test-402-optimizing-control-flow-expected-stderr",
28 name: "art-run-test-402-optimizing-control-flow-expected-stdout",
29 out: ["art-run-test-402-optimizing-control-flow-expected-stdout.txt"],
36 name: "art-run-test-402-optimizing-control-flow-expected-stderr",
37 out: ["art-run-test-402-optimizing-control-flow-expected-stderr.txt"],
/art/test/403-optimizing-long/
DAndroid.bp3 // Build rules for ART run-test `403-optimizing-long`.
16 name: "art-run-test-403-optimizing-long",
21 ":art-run-test-403-optimizing-long-expected-stdout",
22 ":art-run-test-403-optimizing-long-expected-stderr",
28 name: "art-run-test-403-optimizing-long-expected-stdout",
29 out: ["art-run-test-403-optimizing-long-expected-stdout.txt"],
36 name: "art-run-test-403-optimizing-long-expected-stderr",
37 out: ["art-run-test-403-optimizing-long-expected-stderr.txt"],
Dinfo.txt1 Tests long support on optimizing compiler.
/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/
DAndroid.mk131 .PHONY: test-art-host-optimizing
132 test-art-host-optimizing: test-art-host-run-test-optimizing
155 .PHONY: test-art-host-optimizing$(ART_PHONY_TEST_HOST_SUFFIX)
156 test-art-host-optimizing$(ART_PHONY_TEST_HOST_SUFFIX): test-art-host-run-test-optimizing$(ART_PHONY…
178 .PHONY: test-art-host-optimizing$(2ND_ART_PHONY_TEST_HOST_SUFFIX)
179 test-art-host-optimizing$(2ND_ART_PHONY_TEST_HOST_SUFFIX): test-art-host-run-test-optimizing$(2ND_A…
214 .PHONY: test-art-target-optimizing
215 test-art-target-optimizing: test-art-target-run-test-optimizing
238 .PHONY: test-art-target-optimizing$(ART_PHONY_TEST_TARGET_SUFFIX)
239 test-art-target-optimizing$(ART_PHONY_TEST_TARGET_SUFFIX): test-art-target-run-test-optimizing$(ART…
[all …]
/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/441-checker-inliner/
Dinfo.txt1 Tests inlining in the optimizing compiler.
/art/test/447-checker-inliner3/
Dinfo.txt1 Tests inlining in the optimizing compiler.
/art/test/446-checker-inliner2/
Dinfo.txt1 Tests inlining in the optimizing compiler.
/art/test/524-boolean-simplifier-regression/
Dinfo.txt1 Regression test for optimizing boolean simplifier.
/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/463-checker-boolean-simplifier/
Dinfo.txt1 Tests simplification of boolean NOT in optimizing compiler.
/art/test/564-checker-inline-loop/
Dinfo.txt1 Tests inlining of loops in the optimizing compiler.
/art/test/458-checker-instruct-simplification/
Dinfo.txt1 Tests arithmetic identities optimizations in the optimizing compiler.
/art/test/542-inline-trycatch/
Dinfo.txt1 Tests inlining in the optimizing compiler under try/catch.
/art/test/557-checker-instruct-simplifier-ror/
Dinfo.txt1 Tests simplification of bitfield rotate patterns in optimizing compiler.
/art/test/462-checker-inlining-dex-files/
Dinfo.txt1 Check our inlining heuristics across dex files in optimizing.

12345