Searched refs:optimizing (Results 1 – 25 of 105) sorted by relevance
12345
/art/compiler/ |
D | Android.bp | 145 "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/ |
D | Android.bp | 3 // 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"],
|
D | info.txt | 1 Tests with long for the optimizing compiler's register allocator.
|
/art/test/404-optimizing-allocator/ |
D | Android.bp | 3 // 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"],
|
D | info.txt | 1 Initial tests for testing the optimizing compiler's register allocator.
|
/art/test/411-optimizing-arith/ |
D | Android.bp | 3 // 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/ |
D | Android.bp | 3 // 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/ |
D | Android.bp | 3 // 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"],
|
D | info.txt | 1 Tests long support on optimizing compiler.
|
/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/ |
D | Android.mk | 131 .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/ |
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/441-checker-inliner/ |
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/446-checker-inliner2/ |
D | info.txt | 1 Tests inlining in the optimizing compiler.
|
/art/test/524-boolean-simplifier-regression/ |
D | info.txt | 1 Regression test for optimizing boolean simplifier.
|
/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/463-checker-boolean-simplifier/ |
D | info.txt | 1 Tests simplification of boolean NOT in optimizing compiler.
|
/art/test/564-checker-inline-loop/ |
D | info.txt | 1 Tests inlining of loops in the optimizing compiler.
|
/art/test/458-checker-instruct-simplification/ |
D | info.txt | 1 Tests arithmetic identities optimizations in the optimizing compiler.
|
/art/test/542-inline-trycatch/ |
D | info.txt | 1 Tests inlining in the optimizing compiler under try/catch.
|
/art/test/557-checker-instruct-simplifier-ror/ |
D | info.txt | 1 Tests simplification of bitfield rotate patterns in optimizing compiler.
|
/art/test/462-checker-inlining-dex-files/ |
D | info.txt | 1 Check our inlining heuristics across dex files in optimizing.
|
12345