Searched refs:optimizing (Results 1 – 25 of 98) sorted by relevance
1234
/art/compiler/ |
D | Android.bp | 47 "optimizing/block_builder.cc", 48 "optimizing/bounds_check_elimination.cc", 49 "optimizing/builder.cc", 50 "optimizing/cha_guard_optimization.cc", 51 "optimizing/code_generator.cc", 52 "optimizing/code_generator_utils.cc", 53 "optimizing/code_sinking.cc", 54 "optimizing/constant_folding.cc", 55 "optimizing/constructor_fence_redundancy_elimination.cc", 56 "optimizing/data_type.cc", [all …]
|
/art/test/401-optimizing-compiler/ |
D | info.txt | 1 A set of tests for the optimizing compiler. They will incrementally cover what the 2 optimizing compiler covers.
|
/art/build/ |
D | Android.oat.mk | 54 ifeq ($(1),optimizing) 66 ifneq ($(filter-out interpreter interp-ac optimizing,$(1)),) 68 $$(error found $(1) expected interpreter, interpreter-access-checks, or optimizing) 139 $(eval $(call create-core-oat-host-rule-combination,optimizing,,,false)) 142 $(eval $(call create-core-oat-host-rule-combination,optimizing,,,true)) 148 $(eval $(call create-core-oat-host-rule-combination,optimizing,valgrind,32,false)) 163 ifeq ($(1),optimizing) 177 ifneq ($(filter-out interpreter interp-ac optimizing,$(1)),) 179 $$(error found $(1) expected interpreter, interpreter-access-checks, or optimizing) 242 $(eval $(call create-core-oat-target-rule-combination,optimizing,,)) [all …]
|
/art/ |
D | Android.mk | 172 .PHONY: test-art-host-optimizing 173 test-art-host-optimizing: test-art-host-run-test-optimizing 196 .PHONY: test-art-host-optimizing$(ART_PHONY_TEST_HOST_SUFFIX) 197 test-art-host-optimizing$(ART_PHONY_TEST_HOST_SUFFIX): test-art-host-run-test-optimizing$(ART_PHONY… 219 .PHONY: test-art-host-optimizing$(2ND_ART_PHONY_TEST_HOST_SUFFIX) 220 test-art-host-optimizing$(2ND_ART_PHONY_TEST_HOST_SUFFIX): test-art-host-run-test-optimizing$(2ND_A… 264 .PHONY: test-art-target-optimizing 265 test-art-target-optimizing: test-art-target-run-test-optimizing 288 .PHONY: test-art-target-optimizing$(ART_PHONY_TEST_TARGET_SUFFIX) 289 test-art-target-optimizing$(ART_PHONY_TEST_TARGET_SUFFIX): test-art-target-run-test-optimizing$(ART… [all …]
|
/art/test/524-boolean-simplifier-regression/ |
D | info.txt | 1 Regression test for optimizing boolean simplifier.
|
/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/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/442-checker-constant-folding/ |
D | info.txt | 1 Tests constant folding in the optimizing compiler.
|
/art/test/542-bitfield-rotates/ |
D | info.txt | 1 Tests bitfield rotate simplification in optimizing compiler.
|
/art/test/463-checker-boolean-simplifier/ |
D | info.txt | 1 Tests simplification of boolean NOT in optimizing compiler.
|
/art/test/458-checker-instruct-simplification/ |
D | info.txt | 1 Tests arithmetic identities optimizations in the optimizing compiler.
|
/art/test/564-checker-inline-loop/ |
D | info.txt | 1 Tests inlining of loops in the optimizing compiler.
|
/art/test/542-inline-trycatch/ |
D | info.txt | 1 Tests inlining in the optimizing compiler under try/catch.
|
/art/test/462-checker-inlining-dex-files/ |
D | info.txt | 1 Check our inlining heuristics across dex files in optimizing.
|
/art/test/557-checker-instruct-simplifier-ror/ |
D | info.txt | 1 Tests simplification of bitfield rotate patterns in optimizing compiler.
|
/art/test/404-optimizing-allocator/ |
D | info.txt | 1 Initial tests for testing the optimizing compiler's register allocator.
|
/art/test/405-optimizing-long-allocator/ |
D | info.txt | 1 Tests with long for the optimizing compiler's register allocator.
|
/art/test/705-register-conflict/ |
D | info.txt | 1 Tests if blocked fp register work correctly on optimizing compiler.
|
/art/test/564-checker-irreducible-loop/ |
D | info.txt | 1 Regression test for optimizing in the presence of
|
/art/test/459-dead-phi/ |
D | info.txt | 1 Regression test for optimizing when it is building the SSA form.
|
/art/test/501-null-constant-dce/ |
D | info.txt | 1 Regression test for the optimizing compiler. See comment in smali file.
|
/art/test/571-irreducible-loop/ |
D | info.txt | 1 Regression test for optimizing in the presence of
|
/art/test/565-checker-irreducible-loop/ |
D | info.txt | 1 Regression test for optimizing in the presence of
|
1234